random-fu-0.2.7.0: Random number generation

Safe HaskellNone
LanguageHaskell98

Data.Random.Distribution.ChiSquare

Documentation

newtype ChiSquare b #

Constructors

ChiSquare Integer 

Instances

(Real t, Distribution ChiSquare t) => CDF ChiSquare t # 

Methods

cdf :: ChiSquare t -> t -> Double #

(Fractional t, Distribution Gamma t) => Distribution ChiSquare t # 

Methods

rvar :: ChiSquare t -> RVar t #

rvarT :: ChiSquare t -> RVarT n t #