Utility functions
Corson N. Areshenkoff
2024-08-13
utility_functions.Rmd
iowa implements multiple common utility functions, and can be relatively easily extended to include more. Currently, The following are included in the base package:
Expectance valence utility
- Keyword:
EU
- Parameters:
w
(Win/loss weighting) - Bounds: \(w \in [0,1]\)
- Depends: Gain and loss
\[ u(g,l) = (1-w)g + wl \]