ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Introduction to Statistics
    STAT2115
    Progress0 / 24 topics
    Topics
    1. Scope of Statistics2. Introduction to Basic Concepts of Statistics: Descriptive and Inferential Statistics3. Population, Sample, Parameter, and Statistic4. Types of Data and Scales of Measurement5. Frequency Distribution and Graphical Representation6. Bar Chart, Pie Chart, and Histogram7. Frequency Polygon, Frequency Curve, and Cumulative Frequency Polygon8. Measures of Central Tendency9. Quantiles10. Absolute and Relative Measures of Dispersion11. Moments, Skewness and Kurtosis12. Basic Concepts of Probability13. Counting Rules: Multiplication Principle, Permutation and Combination14. Probability Spaces and Laws of Probability15. Conditional Probability and Bayes' Theorem16. Discrete and Continuous Random Variables17. Probability Distributions: Binomial, Poisson, and Hypergeometric18. Probability Distributions: Uniform, Exponential, and Normal19. Overview of Sampling: Sample Design and Sampling Frame20. Sampling and Non-Sampling Errors21. Sampling Distributions for Mean and Proportion22. Sampling Distributions for Difference of Means and Difference of Proportions23. Overview of Hypothesis Testing24. Overview of Regression Analysis
    STAT2115›Probability Spaces and Laws of Probability
    Introduction to StatisticsTopic 14 of 24

    Probability Spaces and Laws of Probability

    5 minread
    892words
    Beginnerlevel

    1. Probability Space

    A Probability Space is a mathematical framework for modeling random experiments. It consists of three components:

    (S,F,P)(S, \mathcal{F}, P)(S,F,P)
    1. Sample Space (S)

      • The set of all possible outcomes of an experiment.
      • Example: Tossing a coin → S={H,T}S = \{H, T\}S={H,T}
    2. Event Space (F\mathcal{F}F)

      • A collection of events, which are subsets of the sample space.
      • Example: Event "Head occurs" → E={H}E = \{H\}E={H}
    3. Probability Measure (P)

      • A function that assigns a probability to each event in F\mathcal{F}F.
      • Must satisfy axioms of probability.

    2. Axioms of Probability (Kolmogorov’s Axioms)

    Let EEE be any event in a sample space SSS. Then:

    1. Non-negativity

      P(E)≥0P(E) \ge 0P(E)≥0
      • Probability can’t be negative.
    2. Normalization

      P(S)=1P(S) = 1P(S)=1
      • The probability of the sample space is 1 (certainty).
    3. Additivity (for mutually exclusive events)

      If E1∩E2=∅, then P(E1∪E2)=P(E1)+P(E2)\text{If } E_1 \cap E_2 = \emptyset, \text{ then } P(E_1 \cup E_2) = P(E_1) + P(E_2)If E1​∩E2​=∅, then P(E1​∪E2​)=P(E1​)+P(E2​)
      • Probability of union of disjoint events is sum of their probabilities.

    3. Basic Laws/Rules of Probability

    1. Complementary Rule

    P(E′)=1−P(E)P(E') = 1 - P(E)P(E′)=1−P(E)
    • E′E'E′ = event that does not occur

    2. Addition Rule

    • For any two events AAA and BBB: P(A∪B)=P(A)+P(B)−P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)P(A∪B)=P(A)+P(B)−P(A∩B)
    • If AAA and BBB are mutually exclusive, then P(A∩B)=0P(A \cap B) = 0P(A∩B)=0, so: P(A∪B)=P(A)+P(B)P(A \cup B) = P(A) + P(B)P(A∪B)=P(A)+P(B)

    3. Multiplication Rule

    • For independent events AAA and BBB:

      P(A∩B)=P(A)⋅P(B)P(A \cap B) = P(A) \cdot P(B)P(A∩B)=P(A)⋅P(B)
    • For dependent events:

      P(A∩B)=P(A)⋅P(B∣A)P(A \cap B) = P(A) \cdot P(B|A)P(A∩B)=P(A)⋅P(B∣A)
    • Where P(B∣A)P(B|A)P(B∣A) = conditional probability of BBB given AAA occurs.

    4. Total Probability Law

    • If events E1,E2,...,EnE_1, E_2, ..., E_nE1​,E2​,...,En​ form a partition of the sample space: P(A)=∑i=1nP(A∣Ei)⋅P(Ei)P(A) = \sum_{i=1}^{n} P(A|E_i) \cdot P(E_i)P(A)=i=1∑n​P(A∣Ei​)⋅P(Ei​)

    5. Bayes’ Theorem (Inverse Probability)

    P(Ei∣A)=P(A∣Ei)⋅P(Ei)∑j=1nP(A∣Ej)⋅P(Ej)P(E_i | A) = \frac{P(A|E_i) \cdot P(E_i)}{\sum_{j=1}^{n} P(A|E_j) \cdot P(E_j)}P(Ei​∣A)=∑j=1n​P(A∣Ej​)⋅P(Ej​)P(A∣Ei​)⋅P(Ei​)​
    • Used to update probabilities based on new evidence.

    4. Summary

    Concept Meaning
    Sample Space (S) All possible outcomes
    Event (E) Subset of S
    Probability (P(E)) Measure of likelihood of E
    Axioms Non-negative, sum=1, additive
    Rules Complement, Addition, Multiplication, Total Probability, Bayes

    Key Points to Remember

    • Probability spaces provide a formal foundation for probability theory.
    • Laws of probability ensure probabilities are consistent and can be used for computations.
    • Understanding dependent vs independent events is crucial for multiplication rule.
    Previous topic 13
    Counting Rules: Multiplication Principle, Permutation and Combination
    Next topic 15
    Conditional Probability and Bayes' Theorem

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time5 min
      Word count892
      Code examples0
      DifficultyBeginner