| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
ConCat.Distribution
Description
A category of probabilistic functions using discrete distributions
Documentation
Distribution category
Instances
| AssociativePCat Dist Source # | |
| AssociativeSCat Dist Source # | |
| BraidedPCat Dist Source # | |
| BraidedSCat Dist Source # | |
| Category Dist Source # | |
| CoproductCat Dist Source # | |
| DistribCat Dist Source # | |
| MonoidalPCat Dist Source # | |
Defined in ConCat.Distribution | |
| MonoidalSCat Dist Source # | |
Defined in ConCat.Distribution Methods (+++) :: Ok4 Dist a b c d => Dist c a -> Dist d b -> Dist (Coprod Dist c d) (Coprod Dist a b) Source # left :: forall a a' b. Oks Dist '[a, b, a'] => Dist a a' -> Dist (Coprod Dist a b) (Coprod Dist a' b) Source # right :: Oks Dist '[a, b, b'] => Dist b b' -> Dist (Coprod Dist a b) (Coprod Dist a b') Source # | |
| ProductCat Dist Source # | |
| Num a => ScalarCat Dist a Source # | |
Defined in ConCat.Distribution | |
| type Ok Dist Source # | |
Defined in ConCat.Distribution | |