| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.Random.Distribution.Pareto
Documentation
pareto :: Distribution Pareto a => a -> a -> RVar a Source
paretoT :: Distribution Pareto a => a -> a -> RVarT m a Source
Constructors
| Pareto !a !a |
Instances
| (Real a, Distribution Pareto a) => CDF Pareto a | |
| (Floating a, Distribution StdUniform a) => Distribution Pareto a |