random-fu-0.2.7.0: Random number generation

Safe HaskellNone
LanguageHaskell98

Data.Random.Distribution.Weibull

Documentation

data Weibull a #

Constructors

Weibull 

Fields

Instances

(Real a, Distribution Weibull a) => CDF Weibull a # 

Methods

cdf :: Weibull a -> a -> Double #

(Floating a, Distribution StdUniform a) => Distribution Weibull a # 

Methods

rvar :: Weibull a -> RVar a #

rvarT :: Weibull a -> RVarT n a #

Eq a => Eq (Weibull a) # 

Methods

(==) :: Weibull a -> Weibull a -> Bool #

(/=) :: Weibull a -> Weibull a -> Bool #

Show a => Show (Weibull a) # 

Methods

showsPrec :: Int -> Weibull a -> ShowS #

show :: Weibull a -> String #

showList :: [Weibull a] -> ShowS #