|
NAG[s15abc] NAG[nag_cumul_normal] - Cumulative Normal distribution function
|
|
Calling Sequence
s15abc(x)
nag_cumul_normal(. . .)
Parameters
|
x - float;
|
|
|
On entry: the argument of the function.
|
|
|
|
Description
|
|
|
Purpose
|
|
nag_cumul_normal (s15abc) returns the value of the cumulative Normal distribution function .
|
|
Description
|
|
nag_cumul_normal (s15abc) evaluates the cumulative Normal distribution function
The function is based on the fact that
|
|
Error Indicators and Warnings
|
|
|
|
|
Examples
|
|
>
|
x := -20:
NAG:-s15abc(x);
|
|
|
Download Help Document
Was this information helpful?