Function gaussian_noise

Source
pub fn gaussian_noise(x: f64) -> f64
Expand description

Normal with mean = 0, and stand deviation 1

ยงAlgorithm

  • uses Box-Muller transform of uniform_noise(x) and uniform_noise(x+1)