Description Usage Arguments Value Author(s) See Also
Density and distribution function for a mixture of Gaussians with
m
components.
1 2 | dgaussmixt(params, x, log = FALSE, trunc = TRUE)
pgaussmixt(params, x, trunc = TRUE)
|
params |
matrix of mixture parameters of dimension 3 x m, where m is the number of components, so that each column contains the mixture parameters (pi, mu, sigma) related to one component |
x |
vector of sample data |
log |
logical, if TRUE, probabilities |
trunc |
logical, if TRUE (default), the Gaussian density is truncated below zero. |
dgaussmixt
gives the density and pgaussmixt
gives the
distribution function
Julie Carreau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.