View source: R/asvarPickands.R
asvarQBCC | R Documentation |
Function asvarQBCC
computes the asymptotic (co)variance of
a QuantileBCC estimator at a Weibull model.
asvarQBCC( model, p1 = 1/3, p2 = 2/3)
model |
an object of class |
p1 , p2 |
levels of the quantiles; maximal breakdown point is achieved
for |
All terms are analytic.
A 2x2 matrix; the covariance.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
QuantileBCCEstimator
GP <- WeibullFamily(scale=1,shape=0.7)
asvarQBCC(GP)
asvarQBCC(GP, p1=1/4, p2= 5/8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.