logLike {MixThres}R Documentation

logLikelihood

Description

Computes the logLikelihood, the AIC and BIC corresponding to a particular model.

Usage

logLike(mdata, param)

Arguments

mdata A vector of numeric corresponding to the probe intensity values.
param A vector of parameters.

Value

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.

Author(s)

J. Aubert


[Package MixThres version 1.0 Index]