Probability¶
Core Idea¶
Quantifying uncertainty and likelihoods.
How would you explain it like I'm…
How Likely Something Is
Measuring how likely things are
Measuring Uncertainty
Broad Use¶
Helps manage risk, predict outcomes, and make decisions in data-rich, uncertain environments.
Clarity¶
Quantifies uncertainty, e.g., predicting weather or medical risks.
Manages Complexity¶
Quantifies uncertainty, allowing reasoning under incomplete information.
Abstract Reasoning¶
Encourages probabilistic thinking and scenario evaluation.
Knowledge Transfer¶
Widely used in data science, game theory, and decision-making under uncertainty.
Example¶
Weather forecasts use probability to predict the likelihood of rain based on historical and current data.
Relationships to Other Abstractions¶
Current abstraction Probability Prime
Parents (1) — more general patterns this builds on
-
Probability is a kind of Measure Prime
Probability is a specialization of Measure, retaining the parent's defining structure while adding the child's specific commitments.
Children (29) — more specific cases that build on this
-
Conditional Probability Prime is a kind of Probability
Per dossier: 'record subsumption under probability.' Conditioning is the relativizing/re-normalization move on top of the base measure — a specialization (one of probability's six signature components promoted to a distinct relational primitive: measure re-normalization to an information context).
-
Eventual Realisation of Possibility Prime is a kind of Probability
Eventual Realisation of Possibility is a specialization of Probability, retaining the parent's defining structure while adding the child's specific commitments.
-
Regression to the Mean Prime is a kind of Probability
Regression to the mean is a kind of probability phenomenon in which extreme observations re-measure closer to the population mean due to transient noise.
-
Conjunction Fallacy Domain-specific presupposes Probability
Conjunction fallacy presupposes probability because its decisive error is assigning a strict subset more probability than an event that contains it.
-
Probability Weighting Function Domain-specific presupposes Probability
Probability weighting presupposes numerical probabilities as the inputs whose decision impact it transforms.
- Random Variable Domain-specific presupposes Probability
A Random Variable requires a Probability space whose outcomes, events, and measure are the domain on which its measurable mapping is defined.
- Subadditivity Effect Domain-specific presupposes Probability
The Subadditivity Effect presupposes Probability because its signature is a directional violation of additivity among judged probabilities for one event and its exhaustive partition.
- Bayesian Updating Prime presupposes Probability
Bayesian updating presupposes probability because the prior-times-likelihood-equals-posterior rule operates on probability distributions over hypotheses.
- Birthday Problem Prime presupposes Probability
The birthday problem is a specific named consequence of probability — the sqrt(K) saturation of match-any-pair events, driven by quadratic pair-counting.
- Distributional Assumption Prime presupposes Probability
A distributional assumption presupposes probability because it commits to a specific probability distribution shape for uncertain quantities.
- Ensemble Prime presupposes Probability
Ensemble strictly presupposes Probability because its members are treated as weighted or sampled realizations of a distribution whose uncertainty is to be characterized.
- Expected Value Prime presupposes Probability
Expected value presupposes a probability measure against which the random quantity can be integrated or summed.
- Extreme Capture Probability Prime presupposes Probability
Extreme Capture Probability is a probability law over which rare targets a bounded selection includes.
- Hidden Path and Barrier Crossing Prime presupposes Probability
Hidden path and barrier crossing presupposes probability because barrier transit is a calculable transmission amplitude over forbidden regions.
- Law of Large Numbers Prime presupposes Probability
The law of large numbers presupposes probability because its random observations, expectation target, and convergence modes are probabilistic objects.
- Markov Decision Processes (MDPs) Prime presupposes Probability
Markov Decision Processes presuppose Probability: the transition kernel and expected-reward objective are defined as probabilistic objects.
- Markov Process Prime presupposes Probability
A Markov process presupposes probability because the transition rule is specified as conditional probabilities over a sample space of next states.
- Monte Carlo Simulation Prime presupposes Probability
Monte Carlo simulation presupposes probability because its random-sampling-and-aggregation method requires a calibrated quantification of input uncertainty.
- Randomness Prime presupposes Probability
A scoped Randomness claim requires a Probability law specifying the ensemble regularities beneath individually unpredictable outcomes.
- Renewal Process Prime presupposes Probability
Interarrival, survival, and hazard functions require a probability measure over event times.
- Risk Prime presupposes Probability
Risk presupposes probability because risk requires an assignable distribution over outcomes that turns mere unknowing into something measurable.
- Sampling (Representativeness) Prime presupposes Probability
Sampling representativeness presupposes probability because design-based inference rests on each unit having a known, non-zero selection probability.
- Stationarity Prime presupposes Probability
Stationarity presupposes probability because the invariance claim is about the joint distribution of the process under temporal translation.
- Statistical Independence Prime presupposes Probability
Statistical Independence presupposes Probability, whose structure must already obtain for the child mechanism to be meaningful or operational.
- Statistical Inference Prime presupposes Probability
Statistical Inference presupposes Probability: drawing conclusions from samples requires modeling sample variability as a probability distribution.
- Statistical Power Prime presupposes Probability
Statistical power presupposes probability because it is a calibrated probability quantifying correct rejection of a false null.
- Statistical Significance (p-Value) Prime presupposes Probability
Statistical Significance presupposes Probability: a p-value is the tail probability of a test statistic under an assumed null model.
- Probability Distribution Domain-specific is a decomposition of Probability
Removing measure-theoretic and named-family apparatus from Probability Distribution preserves calibrated mass over possibilities as Probability.
- Randomization Prime is a decomposition of Probability
Randomization is the specific shape probability takes when the chance mechanism is deliberately injected to assign units to treatments.
Hierarchy paths (2) — routes to 2 parentless roots
- Probability → Measure → Aggregation → Micro Macro Linkage
- Probability → Measure → Set and Membership
Not to Be Confused With¶
- Probability is not Uncertainty because Probability is the calibrated quantification of uncertainty via a measure obeying additivity and normalization, while Uncertainty is the broader structural condition of incomplete knowledge—Probability is a specific formalization, Uncertainty encompasses cases without clean probabilistic measures.
- Probability is not Statistical Significance (p-Value) because Probability is the foundational quantification of uncertainty for all events, while p-Value is a tail-probability statement testing data incompatibility with a null hypothesis—the first is general quantification, the second is a specific evidential test.
- Probability is not Variability because Probability quantifies the uncertainty about unknown outcomes before they occur, while Variability describes the observable spread in outcomes after the fact—the first is predictive, the second is descriptive.
- Probability is not Statistical Inference because Probability is the formalization of uncertainty via a measure obeying composition rules, while Statistical Inference uses probability models to draw conclusions about parameters from data—the first is the formal apparatus, the second is its application to knowledge extraction.
- Probability is not Confidence Intervals because Probability is the general quantification of uncertainty, while Confidence Intervals are a specific frequentist procedure providing calibrated coverage of unknown parameters—the first is foundational, the second is an inferential tool.