Microsoft Research, Cambridge
Creates a Dirichlet random variable that is a Pointmass with probabilities prob

Declaration Syntax
Public Shared Function DirichletPointMass ( _
ParamArray probs As Double() _
) As Variable(Of Vector)

Parameters
- probs (array<
Double
>[]()[])
- An array of probs. Must add up to one

Return Value
Dirichlet random variable that is Pointmass at probs
Assembly:
Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)