lpdf# MixtureModel.lpdf(X)[source]# Logarithms of the Probability Density Function. Parameters: X (ArrayLike) – The input data points at which to evaluate the LPDF. Returns: The log-PDF values corresponding to each point in X. Return type: NDArray[np.float64]