Comprehensive Study Notes – Introduction to Statistics & Probability Theory

Introduction, Philosophy & Scope

  • Education aim: teach students how to think, not what to think – statistical reasoning epitomises this goal.
  • Statistics = ensemble of methods to:
    • Plan experiments
    • Obtain data
    • Organise, summarise & present data
    • Analyse & interpret results
    • Draw defensible conclusions
  • Viewed as the “art / science of decision-making in the face of uncertainty.”

Motivating Metaphors & Illustrative Stories

  • Data Compression Analogy
    • Long word “invertebrate” \to substitute with “zqz” → small gain because word is rare.
    • Common word “then” \to “zqz” → large overall file-size reduction.
      ⇒ Insight: good statistical modelling finds frequent patterns to achieve maximal efficiency.
  • King Solomon & Two Mothers
    • Decision about true mother depends on resemblance (eyes vs noses) → cannot be certain, but probability of correct guess can be evaluated.
    • Sparks debate between “eyeists” vs “nosists” – mirrors model selection in statistics.

Populations, Samples & Sampling Motivation

  • Population: complete group of units we wish to study (e.g. all 15-year-old girls).
  • Sample: subset actually examined; must be “representative.”
  • Random Sample: every element of population has equal chance of selection ⇒ reduces systematic bias.
  • Why sample instead of census?
    1. \text{Time & cost savings}
    2. Avoid destructive testing (e.g. blood test destroys blood vial).
    3. Population may be inaccessible or infinite.

Random Experiments & Outcomes

  • Random Experiment: repeatable process yielding an observation; outcome cannot be predicted with certainty.
    • Examples: tossing a coin, rolling a die, drawing a ball.
  • Sample Space SS: set of all possible outcomes.
    • Toss die: S=1,2,3,4,5,6S={1,2,3,4,5,6} (discrete, finite).
    • Classify outcome as even/odd: alternative sample space less informative.
    • Types:
      • Finite
      • Countably infinite (e.g. S=1,2,3,S={1,2,3,\ldots})
      • Non-countably infinite (continuum 0x10\le x\le1).
      • Discrete = finite or countably infinite; Nondiscrete = continuous.

Events & Set-Theoretic Language

  • Event ASA\subseteq S: collection of outcomes.
  • Elementary event: single outcome.
  • Certain event SS & Impossible event \varnothing.
  • Operations
    • Union: ABA\cup B = “AA or BB or both.”
    • Intersection: ABA\cap B = “both AA and BB.”
    • Complement: A=SAA' = S-A.
    • Difference: AB=ABA-B = A\cap B'.
  • Mutually Exclusive: AB=A\cap B = \varnothing ⇒ cannot co-occur.
  • Subset notation
    • ABA\subset B (proper), A=BA=B, B⊄AB\not\subset A, X\varnothing\subset X.
  • Roster & Set-builder Examples (from slides 18-21)
    • C=1,2,3,4,5,6, D=4,5,6,7,8,9C={1,2,3,4,5,6},\ D={4,5,6,7,8,9}
      CD=1,2,3,4,5,6,7,8,9C\cup D={1,2,3,4,5,6,7,8,9}
      CD=4,5,6C\cap D={4,5,6}.
    • Word problems on unions/intersections of numeral descriptions.

Concept of Probability

  • Quantifies uncertainty on [0,1][0,1] scale (0%–100%).
  • P(A)=1P(A)=1 ⇒ certainty; P(A)=0P(A)=0 ⇒ impossibility; P(A)=14P(A)=\tfrac14 ⇒ 25% chance.
  • Odds: if P=14P=\tfrac14, odds against are 3:13:1.

Approaches to Estimation

  1. Classical (Laplace)
    • Equally likely assumption.
    • P(A)=hnP(A)=\frac{h}{n} where hh favourable, nn total.
  2. Frequency / Empirical
    • After n1n\gg1 trials, P(A)hnP(A)\approx\frac{h}{n}.
  3. Axiomatic (Kolmogorov)
    • Resolves vagueness via formal postulates.

Kolmogorov Axioms

Given class C\mathcal C of measurable events and probability function PP:

  1. 0P(A)10\le P(A)\le1 for all AA.
  2. P(S)=1P(S)=1.
  3. For sequence of mutually exclusive events A<em>1,A</em>2,A<em>1,A</em>2,\ldots,
    P(<em>iA</em>i)=<em>iP(A</em>i)P\Big(\bigcup<em>{i}A</em>i\Big)=\sum<em>i P(A</em>i) (countable additivity).
    • Finite version yields P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B).

Derived Properties

  • Complement: P(A)=1P(A)P(A')=1-P(A).
  • Monotonicity: if ABA\subseteq B then P(A)P(B)P(A)\le P(B).
  • Inclusion-exclusion (3 sets):
    P(ABC)=P(A)+P(B)+P(C)P(AB)P(AC)P(BC)+P(ABC).P(A\cup B\cup C)=P(A)+P(B)+P(C)-P(A\cap B)-P(A\cap C)-P(B\cap C)+P(A\cap B\cap C).

Independence & Conditional Probability

Independent Events

  • Definition: P(BA)=P(B)    P(AB)=P(A)P(B)P(B|A)=P(B)\iff P(A\cap B)=P(A)P(B).
  • Intuition: knowledge of AA doesn’t alter belief about BB.
  • Multiple independent events:
    P(A<em>1A</em>2A<em>n)=</em>i=1nP(Ai).P(A<em>1\cap A</em>2\cap\ldots\cap A<em>n)=\prod</em>{i=1}^n P(A_i).
  • Spinner example (slide 29):
    • Even numbers: P=36P=\tfrac36; vowels: P=15P=\tfrac15;
      P(evenvowel)=36×15=110.P(\text{even}\cap\text{vowel})=\tfrac36\times\tfrac15=\tfrac{1}{10}.

Dependent Events

  • Occurrence of one alters probability of the other.
  • Conditional probability: P(BA)=P(AB)P(A)P(B|A)=\frac{P(A\cap B)}{P(A)}.
  • Product rule (two events):
    P(AB)=P(A)P(BA).P(A\cap B)=P(A)\,P(B|A).
  • Three dependent events (sandwich example):
    P(ABC)=P(A)P(BA)P(CAB)P(A\cap B\cap C)=P(A)\,P(B|A)\,P(C|A\cap B)
    =1010×910×810=1825=0.72.=\frac{10}{10}\times\frac{9}{10}\times\frac{8}{10}=\frac{18}{25}=0.72.
  • Pen example: 6 black, 8 blue. Without replacement:
    P(black<em>1)=614,  P(black</em>2black1)=513P(\text{black}<em>1)=\tfrac6{14},\;P(\text{black}</em>2|\text{black}_1)=\tfrac5{13}
    P(both black)=30182=15910.165.\Rightarrow P(\text{both black})=\tfrac{30}{182}=\tfrac{15}{91}\approx0.165.
    (Students prompted to compute.)

Worked Problem Themes (Slides 38–40)

  • Two-dice analysis: building full 3636-element sample space; compute P(A),P(B),P(AB),P(AB).P(A),P(B),P(A\cap B),P(A\cup B).
    • Independence → check P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B).
    • Mutual exclusivity → check ABA\cap B\ne\varnothing.
  • Venn-diagram applications for exam failures and course enrolments; inclusion-exclusion used to derive “at least one” probabilities.

Descriptive Statistics – Position Measures

  • Quartiles x<em>0.25,x</em>0.50,x0.75x<em>{0.25},x</em>{0.50},x_{0.75}
    • Lower quartile: 25 % below.
    • Median: 50 %.
    • Upper quartile: 75 % below.
    • Inter-quartile range IQR=x<em>0.75x</em>0.25\text{IQR}=x<em>{0.75}-x</em>{0.25}; semi-IQR =IQR2.=\tfrac{\text{IQR}}2.
  • Deciles x<em>0.1,x</em>0.2,,x0.9x<em>{0.1},x</em>{0.2},\ldots,x_{0.9} divide data into 10 regions.
  • Percentiles x<em>0.01,,x</em>0.99x<em>{0.01},\ldots,x</em>{0.99} – 80th percentile: 80 % data below.
  • Note: 50th percentile = median.

Statistical Terminology & Data Types

  • Census: data from full population.
  • Parameter: numerical measure describing population.
  • Statistic: numerical measure describing sample.
  • Quantitative data: counts/measurements (e.g. height, income).
  • Qualitative (categorical) data: categories distinguished by attribute (e.g. colour, brand).

Ethical & Practical Considerations

  • Representativeness of samples critical to avoid misleading inferences.
  • Destructive testing poses ethical & cost dilemmas; sampling mitigates harm.
  • Decision-making in uncertain environments (e.g. Solomon’s judgement) involves balancing risk & evidence – statistical literacy empowers better societal choices.

Inspirational Anecdote

  • Bill Gates quote: “I failed in some subjects… friend passed all… he is engineer at Microsoft – I own Microsoft.”
    – Highlights non-deterministic pathways; statistics provides probabilities, not certainties.

Connections & Foundations

  • Builds on prior knowledge of set theory and logic → essential for probability.
  • Forms basis for upcoming topics: random variables, distributions, estimation & hypothesis testing.

Key Formulae Summary (Cheat-Sheet)

  • Classical probability: P(A)=hnP(A)=\frac{h}{n}.
  • Complement: P(A)=1P(A)P(A')=1-P(A).
  • Inclusion-Exclusion (two sets): P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B).
  • Conditional: P(BA)=P(AB)P(A)P(B|A)=\frac{P(A\cap B)}{P(A)}.
  • Independent events: P(AB)=P(A)P(B).P(A\cap B)=P(A)P(B).
  • Dependent events (3): P(ABC)=P(A)P(BA)P(CAB).P(A\cap B\cap C)=P(A)P(B|A)P(C|A\cap B).
  • IQR: IQR=x<em>0.75x</em>0.25\text{IQR}=x<em>{0.75}-x</em>{0.25}.