Installation of Python libraries
pip install numpy
pip install plotly
pip install scipy
pip install ttkthemes
The program is Decision_Rules.py
. Decision rules include:
- maxiMax (Value);
- maxiMin (Value);
- miniMax Regret;
- Laplace;
- Hurwicz; and
- Bayes.
The program is Action_Plots.py
, allowing visualisation of decision value set and regret set.
This repository is distributed under the MIT Licence. See LICENSE.txt
for more information.