pdf#
- MixtureModel.pdf(X)[source]#
Probability Density Function of the mixture.
The PDF is computed as the weighted sum of the PDFs of its components.
- Parameters:
X (ArrayLike) – The input data points at which to evaluate the PDF.
- Returns:
The PDF values corresponding to each point in
X.- Return type:
NDArray[np.float64]