random-fu-0.2.7.0: Random number generation

Safe HaskellNone
LanguageHaskell98

Data.Random.Distribution.Pareto

Documentation

pareto :: Distribution Pareto a => a -> a -> RVar a #

paretoT :: Distribution Pareto a => a -> a -> RVarT m a #

data Pareto a #

Constructors

Pareto !a !a 

Instances

(Real a, Distribution Pareto a) => CDF Pareto a # 

Methods

cdf :: Pareto a -> a -> Double #

(Floating a, Distribution StdUniform a) => Distribution Pareto a # 

Methods

rvar :: Pareto a -> RVar a #

rvarT :: Pareto a -> RVarT n a #