Uniform.to_gaussian (function)
def to_gaussian(self, sigma=1.0)
Convert the Uniform distribution to a Gaussian distribution by
adopting a certain sigma
: number of standard deviations which should
be adopted as the lower and upper bounds of the Uniform 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 Gaussian distribution