View source: R/point_exponential.R
| gammamix | R Documentation |
Creates a finite mixture of gamma distributions.
gammamix(pi, shape, scale, shift = rep(0, length(pi)))
pi |
A vector of mixture proportions. |
shape |
A vector of shape parameters. |
scale |
A vector of scale parameters. |
shift |
A vector of shift parameters. |
An object of class gammamix (a list with elements
pi, shape, scale, and shift, described above).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.