pnorm2(x, y, rho)
x
| a numerical value representing the first coordinate |
y
| a numerical value representing the second coordinate |
rho
| a numerical value representing the correlation; it must be between -1 and 1. |
This function is based on function T_Owen
.
T_Owen
p = pnorm2(1.2, 0.5, 0.67)