Infer.NET Documentation
Marginal<(Of <(T>)>) Method (variable, path)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmMarginal<(Of <(T>)>)(IVariable, String)
Microsoft Research, Cambridge
Returns the marginal distribution of the specified variable, cast to type T.
Declaration Syntax
C#Visual BasicVisual C++
public T Marginal<T>(
	IVariable variable,
	string path
)
Public Function Marginal(Of T) ( _
	variable As IVariable, _
	path As String _
) As T
public:
generic<typename T>
T Marginal(
	IVariable^ variable, 
	String^ path
)
Generic Template Parameters
T
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)