Decision tree library

This library helps you build decision trees in Analytica and calculates the value of each node in your tree.

Download

Last update: 1-Jan-2025

You can download the Decision tree library here: Decision Tree library.ana

Overview

When you open the library, you will see template nodes and options at the top of the window. Use these to build your decision tree. See Instructions for building a decision tree below on how to build the tree and see Decision tree node labels below more on labels.

This table describes each of the node types in this library:

Decision tree node types
Node type Description
DecisionTree decisionnode.png Used for decisions. The value of this node is the maximum value of all downstream decision options. E.g., if a decision has Decision option A worth $1M and Decision option B worth $1.5M, the value of the decision will be $1.5M.
DecisionTree decisionoptnode.png Used for each decision option and must be immediately downstream of a decision node. The user inputs are costs and revenues for the option. The value of this node is the cumulative value of its downstream path including its own costs and revenues.
DecisionTree chancenode.png Used to denote an uncertain outcome or chance. The value of this node is the probability-weighted sum of each downstream chance outcome’s value.
DecisionTree chanceoptionnode.png Used for each possible outcome of a chance node and must be immediately downstream of a chance node. The user input is the probability of the outcome. The value of this node is the cumulative value of its downstream path.
DecisionTree costrevnode.png Used to add cost or revenue to a path. The user inputs are costs and revenues. The value of this node is the cumulative value of its downstream path including its own costs and revenues.
DecisionTree terminalnode.png The final node in a path. This is the only node that can have more than one upstream node(i.e. more than one upstream arrow), but only when all paths leading to this node have equal value. The user inputs are costs and revenues. The value of this node is the cumulative value of the entire path, including its own costs and revenues.
DecisionTree miscdesp.png Used to add a miscellaneous descriptor to a path, but does not change the value of the path.
DecisionTree bannerlabel.png Used to add labels to the diagram, such as timeline or milestone markers.

Instructions for building a decision tree

  1. Enter edit mode by clicking on the cursor icon in the toolbar menu: ACPT EditMode.png
  2. To add a node to the tree, use the template nodes shown at the top of the model:
    DecisionTree templatenodes.png
    1. Select the template node you want to use
    2. Press Ctrl+D to duplicate the template.
    3. Drag the duplicate to where you want to place it
    4. To rename the node: click on the node, then click on the node title, and enter a new title.
  3. To add dependency links, draw arrows between nodes. You can do this by hovering over the right edge of a node until you see the arrow icon:
    DecisionTree nodehover.png
    Hover your cursor over the arrow until it turns into a white arrow, and then click and drag your cursor to the node you want to connect to. Make sure you are connecting to the node (the whole node should be highlighted) and not to a table icon on top of the node.
  4. To remove a dependency link, redraw the arrow between the nodes (step 3) to remove it. Note that selecting the arrow and clicking delete or backspace will not properly remove the dependency.
  5. For select node types, populate user inputs by clicking this table icon:
    EditTableInputIcon.png
    Ensure costs and revenues are all in present-value amounts for the same reference year across the whole tree. If you don't see a table icon when you are expecting one, you can add one by clicking on the Show input fields button in the top right of the library menu.
  6. To add custom text labels to your Decision Tree, you can duplicate the yellow and orange banner labels to the left of the template nodes and add them to your tree.
    1. Change the background color of banner labels by right clicking on the banner and selecting Show/Hide Color Palette. This should bring up the Color Palette in the upper right corner of your Analytica window. If you select a different color, the selected banner will change to that color.
  7. Once you have built your tree, press the Evaluate tree button to create value and/or probability labels for each node. You can control how the labels display and what information is displayed in the Label options module. You can also decide whether you want the labels to be created as you build the model and if you want labels to be realigned whenever they update using the options in the toolbar. See the Labels options module for more information.

Decision tree node labels

On the right hand side of the template menu there are some label options:

DecisionTree labeloptions.png

The following options are available from the main screen which will affect labels:

Option Description
DecisionTree updatelabels.png Adds all input table icons to the relevant nodes in the tree
DecisionTree removelabelsbutton.png Removes all labels, making it easy to reorganize the placement of nodes.
Screenshot 2025-01-02 101148.png Evaluates the tree and updates the labels such that new labels are created for missing or deleted labels.
DecisionTree deletetreebutton.png Deletes the tree. This cannot be undone.
DecisionTree realignlabels.png Controls whether labels are realigned to their parent nodes when updated. Uncheck to maintain your custom placement of labels.

Open the Label options module to control specific label options, such as:

  • label and node font and font size
  • label number and currency formatting
  • which inputs and outputs are displayed
  • where inputs and outputs are positioned relative to their parent node
  • whether to display 0 values in labels
  • whether to append multiple items in a single label vertically or horizontally
  • whether to display input and output item names with their values
  • whether to color negative and positive EV values red and green

Example models

Comments


You are not allowed to post comments.