Robust Fitting of Univariate Distributions.
fitdstnRob(x, densfun, ...)
a list with class “fitdstn” containing the following elements:
a named numeric vector containing the parameter estimates.
a named numeric vector containing the standard deviations of the parameter estimates.
a numeric matrix containing the variance-covariance matrix of the estimated parameter vector.
a single numeric value containing an estimate of the mean.
a single numeric value containing the variance of the estimated mean.
a list containing the control parameters used by the estimator.
the matched call.
the character string densfun
provided in the arguments.
the data provided in x
.
The print
method displays the estimated parameters and their standard errors (in parentheses).
A numeric vector containing the sample.
a character string naming the distribution. Distributions ‘gamma’, ‘lognormal’, and ‘weibull’ are recognized.
additional arguments are passed to the fitting functions.
gammaRob
, lognormRob
,
weibullRob
.
The classical counterparts, see fitdstn
.