Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 606 Bytes

Uniform.to_gaussian.md

File metadata and controls

25 lines (15 loc) · 606 Bytes

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.

Arguments

  • sigma (float, optional, default=1.0): number of standard deviations which should be adopted as the lower and upper bounds of the Uniform distribution.

Returns