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