cupyx.scipy.special.log_ndtr#

cupyx.scipy.special.log_ndtr = <ufunc 'cupyx_scipy_special_log_ndtr'>#

Logarithm of Gaussian cumulative distribution function.

Returns the log of the area under the standard Gaussian propability 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

cupy.ndarray

See also

scipy.special.log_ndtr()