multiModalModelLikelihood | R Documentation |
This function is part of a set of functions to fit and evaluate multi modal (normal) distribution of data points.
multiModalModelLikelihood(par, x)
par |
A named vector with the model parameter (see details). |
x |
A sequence of numbers to evaluate the probability of. |
The 'par' argument is a data frame (or named list) with columns: - m: mean - s: standard deviation - w: weight for every normal distribution of the model
The sum of the log of the probabilities returned by 'multiModalModel()'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.