Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype StretchedExponential a Source #
StretchedExp (a, a) |
Instances
(Real a, Distribution StretchedExponential a) => CDF StretchedExponential a Source # | |
Defined in Data.Random.Distribution.StretchedExponential cdf :: StretchedExponential a -> a -> Double Source # | |
(Floating a, Distribution StdUniform a) => Distribution StretchedExponential a Source # | |
floatingStretchedExponential :: (Floating a, Distribution StdUniform a) => a -> a -> RVarT m a Source #
floatingStretchedExponentialCDF :: Real a => a -> a -> a -> Double Source #
stretchedExponential :: Distribution StretchedExponential a => a -> a -> RVar a Source #
stretchedExponentialT :: Distribution StretchedExponential a => a -> a -> RVarT m a Source #