powered by
Creates an object of class normalmix (finite mixture of univariate normals)
normalmix(pi, mean, sd)
an object of class normalmix
vector of mixture proportions
vector of means
vector of standard deviations
None
normalmix(c(0.5,0.5),c(0,0),c(1,2))
Run the code above in your browser using DataLab