random-fu-0.3.0.0: Random number generation
Safe HaskellNone
LanguageHaskell2010

Data.Random.Distribution.Dirichlet

Documentation

newtype Dirichlet a Source #

Constructors

Dirichlet a 

Instances

Instances details
(Fractional a, Distribution Gamma a) => Distribution Dirichlet [a] Source # 
Instance details

Defined in Data.Random.Distribution.Dirichlet

Methods

rvar :: Dirichlet [a] -> RVar [a] Source #

rvarT :: forall (n :: Type -> Type). Dirichlet [a] -> RVarT n [a] Source #

Eq a => Eq (Dirichlet a) Source # 
Instance details

Defined in Data.Random.Distribution.Dirichlet

Methods

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

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

Show a => Show (Dirichlet a) Source # 
Instance details

Defined in Data.Random.Distribution.Dirichlet