Infer.NET Documentation
Marginal Method
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmMarginal()()()
Microsoft Research, Cambridge
Members
IconMemberDescription
Marginal<(Of <(T>)>)(String)
Returns the marginal distribution of the specified variable, cast to type T.

Marginal<(Of <(T>)>)(String, String)
Returns the path-specific marginal distribution of the specified variable, cast to type T.

Marginal(String)
Returns the marginal distribution of the specified variable.

Marginal(String, String)
Returns the path-specific marginal distribution of the specified variable. For example, Gibbs sampling provides "Distribution", "Samples", and "Distributions" paths

Marginal(IVariable)
Returns the marginal distribution of the specified variable.

Marginal(IVariable, String)
Returns the path-specific marginal distribution of the specified variable. For example, Gibbs sampling provides "Distribution", "Samples", and "Distributions" paths

Marginal<(Of <(T>)>)(IVariable)
Returns the marginal distribution of the specified variable, cast to type T.

Marginal<(Of <(T>)>)(IVariable, String)
Returns the marginal distribution of the specified variable, cast to type T.

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)