View source: R/point_laplace.R
laplacemix | R Documentation |
Creates a finite mixture of Laplace distributions.
laplacemix(pi, mean, scale)
pi |
A vector of mixture proportions. |
mean |
A vector of means. |
scale |
A vector of scale parameters. |
An object of class laplacemix
(a list with elements
pi
, mean
, and scale
, described above).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.