Decision tree examples¶
The functions in this module returns the data node structures for several examples in the literature.
- smart_choice.examples.oil_tree_example()[source]¶
PrecisionTree Oil Example.
This function returns the data nodes structure for the oil example in discuted in the PrecisionTree user guide.
- smart_choice.examples.stbook()[source]¶
Bid example from “Decision Analysis for the professional.
Bidding tree with four possible options:
Bid $ 300.
Bid $ 500.
Bid $ 700.
No bid.
- smart_choice.examples.stbook_dependent_outcomes()[source]¶
Dependent outcomes example.
This function returns the data nodes for the tree in the Fig. 4.5 (pag. 81) of the book “Decision Analysis for the Professional”.
- smart_choice.examples.stguide()[source]¶
Supertree userguide bid example (2 branches).
This function returns the data nodes for a bid problem with two possible decisiions:
Bid $ 500.
Bid $ 700.
This example is used in the documentation available in the web site of the software.