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)
Estimated parameters obtained from a bootstrap sample.
list: sequence of integers 1,...,K, where K is the mumber of datasets. Set x = 1 in case of a single dataset.
numerical vector (5x1): initial values of the parameters p, \(\mu\), \(\sigma\), \(\xi\), \(\beta\).
numerical vector: observed sample.
non-negative integer: maximum number of iterations of the EM algorithm.
At each bootstrap replication, the mixture is estimated via the EM algorithm.