Fiveable

๐ŸŽฃStatistical Inference Unit 1 Review

QR code for Statistical Inference practice questions

1.2 Basic Probability Concepts and Axioms

1.2 Basic Probability Concepts and Axioms

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐ŸŽฃStatistical Inference
Unit & Topic Study Guides

Probability is the backbone of statistical inference. It gives us tools to measure uncertainty and make predictions. From coin flips to complex data analysis, probability concepts help us understand and quantify the likelihood of events occurring.

Random variables bridge the gap between abstract probability theory and real-world applications. Whether discrete like dice rolls or continuous like height measurements, random variables allow us to model and analyze various phenomena in fields ranging from medicine to finance.

Foundations of Probability

Definition of probability axioms

  • Probability measures likelihood of event occurring ranges from 0 (impossible) to 1 (certain)
  • Axioms of probability form mathematical foundation:
    • Non-negativity: P(A)โ‰ฅ0P(A) \geq 0 for any event A ensures probabilities are always positive
    • Normalization: P(S)=1P(S) = 1, where S is sample space guarantees total probability is 1
    • Additivity: For mutually exclusive events A and B, P(AโˆชB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) allows combining probabilities
  • Sample space encompasses all possible outcomes in experiment (dice roll: 1-6)
  • Event represents subset of sample space (rolling an even number: 2, 4, 6)
Definition of probability axioms, Statistical Inference (3 of 3) | Concepts in Statistics

Rules for probability calculations

  • Addition rule combines probabilities of events: P(AโˆชB)=P(A)+P(B)โˆ’P(AโˆฉB)P(A \cup B) = P(A) + P(B) - P(A \cap B) (probability of rain or snow)
  • Multiplication rule for independent events: P(AโˆฉB)=P(A)ร—P(B)P(A \cap B) = P(A) \times P(B) (flipping two coins)
  • Dependent events: P(AโˆฉB)=P(A)ร—P(BโˆฃA)P(A \cap B) = P(A) \times P(B|A) (drawing cards without replacement)
  • Conditional probability P(AโˆฃB)=P(AโˆฉB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)} calculates probability of A given B occurred
  • Complement rule P(Ac)=1โˆ’P(A)P(A^c) = 1 - P(A) finds probability of event not occurring
  • Law of total probability P(A)=P(AโˆฃB1)P(B1)+P(AโˆฃB2)P(B2)+...+P(AโˆฃBn)P(Bn)P(A) = P(A|B_1)P(B_1) + P(A|B_2)P(B_2) + ... + P(A|B_n)P(B_n) considers all possible scenarios
Definition of probability axioms, Tree diagram (probability theory) - Wikipedia

Random Variables and Applications

Discrete vs continuous random variables

  • Discrete random variables take countable distinct values:
    • Number of customers in store
    • Dice rolls (1-6)
    • Coin flips (heads or tails)
    • Described by probability mass function (PMF) P(X=x)P(X = x) for each value x
  • Continuous random variables take any value within range:
    • Height of person
    • Weight of object
    • Time to complete task
    • Described by probability density function (PDF), area under curve represents probability
  • Cumulative distribution function (CDF) F(x)=P(Xโ‰คx)F(x) = P(X \leq x) applies to both types, gives probability of variable being less than or equal to x

Applications of probability concepts

  • Bayes' theorem P(AโˆฃB)=P(BโˆฃA)P(A)P(B)P(A|B) = \frac{P(B|A)P(A)}{P(B)} used in:
    1. Medical diagnoses (probability of disease given test result)
    2. Spam filtering (probability email is spam given certain words)
    3. Machine learning (updating beliefs based on new data)
  • Expected value calculates average outcome:
    • Discrete: E(X)=โˆ‘xxP(X=x)E(X) = \sum_{x} xP(X = x) (average dice roll)
    • Continuous: E(X)=โˆซโˆ’โˆžโˆžxf(x)dxE(X) = \int_{-\infty}^{\infty} xf(x)dx (average height in population)
  • Variance Var(X)=E[(Xโˆ’ฮผ)2]Var(X) = E[(X - \mu)^2] measures spread of distribution (consistency of dice rolls)
  • Practical applications:
    • Finance: risk assessment, portfolio diversification
    • Insurance: policy pricing based on claim probability
    • Quality control: monitoring defect rates in manufacturing
    • Epidemiology: predicting disease spread in populations