multiModalModel | R Documentation |
This function is part of a set of functions to fit and evaluate multi modal (normal) distribution of data points.
multiModalModel(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
A vector of probabilities according to the multi modal normal distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.