Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Random.Distribution.Dirichlet
Documentation
fractionalDirichlet :: forall a (m :: Type -> Type). (Fractional a, Distribution Gamma a) => [a] -> RVarT m [a] Source #
dirichletT :: forall a (m :: Type -> Type). Distribution Dirichlet [a] => [a] -> RVarT m [a] Source #