ghtFit(x, beta = 0.1, delta = 1, mu = 0, nu = 10,
scale = TRUE, doplot = TRUE, span = "auto", trace = TRUE,
title = NULL, description = NULL, ...)beta, delta, and mu:
skewness parameter beta is in the range (0, alpha);
scale parameter delta must be zero or positive;
location parameter mualpha takes the limit of abs(beta),
and lambda=-nu/2.TRUE. Should the time series
be scaled by its standard deviation to achieve a more stable
optimization?span=seq(min, max,
times = estimate.
Either estimate is an approximate local minimum of the
function or steptol is too small;
4: iteration limit exceeded;
5: maximum step size stepmax exceeded five consecutive times.
Either the function is unbounded below, becomes asymptotic to a
finite value from above in some direction or stepmax
is too small.nlm is used to minimize the "negative"
maximum log-likelihood function. nlm carries out a minimization
using a Newton-type algorithm.## ghtFit -
# Simulate Random Variates:
set.seed(1953)
## ghtFit -
# Fit Parameters:Run the code above in your browser using DataLab