random-fu-0.2.7.4: Random number generation
Safe HaskellNone
LanguageHaskell98

Data.Random.Distribution.StretchedExponential

Documentation

newtype StretchedExponential a Source #

Constructors

StretchedExp (a, a) 

Instances

Instances details
(Real a, Distribution StretchedExponential a) => CDF StretchedExponential a Source # 
Instance details

Defined in Data.Random.Distribution.StretchedExponential

Methods

cdf :: StretchedExponential a -> a -> Double Source #

(Floating a, Distribution StdUniform a) => Distribution StretchedExponential a Source # 
Instance details

Defined in Data.Random.Distribution.StretchedExponential

Methods

rvar :: StretchedExponential a -> RVar a Source #

rvarT :: forall (n :: Type -> Type). StretchedExponential a -> RVarT n a Source #

floatingStretchedExponentialCDF :: Real a => a -> a -> a -> Double Source #