.pmixnorm | R Documentation |
The cumulative density function of a mixture of normal distributions
.pmixnorm(q, means, sds, weights = rep(1, length(means)), na.rm = FALSE)
q |
vector of quantiles. |
means |
a vector of normal distribution means |
sds |
a vector of normal distribution sds |
weights |
a vector of weights |
na.rm |
remove distributions which have NA for mean or sd |
the pdf of the mixture distribution.
try({
.pmixnorm(q=c(2,20), means=c(10,13,14), sds=c(1,1,2), weights=c(2,2,3))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.