stochastic-0.1.0.0: Monadic composition of probabilistic functions and sampling.

LicenseGPL-3
Maintainerhackage@mail.kevinl.io
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Data.Stochastic.Internal

Description

 

Synopsis

Documentation

boxMuller :: Floating a => a -> a -> a Source #

Function to convert values sampled from uniform distribution to a value sampled from a standard normal distribution.

decentRandom :: RandomGen g => g -> (Double, g) Source #

Randoms that aren't too small or equal to 1.