Description Usage Arguments Details Value Author(s)
Distrubution function defined by: alpha*Normal(mean, variance)+(1-alpha) *Exponential(lambda).
1 2 |
xi |
A vector of observations, assumed to be real numbers in the interval (-Inf,+Inf). |
wi |
A vector of weights. Default: vector of repeating 1; indicating all observations are weighted equally. (Are these normalized internally?! Or do they have to be [0,1]?) |
guess |
Initial guess for parameters. Default: c(0.5, 0, 1, 1). |
tol |
Convergence tolerance. Default: sqrt(.Machine$double.eps). |
maxit |
Maximum number of iterations. Default: 10,000. |
Fits nicely with data types that look normal overall, but have a long tail starting for positive values.
Returns a list of parameters for the best-fit normal distribution (alpha, mean, variance, and lambda).
Charles G. Danko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.