View source: R/MixtureFitting.R
bic | R Documentation |
Calculates Bayesian Information Criterion (BIC) for any type of mixture model. Log-likelihood function has to be provided.
bic( x, p, llf )
x |
data vector |
p |
vector of mixture model parameters |
llf |
function calculating log-likelihood, called as llf( x, p ) |
Bayesian Information Criterion value.
Andrius Merkys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.