A Decision Tree App
Create an app that uses a decision tree to help make decisions.Everything is either an event or an outcome.
Events
- must have an associated name
- may have an associated cost
- may have an associated time duration
Outcomes
- must have an associated payoff
- must have an associated probability
- may have an associated time duration
A mashup of:
- Decision Trees from Model Thinking
- App building from Creative Programming
- Time Value of Money from Introduction to Finance
No comments:
Post a Comment