View source: R/hierarchical_mvnormal2.R
HierarchicalMvnormal2Create | R Documentation |
Create a Mixing Object for a hierarchical semi-conjugate Multivariate Normal Dirichlet process object.
HierarchicalMvnormal2Create(
n,
priorParameters,
alphaPrior,
gammaPrior,
num_sticks
)
n |
Number of data sets |
priorParameters |
The prior parameters for the top level base distribution. |
alphaPrior |
Individual level concentration parameter priors. |
gammaPrior |
Concentration parameter for the top level priors. |
num_sticks |
Number of stick breaking values to use. |
A mixing distribution object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.