Description Usage Arguments Value See Also
Robust Fitting of Univariate Distributions.
1 | fitdstnRob(x, densfun, ...)
|
x |
A numeric vector containing the sample. |
densfun |
a character string naming the distribution. Distributions ‘gamma’, ‘lognormal’, and ‘weibull’ are recognized. |
... |
additional arguments are passed to the fitting functions. |
a list with class “fitdstn” containing the following elements:
estimate |
a named numeric vector containing the parameter estimates. |
sd |
a named numeric vector containing the standard deviations of the parameter estimates. |
vcov |
a numeric matrix containing the variance-covariance matrix of the estimated parameter vector. |
mu |
a single numeric value containing an estimate of the mean. |
V.mu |
a single numeric value containing the variance of the estimated mean. |
control |
a list containing the control parameters used by the estimator. |
call |
the matched call. |
densfun |
the character string |
x |
the data provided in |
The print method displays the estimated parameters and their standard errors (in parentheses).
gammaRob, lognormRob,
weibullRob.
The classical counterparts, see fitdstn.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.