SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.ndtr

scipy.special.ndtr(x) returns the area under the standard Gaussian probability density function, integrated from minus infinity to x: 1/sqrt(2*pi) * integral(exp(-t**2 / 2), t=-inf..x) = <ufunc 'ndtr'>

Previous topic

scipy.special.chdtri

Next topic

scipy.special.ndtri