random-fu-0.2.7.0: Random number generation

Safe HaskellNone
LanguageHaskell98

Data.Random.Distribution.Dirichlet

Documentation

dirichlet :: Distribution Dirichlet [a] => [a] -> RVar [a] #

dirichletT :: Distribution Dirichlet [a] => [a] -> RVarT m [a] #

newtype Dirichlet a #

Constructors

Dirichlet a 

Instances

(Fractional a, Distribution Gamma a) => Distribution Dirichlet [a] # 

Methods

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

rvarT :: Dirichlet [a] -> RVarT n [a] #

Eq a => Eq (Dirichlet a) # 

Methods

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

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

Show a => Show (Dirichlet a) #