Estimation of the bivariate lambda function of Wadsworth and Tawn (2013)
Source:R/multivar.R
lambdadep.Rd
Estimation of the bivariate lambda function of Wadsworth and Tawn (2013)
Usage
lambdadep(dat, qu = 0.95, method = c("hill", "mle", "bayes"), plot = TRUE)
Arguments
- dat
an \(n\) by \(2\) matrix of multivariate observations
- qu
quantile level on uniform scale at which to threshold data. Default to 0.95
- method
string indicating the estimation method
- plot
logical indicating whether to return the graph of
lambda
The confidence intervals are based on normal quantiles. The standard errors for the
hill
are based on the asymptotic covariance and that of themle
derived using the delta-method. Bayesian posterior predictive interval estimates are obtained using ratio-of-uniform sampling with flat priors: the shape parameters are constrained to lie within the triangle, as are frequentist point estimates which are adjusted post-inference.