|
| Numeric.Random.Distribution.Poisson | | 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 Poisson random variables. Reference: Ross
|
|
| Synopsis |
|
| poisson :: Double -> [Double] -> [Double] |
|
|
| Documentation |
|
| poisson |
| :: Double | lambda | | -> [Double] | U | | -> [Double] | X | | Generates a list of poisson random variables from a list
of uniforms |
|
|
| Produced by Haddock version 0.4 |