Represents a Conditional Linear Gaussian probability distribution.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class CLGaussian : IDistribution
Visual Basic (Declaration)
Public NotInheritable Class CLGaussian _
	Implements IDistribution
Visual C++
public ref class CLGaussian sealed : IDistribution

Remarks

The distribution contains a Table distribution which represents any discrete combinations, and for each combination there exists a multivariate Gaussian distribution and weight/regression coefficients. Note that head variables are those that appear to the left of the bar in the expression P(A|B) and tail variables are those to the right.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.CLGaussian

See Also