naginterfaces.library.specfun.cdf_normal_vector¶
- naginterfaces.library.specfun.cdf_normal_vector(x)[source]¶
cdf_normal_vector
returns an array of values of the cumulative Normal distribution function, .For full information please refer to the NAG Library document for s15ap
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/s/s15apf.html
- Parameters
- xfloat, array-like, shape
The argument of the function, for .
- Returns
- ffloat, ndarray, shape
, the function values.
- Raises
- NagValueError
- (errno )
On entry, .
Constraint: .
- Notes
cdf_normal_vector
evaluates approximate values of the cumulative Normal distribution functionfor an array of arguments , for .
The function is based on the fact that
and it calls
erfc_real()
to obtain a value of for the appropriate argument.
- References
NIST Digital Library of Mathematical Functions