powered by
cyl_copula
This is a method corresponding to the generic prob() in the 'copula' package.
prob()
# S4 method for cyl_copula prob(x, l, u)
A numeric in \([0,1]\), the probability that a draw from the 2-dimensional copula x falls in the rectangle defined by l and u.
x
l
u
R object of class 'cyl_copula'.
numeric vector of length 2 holding the coordinates of the lower left corner in \([0,1]^2\).
numeric vector of length 2 holding the coordinates of the upper right corner in \([0,1]^2\).
copula::prob
cop <- cyl_quadsec(0.1) prob(cop, l = c(0.1, 0.3), u = c(0.3, 0.9))
Run the code above in your browser using DataLab