Microsoft Research, Cambridge
Returns the path-specific marginal distribution of the specified variable, cast to type T.

Declaration Syntax
Public Function Marginal(Of T) ( _
variableName As String, _
path As String _
) As T
public:
generic<typename T>
T Marginal(
String^ variableName,
String^ path
)

Generic Template Parameters

Parameters
- variableName (String)
- Variable name
- path (String)
- Path

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