Description Usage Arguments Value Author(s) See Also Examples
View source: R/approximations.R
Calculates the mass of the density of each component of a normal mixture over a given window.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#approx_normmix
1 | approx_normmix(mix, xlim = c(0, 1), ylim = c(0, 1))
|
mix |
An object of class |
xlim, ylim |
Vectors defining the x-y integration limits. A mixture component mass is estimated within this window. |
A numerical vector with elements corresponding to the mass of each component within the window. These values are required when we use truncation over an observation window in order to handle edge effects.
Jiaxun Chen, Yuchen Wang
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.