scipy.special.log_ndtr

scipy.special.log_ndtr(x) = <ufunc 'log_ndtr'>

高斯累积分布函数的对数。

返回标准高斯概率密度函数下面积的对数,从负无穷大积分到 x ::

log(1/sqrt(2*pi) * integral(exp(-t**2 / 2), t=-inf..x))
参数
x类数组、实数或复数

论据

退货
ndarray

正常CDF的对数值在 x