From 5c52fd48949408c8ee2d0482632384f4871556f0 Mon Sep 17 00:00:00 2001 From: Michael Baudin <31351465+mbaudin47@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:01:27 +0200 Subject: [PATCH] Update MixtureFactory_doc.i.in --- python/src/MixtureFactory_doc.i.in | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/python/src/MixtureFactory_doc.i.in b/python/src/MixtureFactory_doc.i.in index a7b9f86..e30cc82 100644 --- a/python/src/MixtureFactory_doc.i.in +++ b/python/src/MixtureFactory_doc.i.in @@ -39,7 +39,20 @@ covarianceModel : str, optional - Gaussian_pk_Lk_Dk_A_Dk - Gaussian_pk_L_Ck - Gaussian_pk_Lk_Ck -" + +Notes +----- +Each value of the `covarianceModel` parameter defines a specific +parametrization of the mixture of Gaussians. +See (Biernacki et al., 2006) table 1 page 290 for details on these +different parametrization. + +References +---------- + +- Biernacki C., Celeux G., Govaert G., Langrognet F., (2006). + Model-Based Cluster and Discriminant Analysis with the MIXMOD Software. + Computational Statistics and Data Analysis, vol. 51/2, pp. 587-600." // ----------------------------------------------------------------------------