Idris2Doc : Control.Monad.Distribution

Control.Monad.Distribution

(source)

Definitions

dataDist : Nat->Type
  Convex combination of a finite set of types, a point in a simplex △^(i-1)
i=2 -> △¹ -> line segment
i=3 -> △² -> triangle
...
Probabilities are here represented as logits
Since this is used in `Data.Container.Products.ConvexComb`, we cannot use
`Tensor` here

Totality: total
Visibility: public export
Constructor: 
MkDist : VectiDouble->Disti
  Probabilities are represented as logits
toVect : Disti->VectiDouble
Visibility: public export
uniform : IsSucci=>Disti
  Logit representation of the uniform distribution

Visibility: public export
diracDelta : IsSucci=>Fini->Disti
  Logit representation of dirac delta

Visibility: public export