Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
newtype StretchedExponential a Source #
StretchedExp (a, a) |
(Real a, Distribution StretchedExponential a) => CDF StretchedExponential a 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 #