Description Usage Arguments Details Value
View source: R/fmmstil.fitness.R
This function returns the log likelihood, ICL, AIC, BIC, and group memberships for fmmstil
1 | fmmstil.fitness(x, param, u, control = list())
|
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. |
u |
(Optional) list of K m x k matrices, each matrix contain samples generated from standard k-dimensional multivariate t distribution with degree of freedom of the K-th cluster. |
control |
list of control variables, see 'details'. |
The control argument is a list that accepts the following components.
number of samples used to estimate the density and log-likelihood functions. By default 1e6.
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.