| Icon | Member | Description |
|---|---|---|
| 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.
|