Decision-Theoritic Modelling: Influence diagrams
From DSL
Influence diagrams (Howard & Matheson 1984), also called relevance diagrams, are acyclic directed graphs representing decision problems. The goal of influence diagrams is to choose a decision alternative that has the highest expected gain (utility).
Similarly to Bayesian networks, influence diagrams are very useful in showing the structure of the domain, i.e., the structure of the decision problem. Influence diagrams contain four types of nodes (Decision, Chance, Deterministic, and Value) and two types of arcs (influences and informational arcs). The following influence diagram, discussed in detail in the tutorial section on influence diagrams, models a decision related to an investment in a risky venture:
Nodes in an influence diagram represent various types of variables.
Decision nodes, usually drawn as rectangles (such as node Investment Decision above), represents variables that are under control of the decision maker and model the decision alternatives available to the decision maker. Decision nodes include a specification of the available decision options. Node Investment Decision above has two alternatives Invest and DoNotInvest.
Chance nodes, usually drawn as circles or ovals (such as nodes Expert Forecast and Success of the venture above), are random variables and they represent uncertain quantities that are relevant to the decision problem. They are quantified by conditional probability distributions, identical to those presented in the section on Bayesian networks. In fact, the subset of an influence diagram that consists of only chance nodes is a Bayesian network, i.e., an influence diagram can be also viewed as Bayesian network extended by decision and value nodes. When Decision nodes precede the Chance nodes they act exactly similar to those predecessors that are Chance nodes - they index the conditional probability table of the child node.
Deterministic nodes, usually drawn as double-circles or double-ovals, represent either constant values or values that are algebraically determined from the states of their parents. In other words, if the values of their parents are known, then the value of a deterministic node is also known with certainty. Deterministic nodes are quantified similarly to Chance nodes. The only difference is that their probability tables contain all zeros or ones (note that there is no uncertainty about the outcome of a deterministic node once all its parents are known).
Value nodes, usually drawn as diamonds (such as node Financial Gain above), represent utility, i.e., a measure of desirability of the outcomes of the decision process. They are quantified by the utility of each of the possible combinations of outcomes of the parent nodes. Node Financial Gain above is quantified in the following way:
Normally, an arc in an influence diagram denotes an influence, i.e., the fact that the node at the tail of the arc influences the value (or the probability distribution over the possible values) of the node at the head of the arc. Some arcs in influence diagrams have clearly a causal meaning. In particular, a directed path from a decision node to a chance node means that the decision (i.e., a manipulation of the graph) will impact that chance node in the sense of changing its probability distribution.
Arcs coming into decision nodes are called informational arcs and have a different meaning. As Decision nodes are under the decision maker's control, these arcs do not denote influences but rather temporal precedence (in the sense of flow of information). The outcomes of all nodes at the tail of informational arcs will be known before the decision is made. In particular, if there are multiple decision nodes, they all need to be connected by informational arcs. This reflects the fact that the decisions are made in a sequence and the outcome of each decision is known before the next decision is made.

