scipy.special.nrdtrimn#
- scipy.special.nrdtrimn(p, x, std, out=None) = <ufunc 'nrdtrimn'>#
 Calculate mean 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.
- stdarray_like
 Standard deviation.
- outndarray, optional
 Optional output array for the function results
- Returns:
 - mnscalar or ndarray
 The mean of the normal distribution.