Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
newtype Exponential a Source
Exp a |
(Real a, Distribution Exponential a) => CDF Exponential a | |
(Floating a, Distribution StdUniform a) => Distribution Exponential a |
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