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 Source #
show :: Weibull a -> String Source #
showList :: [Weibull a] -> ShowS Source #
(==) :: Weibull a -> Weibull a -> Bool Source #
(/=) :: Weibull a -> Weibull a -> Bool Source #