Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/functions_only.R
Computes the probability density function of a mixture of truncated normals.
1 | dmixtruncnorm(x, pis, means, sds, range)
|
x |
A scalar or vector of real values. |
pis |
A vector collecting the mixture weights. See details. |
means |
A vector collecting the means of the mixture components. |
sds |
A vector collecting the standard deviations of the mixture components. |
range |
Interval corresponding to the support of each of truncated normal contributing to the mixture. See details. |
The argument pis
is a vector with its length equal the number of components in the mixture. The vector pis
must sum up to one, e.g. c(0.7, 0.2, 0.1)
.
The argument range
is an interval corresponding to the support of each truncated normal contributing to the mixture. In other words, all the truncated normals contributing to the mixture are assumed to have the same range.
Value of the probability density function of the mixture of normals evaluated at x
.
Sara Algeri and Xiangyu Zhang
rmixtruncnorm
, dmixnegbinom
, rmixnegbinom
, find_h_cont
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.