asvarQBCC {RobExtremes} | R Documentation |
Function to compute asymptotic variance of QuantileBCC estimator
Description
Function asvarQBCC
computes the asymptotic (co)variance of
a QuantileBCC estimator at a Weibull model.
Usage
asvarQBCC( model, p1 = 1/3, p2 = 2/3)
Arguments
model |
an object of class |
p1 , p2 |
levels of the quantiles; maximal breakdown point is achieved
for |
Details
All terms are analytic.
Value
A 2x2 matrix; the covariance.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
Examples
GP <- WeibullFamily(scale=1,shape=0.7)
asvarQBCC(GP)
asvarQBCC(GP, p1=1/4, p2= 5/8)
[Package RobExtremes version 1.3.0 Index]