Papers

Original write-ups developed in this repository. The literature surveys live under bibliography; these are new work.

The Nearest-the-Pin Parimutuel

Peter Cotton · working draft v0.1 · full draft · implementation

A parimutuel pool whose outcomes form a continuum. Each participant submits a predictive density (a cloud of Monte-Carlo samples); when the point $z$ is revealed, the pot is split in proportion to the density each placed at $z$, relative to the crowd — a nearest-the-pin reward. It is the engine behind monteprediction.com.

$\Delta W_i = S\,\dfrac{s_i\,q_i(z)}{\sum_j s_j\,q_j(z)} - s_i, \qquad s_i = b\,W_i$

Three claims, all implemented and unit-tested:

Read the full working draft for the derivations, the honesty argument, the literature links, and the open questions.

Source material

Survey PDFs that motivate these write-ups:

Have a mechanism write-up to contribute? Open an issue or PR on microprediction/mechanisms.