Description Usage Arguments Value
Computes the log marginal likelihood of clustering and variable selection
1 2 | compMlvarsel(K, D, n, nu_0, S_0, lambda_0, nu, lambda, S, lognullMarg,
intfeature)
|
K |
The number of currently occupied clusters |
D |
The number of variable in the data matrix. |
n |
The vector indicating the number of observations in each cluster |
nu_0 |
The degrees of freedom hyperparameter, the default value is |
S_0 |
The scale hyperparamter, the deault value is a fifth of the column variance of the data matrix. |
lambda_0 |
The variance of the Guassian mean prior, the dafault value is |
nu |
The current posterior degrees of freedom |
lambda |
The current posterior mean variance |
S |
The current posterior scale vector |
lognullMarg |
The log marginal probability of a variable belonging to the null model |
intfeature |
A binary vector of feature which are parition as irrelevant (0) or relevant (1). |
The log marginal likelhood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.