|
Description |
N() returns the standard normal cumulative distribution of a series. |
|
|
Syntax |
N(number) |
|
|
Parameters |
number A number, or an expression that evaluates to a number. |
|
|
Return Value |
The normal cumulative distribution of a number. |
|
|
Examples |
NEx(number)=begin retval = N(number) end
N(1.333333) returns 0.908789. |
|
|
Comments |
NA |