logLike {MixThres} | R Documentation |
Computes the logLikelihood, the AIC and BIC corresponding to a particular model.
logLike(mdata, param)
mdata |
A vector of numeric corresponding to the probe intensity values. |
param |
A vector of parameters. |
A list of :
nb.comp |
Number of components in the selected mixture model, |
estimation |
Vector of the estimated parameters, |
logLikelihood |
Value of the logLikelihood, |
nb.param |
Number of parameters, |
bic |
Value of the Bayesian Index Criterion, |
aic |
Value of the Akaike Index Criterion. |
J. Aubert