Modeling the game
SET s ’pure strategies’ / heads, tails /;
ALIAS (s,you,her);
TABLE herCost (you,her)
heads tails
heads 3 -2
tails -2 1 ;
PARAMETER yourCost(you,her);
yourCost(you,her) = -herCost(you,her);
Previous slide
Next slide
Back to first slide
View graphic version