Poker Estimathon

Estimate statistical properties of hidden card expressions under uncertainty.

Overview

You play 6 stages on each difficulty. Each stage deals a hand of cards from a standard 52-card deck (A–K, values 1–13). Suits are spades (black), hearts (red), diamonds (blue), and clubs (green). Choose a difficulty before starting.

Difficulties

Your profile tracks separate average ratings for Easy / Medium / Hard.

Stages & Information

Each Round

Monte Carlo & Invalid Values

Each question is computed from all 100,000 Monte Carlo samples. Any invalid outcome (including NaN and division-by-zero situations) is recorded as 0 — never discarded.

Some Monte Carlo stats may fluctuate near 0, which creates high estimation risk. In those cases, use Skip or a strategic guess instead of a blind estimate.

Estimate with this rule in mind:

Skip

Scoring

Error = max(|estimate − truth| / (|truth| + ε), |truth − estimate| / (|estimate| + ε)) × 100%, with a 5% floor, capped at 1000% (shown as ≥1000%).

Per-round Rating = 100 × (1 − (error/1000)²), clamped to 0–100. Your final score is the average error across all 24 rounds.

Seeds

Each game has a seed (0–2,147,483,647) determining card deals and question structure. The same seed reproduces the same game layout.