Description Usage Arguments Value
View source: R/fmmstil.r.fitness.R
This function returns the log likelihood, ICL, AIC, BIC, and group memberships for fmmstil.r
1 | fmmstil.r.fitness(x, param)
|
x |
matrix of quantiles of size n x k. Each row is taken as a quantile. |
param |
list of lists of parameters, contains list of omega, list of lambda, list delta, list of Ainv, and list of nu. |
a list with components:
logLik |
the value of log-likelihood. |
ICL |
the value of integrated completed log-likelihood. |
AIC |
the value of Akaike information criterion. |
BIC |
the value of Bayesian information criterion. |
clust |
the estimated group membership. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.