cupyx.scipy.special.log_ndtr#
- cupyx.scipy.special.log_ndtr()#
Logarithm of Gaussian cumulative distribution function.
Returns the log of the area under the standard Gaussian probability density function.
- Parameters:
x (array-like) – The input array
- Returns:
y – The value of the log of the normal cumulative distribution function evaluated at x
- Return type:
See also
scipy.special.log_ndtr()