This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.ndtr
-
scipy.special.ndtr(x[, out]) = <ufunc 'ndtr'>
y=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)