powered by
Function to fit the parameters of the generalized error distribution.
gedFit(x, …)
a numeric vector of quantiles.
parameters parsed to the optimization function nlm.
nlm
gedFit returns a list with the following components:
gedFit
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.
Nelson D.B. (1991); Conditional Heteroscedasticity in Asset Returns: A New Approach, Econometrica, 59, 347--370.
Fernandez C., Steel M.F.J. (2000); On Bayesian Modelling of Fat Tails and Skewness, Preprint, 31 pages.
# NOT RUN { ## rged - set.seed(1953) r = rged(n = 1000) ## gedFit - gedFit(r) # }
Run the code above in your browser using DataLab