Displaying 1 result from an estimated 1 matches for "br1x".
Did you mean:
br1
2002 Mar 20
5
inverted axis
...I have the following
X <- seq(1:100) #(a dim(100) sequence of integers 1:100 representing
the possible actions of player 1 and player2 in a game)
BR2X<- br2(X) #(a dim(100) sequence of points on range (1,100)
representing the best response function of player 2 to player 1:s
actions)
BR1X<- br1(X) #(a dim(100) sequence of points on range (1,100)
representing the best response function of player 1 to player 2:s
actions)
To illustrate Nash equilibrium , I would like to plot these in the same
picture, with inverted axes, so that
(X,BR2) is plotted with X on horizontal and BR...