R/flxregnorm.R
FLXMCregnorm_defaults.Rd
Determines the default values for regularized univariate normal mixtures as proposed by Fraley and Raftery (2007) based on the data set to be clustered and the number of components in the mixture model.
FLXMCregnorm_defaults(x, zeta_p = NULL, kappa_p = 0.01, nu_p = 3, k = NULL)
The data set to be clustered. Should be the same data set
as is used in flexmix::flexmix()
's model formula.
Scale (hyperparameter for IG prior). If not given the empirical variance divided by the square of the number of components is used as per Fraley and Raftery (2007).
mu_p
is computed from the data as the overall means across all
components.
A value for the scale hyperparameter zeta_p
may be specified directly.
Otherwise the empirical variance divided by the square of the number of
components is used as per Fraley and Raftery (2007). In which case the
number of components (parameter k
) needs to be specified.
Shrinkage parameter. Corresponds to adding kappa_p
observations according to the population mean to each component
(hyperparameter for IG prior)
Degress of freedom (hyperparameter for IG prior)
Number of components assumed for the mixture model (not
used if zeta_p
is given).
A named list with values for mu_p
, kappa_p
, nu_p
and zeta_p
.