![]() |
Hearing the word “probability” brings up ideas related to uncertainty or randomness. Although the concept of probability can be hard to describe formally, it helps us analyze how likely it is that a certain event will happen. This analysis helps us understand and describe many phenomena we see in real life. Even seemingly random processes can be explained and predicted using probability models. That’s why probability forms the foundation for many artificial intelligence algorithms we use today. Before diving into the formal laws of probability, let’s look at some basic terminology. Table of Content Events and Sample SpaceIn probability, we conduct experiments. These experiments are random means we cannot predict the outcomes of the same. All these outcomes constitute sample space. Let us consider the experiment of tossing a coin two times. This experiment has four possible outcomes:
An Event is a subset of the sample space.
Let’s measure the probability of getting two heads in the above experiment. Then the probability of this outcome is defined as,
For this case, favorable outcome is HH and the total number of possible outcomes are four. So, Probability(Getting two heads) = [Tex]\frac{1}{4}[/Tex] Different Probability ApproachesThe previous formula for calculating the probabilities assumes that all the outcomes are equally likely. For example, in the tossing of a fair coin. The outcomes head and tails are equally likely. So this cannot be generalized to every experiment. Initially, there were basically two schools of thought in probability:
Classical Probability >This approach assumes that all the outcomes are equally likely. If our event can happen in “n” ways out of a total of “N” ways. Then probability can be given by,
Frequentist Probability This is a more general approach to calculating the probability. It does not make the assumption that all the outcomes are equally likely. When outcomes are not equally likely, we repeat the experiment many times let’s say M. Then, observe how many times that particular event occurred let’ say m. Then, calculate the empirical estimate of the probability. So, use the relation,
Both of these approaches fail to generalize well and stand up to mathematical rigor. The axiomatic approach to probability takes on the approach of considering probability as a function associated with any event. Axiomatic Approach to ProbabilityPerform a random experiment whose sample space is S and P is the probability of occurrence of any random event. This model assumes that P should be a real-valued function with a range between 0 and 1. The domain of this function is defined to be a power set of sample space. If all these conditions are satisfied then, the function should satisfy the following axioms:
Here, ∪ stands for union, ∩ stands for intersection of two sets. This can be understood as if saying “If A and B are mutually exclusive outcomes, that probability that either one of these events will happen is probability of A happening plus the probability of B happening”. These axioms are also called Kolmogorov’s three axioms. The third axiom can also be extended to a number of outcomes given all are mutually exclusive.
Let’s look at some sample problems based on these concepts. Sample Problems on Axiomatic Approach to ProbabilityQuestion 1: Find out the sample space “S” for a random experiment involving the tossing of three coins. Solution.
Question 2: Find out the probability of getting a number 3 when a die is tossed. Answer:
Question 3: Let’s say a class is choosing their class captain through a random draw. The class has 30% Indian students, 50% American students, and 20% Chinese students. Calculate the probability that the chosen captain will be an Indian. Answer:
Question 4: Find out the probability of getting an even number when a die is tossed. Answer:
Question 5: Let’s say we have an urn with 5 red balls and 3 black balls. We want to draw balls from this bag. Find out the probability of picking a red ball. Answer:
Question 6: For the above experiment, verify that the probability of getting a red ball and the probability of getting a black ball follow the axioms of probability mentioned above. Answer:
Practice Problems on Axiomatic Approach to Probability1. For two events A and B, find the probability that exactly one of the two events occur. 2. A box contains 3 red and 4 blue socks. Find the probability of choosing two socks of same colour. 3. Alice has five toys which are identical and one of them is underweight. Her sister, Sesa, chooses one of these toys at random. Find the probability for Sesa to choose an underweight toy? 4. Aliya selects three cards at random from a pack of 52 cards. Find the probability of drawing:
5. For three events A, B, C, show that
Related Articles: ConclusionThe axiomatic approach to probability, introduced by Andrey Kolmogorov, provides a robust and formal framework for understanding and analyzing random events. By defining probability through a set of fundamental axioms—non-negativity, normalization, and additivity—this approach ensures consistency and clarity in the study of probability. These axioms allow for the development of various probability properties and theorems, making the axiomatic approach a cornerstone of modern probability theory. It has wide applications in fields ranging from mathematics and statistics to physics, engineering, and artificial intelligence, helping to model and predict outcomes in uncertain situations. FAQs on Axiomatic Approach to ProbabilityWhat is the axiomatic approach to probability?
What are the three axioms of probability?
How does the axiomatic approach differ from other approaches to probability?
Can the axiomatic approach handle infinite sample spaces?
What are the advantages of using the axiomatic approach?
|
Reffered: https://www.geeksforgeeks.org
Class 11 |
Related |
---|
|
![]() |
|
|
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |