Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
newtype Exponential a Source #
Exp a |
(Real a, Distribution Exponential a) => CDF Exponential a Source # | |
(Floating a, Distribution StdUniform a) => Distribution Exponential a Source # | |
floatingExponential :: (Floating a, Distribution StdUniform a) => a -> RVarT m a Source #
floatingExponentialCDF :: Real a => a -> a -> Double Source #
exponential :: Distribution Exponential a => a -> RVar a Source #
exponentialT :: Distribution Exponential a => a -> RVarT m a Source #