comp_dens_conv.normalmix | R Documentation |
returns density of convolution of each component of a normal mixture with N(0,s^2) at x. Note that convolution of two normals is normal, so it works that way
## S3 method for class 'normalmix'
comp_dens_conv(m, data, ...)
m |
mixture distribution with k components |
data |
a list with components x and s to be interpreted as a normally-distributed observation and its standard error |
... |
other arguments (unused) |
a k by n matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.