The N4212 copula (Nelsen, 2006, p. 91; eq. 4.2.12) is named by the author (Asquith) for the copBasic package and is defined as
The PSP
) and as M
). The copula is undefined for taildepCOP
).
Although copBasic is intended to not implement or “store house” the enormous suite of copula functions available in the literature, the N4212 copula is included to give the package another copula to test against.
N4212cop(u, v, para=NULL, infis=100, ...)
Nonexceedance probability
Nonexceedance probability
A vector (single element) of parameters---the
What is infinity? Testing shows that infis =
M
); and
Additional arguments to pass.
Value(s) for the copula are returned.
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
# NOT RUN {
N4212cop(0.4,0.6, para=1) == PSP(0.4,0.6) # TRUE
N4212cop(0.4,0.6, para=10) # 0.3999928
taildepCOP(cop=N4212cop, para=10) # LamL = 0.93303; LamU = 0.92823
# }
# NOT RUN {
D <- simCOP(n=400, cop=N4212cop, para=2)
D <- simCOP(n=400, cop=N4212cop, para=10, ploton=FALSE, col=2)
D <- simCOP(n=400, cop=N4212cop, para=100, ploton=FALSE, col=3)#
# }
Run the code above in your browser using DataLab