Hugin .NET API Reference Library
GetDistribution Method
Namespaces > HAPI > ContinuousChanceNode > GetDistribution()
Returns the distribution for this continuous node.
Syntax
C#Visual BasicManaged C++
public Table GetDistribution ()
Public Function GetDistribution As Table
public:
Table^ GetDistribution ()
Return Value
A Table holding a strong marginal of this node and a set of discrete nodes.
Remarks
The distribution for a continuous chance node is in general a mixture of several Gaussian distributions. This method actually computes a joint distribution of this CG node and a set of discrete nodes. These discrete nodes are chosen such that the computed marginal is a strong marginal, but it is not necessarily minimal.
Exceptions
ExceptionCondition
ExceptionHugin

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)