unimix | R Documentation |
Creates an object of class unimix (finite mixture of univariate uniforms)
unimix(pi, a, b)
pi |
vector of mixture proportions |
a |
vector of left hand ends of uniforms |
b |
vector of right hand ends of uniforms |
None
an object of class unimix
unimix(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.