Indicates whether a variable is marked as head or tail in a distribution. See VariableContext.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public enum HeadTail |
| Visual Basic (Declaration) |
|---|
Public Enumeration HeadTail |
| Visual C++ |
|---|
public enum class HeadTail |
Members
| Member name | Description | |
|---|---|---|
| Head |
Indicates that a variable is marked as head in a distribution. See VariableContext.
| |
| Tail |
Indicates that a variable is marked as tail in a distribution. See VariableContext.
|
Remarks
Head variables are those on the left, and tail variables are those on the right in the expression P(A|B).
