multivariate Normal inverse Wishart probability density function for multiple inputs
mmNiWpdf(mu, Sigma, U_mu0, U_kappa0, U_nu0, U_lambda0, Log = TRUE)
matrix of densities of dimension K x n
data matrix of dimension p x n
, p
being the dimension of the
data and n the number of data points, where each column is an observed mean vector.
list of length n
of observed variance-covariance matrices,
each of dimensions p x p
.
mean vectors matrix of dimension p x K
, K
being the number of
distributions for which the density probability has to be evaluated
vector of length K
of scale parameters.
vector of length K
of degree of freedom parameters.
list of length K
of variance-covariance matrices,
each of dimensions p x p
.
logical flag for returning the log of the probability density
function. Defaults is TRUE
.