Installation of Python libraries
pip install numpypip install plotlypip install scipypip install ttkthemesThe 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.

