What's the LMSR prediction market scoring rule? We've just started an ad-hoc prediction market at work for whether some system will work, but I can't remember how to score it.
Say I have these bets:
House: 50%
Me: 50%
SD: 75%
AK: 35 %
what is the payout/loss for each player?
The log market scoring rule (LMSR) depends on there being an order to the stated probabilities, so the payoffs would be different for the order NS, SD, AK than for the order AK, SD, NS.
Given a particular order, the payoff for the i-th probability submitted is log(pi^k) - log(p{i-1}^k) if event k occurs. For example, if the order is NS, SD, AK and the system does work, AK's payoff is log(.35) - log(.75). If the system doesn't work, AK's payoff is log(.65) - log(.25).
I haven't seen this written about anywhere, but if you just have probabilities submitted si...
If it's worth saying, but not worth its own post (even in Discussion), then it goes here.