This function returns the expected payoffs to Alice and Bob with respect to the probabilities p and q. p+q should equal 1 and moves is a list of two possible strategies for each of the players and alpha, beta, gamma are the payoffs for the players corresponding to the choices available to them with the chain of inequalities, alpha>beta>gamma.
Usage
QBOS(p, q, moves, alpha, beta, gamma)
Arguments
p
a real number between 0 and 1 including the end points
q
a real number between 0 and 1 including the end points
moves
alist of matrices
alpha
a number
beta
a number
gamma
a number
Value
A vector consisting of the Payoffs to Alice and Bob as its two elements depending on the inputs.