Hi All,
I would like to generate an auction dataset that has some variation in the number of bidders across auctions. For example, in the following example, we have 9 auctions, and maybe in auction 1 we have 7 bidders, auction 2 we have 5 bidders. Also, in each auction, the bids are drawn from a uniform distribution.
I know how to generate a balanced one(each auction has the same bidders) but an unbalanced one. Any help would be appreciated ! Thanks
I would like to generate an auction dataset that has some variation in the number of bidders across auctions. For example, in the following example, we have 9 auctions, and maybe in auction 1 we have 7 bidders, auction 2 we have 5 bidders. Also, in each auction, the bids are drawn from a uniform distribution.
I know how to generate a balanced one(each auction has the same bidders) but an unbalanced one. Any help would be appreciated ! Thanks
| auction_id | bidder1 | bidder2 | bidder3 | bidder4 | bidder5 | bidder6 | bidder7 | bidder8 | bidder9 |
| 1 | |||||||||
| 2 | |||||||||
| 3 | |||||||||
| 4 | |||||||||
| 5 | |||||||||
| 6 | |||||||||
| 7 | |||||||||
| 8 | |||||||||
| 9 |

Comment