Learn R Programming

copBasic (version 1.5.1)

PSP: The ratio of the Product Copula to Summation minus Product Copula

Description

Compute the ratio of the product copula to the summation minus product copula $$PSP(u,v) = \frac{\Pi}{\Sigma - \Pi}$$ where $\Pi$ is the product copula (P) and $\Sigma$ is the sum $\Sigma = u + v$.

Usage

PSP(u, v, ...)

Arguments

u
A nonexceedance probability in X direction,
v
A nonexceedance probability in Y direction, and
...
Additional arguments to pass.

Value

  • The value for the copula is returned.

References

Nelson, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.

See Also

M, W, P

Examples

Run this code
PSP(0.4,0.6)
PSP(0,0)
PSP(1,1)

Run the code above in your browser using DataLab