abvevd(x = 0.5, dep, asy = c(1,1), alpha, beta, model = "log",
rev = FALSE, plot = FALSE, add = FALSE, lty = 1, lwd = 1,
col = 1, blty = 3, blwd = 1, xlim = c(0,1), ylim = c(0.5,1),
xlab = "t", ylab = "A(t)", ...)TRUE). $A(1/2)$
is returned by default since it is often a useful summary of
dependence."log" (the default), "alog", "hr",
"neglog", "aneglog", "bilog",
"negbilog", "ct" o1-x.TRUE the function is plotted. The
x and y values used to create the plot are returned invisibly.
If plot and add are FALSE (the default),
the arguments following add abvevd or
abvnonpar, the latter of which plots (or calculates)
a non-parametric estimate blty
to zero to omit the border.plot.abvevd calculates or plots the dependence function
for one of nine parametric bivariate extreme value models,
at specified parameter values.$A(\cdot)$ is called (by some authors) the dependence function. It follows that $A(0)=A(1)=1$, and that $A(\cdot)$ is a convex function with $\max(x,1-x) \leq A(x)\leq 1$ for all $0\leq x\leq1$. The lower and upper limits of $A$ are obtained under complete dependence and independence respectively. $A(\cdot)$ does not depend on the marginal parameters.
Some authors take B(x) = A(1-x) as the dependence function. If the
argument rev = TRUE, then B(x) is plotted/evaluated.
abvnonpar, fbvevd,
rbvevd, amvevdabvevd(dep = 2.7, model = "hr")
abvevd(seq(0,1,0.25), dep = 0.3, asy = c(.7,.9), model = "alog")
abvevd(alpha = 0.3, beta = 1.2, model = "negbi", plot = TRUE)
bvdata <- rbvevd(100, dep = 0.7, model = "log")
M1 <- fitted(fbvevd(bvdata, model = "log"))
abvevd(dep = M1["dep"], model = "log", plot = TRUE)
abvnonpar(data = bvdata, add = TRUE, lty = 2)Run the code above in your browser using DataLab