random-fu-0.3.0.1: Random number generation
Safe HaskellNone
LanguageHaskell2010

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 #

floatingStretchedExponential :: forall a (m :: Type -> Type). (Floating a, Distribution StdUniform a) => a -> a -> RVarT m a Source #

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

stretchedExponentialT :: forall a (m :: Type -> Type). Distribution StretchedExponential a => a -> a -> RVarT m a Source #