View source: R/Estimate.Weibull.R
weibull.rm | R Documentation |
Calculates the estimates of the shape and scale parameters.
weibull.rm(x, a)
x |
a numeric vector of observations. |
a |
the offset fraction to be used; typically in (0,1). See |
weibull.rm
obtains the robust estimates of the shape and scale
parameters using the intercept and slope estimates using the repeated median method from the
Weibull plot.
An object of class "weibull.estimate"
, a list with
two parameter estimates
Chanseok Park
Siegel, A. F. (1982). Robust Regression Using Repeated Medians. Biometrika, 69, 242-244.
weibull.mle
for the parameter estimation using the maximum likelihood method.
weibull.wp
for the parameter estimation using the Weibull plot.
fitdistr
for maximum-likelihood fitting of univariate distributions in package MASS.
data = c(355,725,884,462,1092,190,166,172,188,224,267,298,355,471,
154,101,76,811,80,249,752,305,301,386,667,212,186,127,
121,214,242,237,355,210,253,400,401,514,211,285)
weibull.rm(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.