Laetus
Laetus does not try to predict lottery outcomes or “beat” probability. Instead, it measures how your personal results deviate from statistical expectation over time using a transparent, deterministic formula. The result is a normalized Luck Index (0–100%) reflecting how recent outcomes compare to random chance.
Each virtual bet includes selected numbers, official results, lottery structure, and optional virtual winnings. Only valid bets with known results are used.
For each bet, Laetus estimates expected matches based on lottery structure:
expectedMatches = numbersChosen / lotteryPoolSize
The difference between expected and actual matches is normalized using statistical variance, producing the Relative Luck Contribution (RLC).
This prevents noise from small wins while preserving meaningful signals.
luckSignal = α × previousLuck + (1 − α) × currentRLC
Recent bets influence the score more strongly, but historical performance is never fully discarded.
If virtual winnings are present, a logarithmic money signal is calculated. It is heavily smoothed to prevent jackpots from dominating the score. Money slightly influences the index but never replaces statistical luck.
rawLuck = luckSignal + weight × moneySignal luckPercent = 50 + rawLuck × 10
The final score is limited to the range 0–100%.
Laetus helps you observe statistical behavior — not chase outcomes.