Back

Probability Theory

Approaches to Probability

Probability can be understood and applied using several approaches, each catering to different contexts and interpretations. These approaches define how probability is calculated and interpreted in theoretical and real-world scenarios. Below are the primary approaches to probability explained in detail:

1. Classical (Theoretical) Probability

This approach is based on the assumption that all outcomes of an experiment are equally likely. It applies to situations where the sample space can be defined, and each outcome has the same chance of occurring.

Key Features:
  • Relies on logical reasoning rather than experimental data.
  • Applicable in games of chance like tossing a coin, rolling a die, or drawing a card.
Formula:

P(E)=Number of favorable outcomes/Total number of outcomes 

Example:
  • Tossing a fair coin:
    Sample space (S) = {Heads, Tails}
    Probability of getting heads (P(Heads) = ½ 
  • Rolling a fair six-sided die:
    Sample space (S) = {1, 2, 3, 4, 5, 6}
    Probability of rolling a 4 (P(4) = 1/6
2. Empirical (Experimental) Probability

This approach is based on actual experiments or observations. The probability is determined by the frequency of an event occurring relative to the total number of trials.

Key Features:
  • Depends on experimental data and outcomes.
  • Often used in fields like meteorology, medical studies, and social sciences.
Formula:

P(E)=Number of times the event occurs/ Total number of trials 

Example:
  • If a coin is flipped 100 times and lands on heads 55 times, the empirical probability of getting heads (P(Heads) = 55/100=0.55.
3. Subjective Probability

This approach is based on personal judgment, intuition, or experience rather than concrete data or logical reasoning. It is often used in scenarios where precise data is unavailable.

Key Features:
  • Varies from person to person, depending on their perspective or expertise.
  • Commonly used in areas like stock market predictions, sports forecasting, or assessing the success of a new product.
Example:
  • A weather forecaster predicts a 70% chance of rain tomorrow based on their experience and the observed weather patterns.
4. Axiomatic Probability

This is a formal mathematical approach to probability, developed by Andrey Kolmogorov. It provides a set of axioms that all probability calculations must adhere to, making it universally applicable and consistent.

Axioms:
  1. Non-Negativity:
    P(E)≥0 for any event EEE.
  2. Total Probability:
    P(S)=1P , where S is the sample space.
  3. Additivity:
    For mutually exclusive events E1 and E2​: P(E1∪E2)=P(E1)+P(E2) 
Key Features:
  • Highly theoretical and used in advanced mathematical and statistical applications.
  • Forms the basis for modern probability theory.
Example:
  • In a die roll, the probability of rolling either a 1 or a 2 is: P(1∪2)=P(1)+P(2)=1/6+1/6=⅓ 
5. Bayesian Probability

This approach incorporates prior knowledge or beliefs with new evidence to update the probability of an event. It is particularly useful in dynamic situations where additional information is available.

Formula:

P(A∣B)=P(B∣A)⋅P(A)/P(B) ​

Where:

  • P(A∣B): Probability of event A given event B occurred.
  • P(B∣A): Probability of event B given event A occurred.
  • P(A): Prior probability of event A.
  • P(B): Probability of event B.
Key Features:
  • Incorporates new evidence dynamically.
  • Widely used in machine learning, artificial intelligence, and medical diagnosis.
Example:
  • A patient tests positive for a rare disease. Bayesian probability helps calculate the likelihood of the patient actually having the disease, considering the test’s accuracy and the disease’s prevalence.
Need Help?
error: Content is protected !!