diff options
Diffstat (limited to 'gp-scripts/firstPrice')
-rw-r--r-- | gp-scripts/firstPrice | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gp-scripts/firstPrice b/gp-scripts/firstPrice index 2600e6e..c638f4a 100644 --- a/gp-scripts/firstPrice +++ b/gp-scripts/firstPrice @@ -89,7 +89,6 @@ Phi = vector(n,a,matrix(n,k,i,j, prod(h=1,n,Delta[h][i,j])^x[a] )) \\ winner matrix v = matrix(n,k,a,j, prod(i=1,n,Gamma[i][a,j]) / prod(i=1,n,Phi[i][a,j]) ) - vi = lift(v) print("bids are: ", bid) |