SciPy

scipy.special.nrdtrisd

scipy.special.nrdtrisd(p, x, mn) = <ufunc 'nrdtrisd'>

Calculate standard deviation of normal distribution given other params.

Parameters
parray_like

CDF values, in range (0, 1].

xarray_like

Quantiles, i.e. the upper limit of integration.

mnfloat or ndarray

The mean of the normal distribution.

Returns
stdarray_like

Standard deviation.

See also

ndtr

Previous topic

scipy.special.nrdtrimn

Next topic

scipy.special.pdtr