NTBINORMDIST
Returns the bivariate normal distribution
Syntax
NTBINORMDIST(
X1,
X2,
Corr,
Cumulative
)
Parameters
- X1 is the value of 1st. variable for which you want the distribution.
- X2 is the value of 2nd. variable for which you want the distribution.
- Corr is a correlation coefficient between 2 variables .
- Cumulative is a logical value that determines the form of the function. If cumulative is TRUE, NTBINORMDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
Remark
- If