Bayesian game with 2 players cookbook, BNE.
How should I be aware of which player that have different types.
The assignment would typically say, which player that have different types. That can both be player 1 and 2.
Consider a first-price sealed bid auction, with a uniform distribution:
- two identical bidders
- Valuation, v_i 1-3
- private values
Show the symmetric BNE linear strategy b_i(v_i)=cv_i+d. Find c and d.
How to calculate the highest valuation, and then get the highest bid, which is equal to the (expected) revenue for the seller?
Step 1) Calculate highest expected valuation, use following equation
a+(b-a)*N/(N+1) for N players.
Step 2) Insert the highest expected valuation into the bidding function (could be the optimal bidding function).
Notice if you have to compare with another valuation with more players. When the amount of players increase then the valuation increase.
Big demand high price.
What about games with more than two identical players.
…
How do we write the expected payoff of bidder i, when we have two identical bidders (i and j) .
In step 1 we insert bidder j´s bidding function into bidder i´s exp. payoff function, so we get bidder i´s exp. payoff conditional on bidder j´s bidding strategy.
E(u_i(v_i,b_i)=P(b_i>b_j(v_j))
Which says that bidder i wins, but we could flip it around due to the players are identical.