IMSL C# Numerical Library |
|
Cdf.BivariateNormal Method
Evaluates the bivariate normal cumulative probability distribution function.
Parameters
-
x
- is the x-coordinate of the point for which the bivariate normal distribution function is to be evaluated.
-
y
- is the y-coordinate of the point for which the bivariate normal distribution function is to be evaluated.
-
rho
- is the correlation coefficient.
Return Value
the probability that a bivariate normal random variable with correlation rho
satisfies and .
Remarks
Let be a bivariate normal variable with mean and variance-covariance matrix
This method computes the probability that
and
.
See Also
Cdf Class | Imsl.Stat Namespace