multivariate Normal inverse Wishart probability density function for multiple inputs
Source:R/mmNiWpdf.R
mmNiWpdf.Rdmultivariate Normal inverse Wishart probability density function for multiple inputs
Arguments
- mu
data matrix of dimension
p x n,pbeing the dimension of the data and n the number of data points, where each column is an observed mean vector.- Sigma
list of length
nof observed variance-covariance matrices, each of dimensionsp x p.- U_mu0
mean vectors matrix of dimension
p x K,Kbeing the number of distributions for which the density probability has to be evaluated- U_kappa0
vector of length
Kof scale parameters.- U_nu0
vector of length
Kof degree of freedom parameters.- U_lambda0
list of length
Kof variance-covariance matrices, each of dimensionsp x p.- Log
logical flag for returning the log of the probability density function. Defaults is
TRUE.