GAUSS
Returns 0.5 less than the standard normal cumulative distribution.
StatisticalStatistics & Analysis
What it does
Calculates the probability that a standard normal random variable falls between 0 and x.
Syntax
GAUSS(z)
Arguments
z(number) β Value.
Examples
Gauss Prob
Calculate Gauss for 2.
FORMULA
=GAUSS(2)
RESULT
0.477
SAMPLE DATA
| A | |
|---|---|
| 1 | z |
| 2 | 2 |