random-fu-0.2.7.3: Random number generation
Data.Random.Distribution.Weibull
data Weibull a Source #
Constructors
Fields
Defined in Data.Random.Distribution.Weibull
Methods
cdf :: Weibull a -> a -> Double Source #
rvar :: Weibull a -> RVar a Source #
rvarT :: Weibull a -> RVarT n a Source #
(==) :: Weibull a -> Weibull a -> Bool #
(/=) :: Weibull a -> Weibull a -> Bool #
showsPrec :: Int -> Weibull a -> ShowS #
show :: Weibull a -> String #
showList :: [Weibull a] -> ShowS #