Decision Tree Analysis

Decision Tree Analysis
0
(0)

Decision Tree Analysis

A decision tree analysis is a tree-like model that acts as a decision support tool, visually displaying decisions and their potential outcomes, consequences, and costs. From there, the “branches” can easily be evaluated and compared in order to select the best courses of action.

Decision tree analysis is helpful for solving problems, revealing potential opportunities, and making complex decisions regarding cost management, operations management, organization strategies, project selection, and production methods.

Decision trees are comprised of nodes and branches – nodes represent a test on an attribute and branches represent potential alternative outcomes.

Five Steps of Decision Tree Analysis

Drawing a decision tree diagram starts from left to right and consists of “burst” nodes that split into different paths. Nodes are categorized as Root nodes, which compiles the whole sample and is then split into multiple sets.

Decision nodes, typically represented by squares, are sub-nodes that diverge into further possibilities; and the Terminal node, typically represented by triangles, is the final node that shows the final outcome that cannot be further categorized.

Branches, or lines, represent the various available alternatives, and sub-nodes can be eliminated via Pruning. Decision trees can be hand-drawn or created with the use of decision tree software.
The steps in decision tree analysis consist of:

  1. Define the problem area for which decision making is necessary.
  2. Draw a decision tree with all possible solutions and their consequences.
  3. Input relevant variables with their respective probability values.
  4. Determine and allocate payoffs for each possible outcome.
  5. Calculate the Expected Monetary Value for every chance node in order to determine which solution is expected to provide the most value. Circles represent chance nodes in a tree diagram.
See also  Nominal Group Technique

How useful was this post?

Click on a star to rate it!

Leave a Reply

Your email address will not be published. Required fields are marked *