powered by
Fits the parameters of the skew normal distribution.
snormFit(x, ...)
snormFit returns a list with the following components:
snormFit
The best set of parameters found.
The value of objective corresponding to par.
par
An integer code. 0 indicates successful convergence.
A character string giving any additional information returned by the optimizer, or NULL. For details, see PORT documentation.
Number of iterations performed.
Number of objective function and gradient function evaluations.
a numeric vector of quantiles.
parameters passed to the optimization function nlm.
nlm
Diethelm Wuertz for the Rmetrics R-port
Fernandez C., Steel M.F.J. (2000); On Bayesian Modelling of Fat Tails and Skewness, Preprint, 31 pages.
snormFit (fit), snormSlider (visualize), absMoments
snormSlider
absMoments
## rsnorm - set.seed(1953) r = rsnorm(n = 1000) ## snormFit - snormFit(r)
Run the code above in your browser using DataLab