random-fu-0.0.3.2: Random number generation

Data.Random.Distribution.Rayleigh

Synopsis

Documentation

newtype Rayleigh a Source

The rayleigh distribution with a specified mode ("sigma") parameter. Its mean will be sigma*sqrt(pi2)@ and its variance will be @sigma^2*(4-pi)2

(therefore if you want one with a particular mean m, sigma should be m*sqrt(2/pi))

Constructors

Rayleigh a 

rayleighCDF :: Real a => a -> a -> DoubleSource