powered by
Function QuantileBCCEstimator computes QuantileBCC estimator (for the Weibull) at real data and returns an object of class Estimate.
QuantileBCCEstimator
Estimate
QuantileBCCEstimator(x, p1 = 1/3, p2 = 2/3, name, Infos, nuis.idx = NULL, trafo = NULL, fixed = NULL, na.rm = TRUE, ...) .QBCC(x, p1 = 1/3, p2 = 2/3)
A numeric vector of length 2 with components named scale and shape.
2
scale
shape
An object of S4-class "Estimate".
"Estimate"
(empirical) data
levels of the quantiles; maximal breakdown point is achieved for \(p1=p2-p1=1-p2=1/3\) which is the default.
optional name for estimator.
character: optional informations about estimator
optionally the indices of the estimate belonging to nuisance parameter
optionally (numeric) the fixed part of the parameter
an object of class MatrixorFunction -- a transformation for the main parameter
MatrixorFunction
logical: if TRUE, the estimator is evaluated at complete.cases(x).
TRUE
complete.cases(x)
not yet used.
Nataliya Horbenko nhorbenko@gmail.com, Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
The actual work is done in .QBCC. The wrapper QuantileBCCEstimator pre-treats the data, and constructs a respective Estimate object.
.QBCC
Boudt, K., Caliskan, D., Croux, C. (2011): Robust explicit estimators of Weibull parameters. Metrika, 73 (2), 187--209.
ParamFamily-class, ParamFamily, Estimate-class
ParamFamily-class
ParamFamily
Estimate-class
## (empirical) Data set.seed(123) distroptions("withgaps"=FALSE) x <- rweibull(50, scale = 0.5, shape = 3) ## QuantileBCCEstimator(x = x)
Run the code above in your browser using DataLab