EMBoot | R Documentation |
This function draws a bootstrap sample and uses it to estimate the parameters of a lognormal-Pareto mixture distribution. Since this is typically called by LPfitEM, see the help of LPfitEM for examples.
EMBoot(x, x0, y, maxiter)
x |
list: sequence of integers 1,...,K, where K is the mumber of datasets. Set x = 1 in case of a single dataset. |
x0 |
numerical vector (5x1): initial values of the parameters p,
|
y |
numerical vector: observed sample. |
maxiter |
non-negative integer: maximum number of iterations of the EM algorithm. |
At each bootstrap replication, the mixture is estimated via the EM algorithm.
Estimated parameters obtained from a bootstrap sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.