random-fu-0.2.6.2: Random number generation

Safe HaskellNone
LanguageHaskell98

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(pi/2) 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 -> Double Source