Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 561 Bytes

Gaussian.to_uniform.md

File metadata and controls

25 lines (15 loc) · 561 Bytes

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.

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