normalmix | R Documentation |
Creates an object of class normalmix (finite mixture of univariate normals)
normalmix(pi, mean, sd)
pi |
vector of mixture proportions |
mean |
vector of means |
sd |
vector of standard deviations |
None
an object of class normalmix
normalmix(c(0.5,0.5),c(0,0),c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.