Decision tree analysis

From apppm
(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
 
The five steps in decision tree analysis are:
 
The five steps in decision tree analysis are:
  
1. Define what the problem is and what decisions need to be made. \\
+
#Define what the problem is and what decisions need to be made. \\
2. Draw up the decision tree and include every possible solution and their potential consequences.
+
#Draw up the decision tree and include every possible solution and their potential consequences.
3. Input variables with probability values relevant to the problem.
+
I#nput variables with probability values relevant to the problem.
 
4. Determine rewards for every outcome.
 
4. Determine rewards for every outcome.
 
5. Calculate the expected value for every node, which determines which solution is most likely to bring most value.
 
5. Calculate the expected value for every node, which determines which solution is most likely to bring most value.

Revision as of 14:40, 12 February 2023

Abstract


Decision tree analysis is drawing a decision tree which represents graphically various different solutions to problems. The decision tree is used to try to determine the best course of action. This can be used as a support tool when making decisions, visually showing all potential outcomes, consequences and cost. When complex decisions need to be made it can be useful to use this method.

The five steps in decision tree analysis are:

  1. Define what the problem is and what decisions need to be made. \\
  2. Draw up the decision tree and include every possible solution and their potential consequences.

I#nput variables with probability values relevant to the problem. 4. Determine rewards for every outcome. 5. Calculate the expected value for every node, which determines which solution is most likely to bring most value.


Application



Limitations



References


Heavy.ai. Decision tree analysis. URL:[1]


Letícia Fonseca. (2022). Decision Tree Analysis Examples and How to Use Them. URL:[2]

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox