A new breakdown every week — read the newsletter →
PeopleBusinessesToolsNewsletter
StrategiesMental ModelsDecision ToolsBusiness ModelsFrameworksMoats
LearnBook SummariesReading ListsGuidesQuote Collections
Artificial Intelligence Learning PathsWhat should I study? AboutContact
Mental Model

Laplace's Law

LS
Computer Science & Algorithms

rule (or rule of succession) estimates the probability of an event that has occurred k times in n trials as (k + 1) / (n + 2). It's a simple Bayesian prior: start from...

The core idea

rule (or rule of succession) estimates the probability of an event that has occurred k times in n trials as (k + 1) / (n + 2). It's a simple Bayesian prior: start from...

Connected