-
VN(A,x,y): inputs a matrix A , m by n say, where player Row has
m different strategies and player Column has n different strategies
and the payoffs are A[m][n] and -A[m][n], respectively. Outputs the expected
gain for Row (alias minus expected gain for Column) if they play a mixed strategy x and y
-
VN2(A,x,y): the payoffs for 2 by 2 matrix and strategies [x,1-x], [y,1-y]
-
RP(n): a random point in [0,1]^n
-
RD(n): a random distance between 2 points in the n-dim unit cube
-
MC(n,N): the average of the distances between two random points in [0,1]^n done N times
-
RC3(): The value of the Robbins constant as a triple integral
-
RC3e(): The excact value of the Robbins constant (due to David Robbins)
-
RC2(): the exact value of the 2-dim Robbins constant
-
RC44(): the exact value of the 4-dim Robbins constant