Bivarnormcdf
Bivarnormcdf-func
Definition:
computes the lower tail probability for the bivariate Normal distribution.
For the two random variables (X, Y ) following a bivariate Normal distribution with
E[X]=0, E[Y]=0, E[
]=1 ,E[
]=1 and E[XY]=/math-d2606be4e0cd2c9a6179c8f2e3547a85.png)
/math-49a9949efc1fb2546bf541dd3fbd3a8c.png)
Parameters:
- x (intput, double)
- the first argument for which the bivariate Normal distribution function is to be evaluated, x.
![[-\infty ,+\infty] [-\infty ,+\infty]](../images/Bivarnormcdf_(function)/math-dce01579bb6f7629b3426c61d58bcf24.png)
- y (input, double)
- the second argument for which the bivariate Normal distribution function is to be evaluated, y.
![[-\infty ,+\infty] [-\infty ,+\infty]](../images/Bivarnormcdf_(function)/math-dce01579bb6f7629b3426c61d58bcf24.png)
- rho (input,double)
- the correlation coefficent,
. /math-1b2d5835bbd1d4627e18e993bcab0fe7.png)
- prob (output,double)
- the probability.