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 :: forall (n :: Type -> Type). Weibull a -> RVarT n a Source #
showsPrec :: Int -> Weibull a -> ShowS #
show :: Weibull a -> String #
showList :: [Weibull a] -> ShowS #
(==) :: Weibull a -> Weibull a -> Bool #
(/=) :: Weibull a -> Weibull a -> Bool #