Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stochastic.Distributions.Continuous
Documentation
mkEmpirical :: forall a. RandomGen a => a -> [Double] -> Dist Source
class ContinuousDistribution g where Source
Minimal complete definition
Methods
rand :: g -> (Double, g) Source
rands :: Int -> g -> ([Double], g) Source
cdf :: g -> Double -> Double Source
cdf' :: g -> Double -> Double Source
pdf :: g -> Double -> Double -> Double Source
degreesOfFreedom :: g -> Int Source
Instances