Infer.NET Documentation
Marginal Method (variable, path)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmMarginal(IVariable, String)
Microsoft Research, Cambridge
Returns the path-specific marginal distribution of the specified variable. For example, Gibbs sampling provides "Distribution", "Samples", and "Distributions" paths
Declaration Syntax
C#Visual BasicVisual C++
public Object Marginal(
	IVariable variable,
	string path
)
Public Function Marginal ( _
	variable As IVariable, _
	path As String _
) As Object
public:
Object^ Marginal(
	IVariable^ variable, 
	String^ path
)
Parameters
variable (IVariable)
Variable name
path (String)
Path
Return Value

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