powered by
Function asvarQBCC computes the asymptotic (co)variance of a QuantileBCC estimator at a Weibull model.
asvarQBCC
asvarQBCC( model, p1 = 1/3, p2 = 2/3)
A 2x2 matrix; the covariance.
an object of class "ScaleShapeUnion".
"ScaleShapeUnion"
levels of the quantiles; maximal breakdown point is achieved for \(p1=p2-p1=1-p2=1/3\) which is the default.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
All terms are analytic.
QuantileBCCEstimator
GP <- WeibullFamily(scale=1,shape=0.7) asvarQBCC(GP) asvarQBCC(GP, p1=1/4, p2= 5/8)
Run the code above in your browser using DataLab