Description Usage Arguments Details Value Examples
Compute the non-parametric mixing distrbution
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
data |
the vector of observation to compute the mixing distribution |
stdev |
the standard deviation of the component density |
mix |
the initial mixing distribution |
order |
the digit to round down the observations. If FALSE, no binning is performed. |
maxit |
the maximum iterations allowed. |
tol |
the tolerence. Stop if the directional derivative is less than tol |
This function uses the non-parametric method to compute the mixing distribution based on various losses
npnorm.sq
computes the mixing distribution under squared error loss.
npnorm.cvm
computes the mixing distribution under cramer-von Mises loss.
npnorm.ad
computes the mixing distribution under Anderson-Darling loss.
the nspmix object with ll meaning the loss.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.