|
| Numeric.Random.Distribution.Binomial | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
UNTESTED Module for transforming a list of uniform random variables into a
list of binomial random variables. Reference: Ross
|
|
| Synopsis |
|
| binomial :: Int -> Double -> [Double] -> [Double] |
|
|
| Documentation |
|
| binomial |
| :: Int | n | | -> Double | p | | -> [Double] | U | | -> [Double] | X | | Generates a list of binomial random variables from a list
of uniforms |
|
|
| Produced by Haddock version 0.4 |