scipy.special.nrdtrisd#
- scipy.special.nrdtrisd(p, x, mn, out=None) = <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.
- mnscalar or ndarray
 The mean of the normal distribution.
- outndarray, optional
 Optional output array for the function results
- Returns:
 - stdscalar or ndarray
 Standard deviation.
See also