Gaussian.to_uniform (function)
def to_uniform(self, sigma=1.0)
Convert the Gaussian distribution to a Uniform distribution by
adopting the lower and upper bounds as a certain value of sigma
for the Gaussian distribution.
sigma
(float, optional, default=1.0): number of standard deviations which should be adopted as the lower and upper bounds of the Uniform distribution.
- a Uniform distribution