Generate a configuration object that specifies a multivariate Normal mixture kernel, where users can specify the hyperparameters for the conjugate prior of the multivariate
Normal mixture. We assume that the data are d-dimensional vectors yi, where yi are i.i.d
Normal random variables with mean μ and covariance matrix Σ.
The conjugate prior is
Default is (mu0=c(0,..,0), ka0=1, nu0=Dim+2, Lam0=diag(Dim)) with Dim is the dimension of the data y.
We advise the user to set ν0 equal to at least the dimension of the data, Dim, plus 2.
Value
An AM_mix_hyperparams object. This is a configuration list to be used as mix_kernel_hyperparams argument for AM_mcmc_fit.