powered by
Fits the parameters of the skew Student-t distribution.
sstdFit(x, ...)
a list with the following components:
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.
sstd, stdFit
sstd
stdFit
set.seed(1953) r <- rsstd(n = 1000) sstdFit(r)
Run the code above in your browser using DataLab