igmix | R Documentation |
Creates an object of class igmix (finite mixture of univariate inverse-gammas)
igmix(pi, alpha, beta)
pi |
vector of mixture proportions |
alpha |
vector of shape parameters |
beta |
vector of rate parameters |
None
an object of class igmix
igmix(c(0.5,0.5),c(1,1),c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.