Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HeadTail

Indicates whether a variable is marked as head or tail in a distribution. See {@link com.bayesserver.VariableContext}.

Head variables are those on the left, and tail variables are those on the right in the expression P(A|B).

see

com.bayesserver.VariableContext

Hierarchy

  • HeadTail

Index

Properties

Properties

Static Head

Head: HeadTail = new HeadTail()

Indicates that a variable is marked as head in a distribution. See {@link com.bayesserver.VariableContext}.

Head variables are those on the left, and tail variables are those on the right in the expression P(A|B).

Static Tail

Tail: HeadTail = new HeadTail()

Indicates that a variable is marked as tail in a distribution. See {@link com.bayesserver.VariableContext}.

Head variables are those on the left, and tail variables are those on the right in the expression P(A|B).