Introduction to Probability

Introduction to Probability

4 mins read1.2K Views Comment
Vikram
Vikram Singh
Assistant Manager - Content
Updated on Sep 15, 2023 18:05 IST

In this article, we will learn some of the basic terminologies of the probability like random experiment, outcome, sample space, trial & events, random variable and many more.

2022_02_Feature-Image-Templates-58.jpg

Probability is the science of decision-making with calculated risk in face of uncertainty. Probability is a measure of the likelihood that a given event will occur. It is quantified as a number between 0 and 1, inclusive – where 0 indicates that the event will not occur and 1 indicates that the event will occur.

In this article, we will learn about the basics of probability.

Probability

Probability is simply “How likely is something to happen”.

Example: getting 6 on throwing a die.

2022_02_WhatsApp-Image-2022-02-01-at-7.17.35-PM.jpeg
Recommended online courses

Best-suited Statistics for Data Science courses for you

Learn Statistics for Data Science with these high-rated online courses

Free
12 weeks
– / –
12 weeks
– / –
10 days
Free
12 weeks
– / –
8 weeks
– / –
10 days
– / –
12 weeks
– / –
10 days

Terminology

Random Experiment:

If in each trial of an experiment conducted under identical conditions, and the outcomes are not known, then such an experiment is known as a Random Experiment. 

Example: Tossing a coin, throwing a die

Outcome:

The result of a random experiment is called Outcome.

Example: In tossing a coin, there are only 2 possible outcomes Head (H) and Tail (T)

Sample Space:

The set of all possible outcomes of a random experiment is called Sample Space.

Example: Sample space of rolling dice: {1, 2, 3, 4, 5, 6}

2022_02_sample-space.jpg

 Trial and Events: 

  • Any particular performance of a random experiment is called a trial.
  • A combination of outcomes is termed as events.

Let’s understand Trail and Event by an example of dice:

  • Rolling dice is a trial
    • Possible outcomes {1, 2, 3, 4, 5, 6}
  • Possible events corresponding to rolling dice
    • Odd number of points: {1, 3, 5}
    • Even number of points: {2, 4, 6}
    • Points between 2 and 6: {3, 4, 5}

Types of Events:

  • Exhaustive Events:

    Total number of distinct possible outcomes of a random experiment is known as the exhaustive events.

Example: In tossing coin, there are 2 exhaustive events head and tail.

  • Favorable Events:

    Those outcomes of trials in which a given event may happen are called favorable cases for that events.

Example: Rolling two dice

Number of cases favorable to getting a sum of 7

(1,6), (2,5), (3,4), (4,3), (5,2), and (6,1)

  • Mutually Exclusive Events:

    Events that do not occur at the same time are called Mutually Exclusive Events.

Example: Tossing a coin, the event Head and Tail are mutually exclusive events.

2022_02_mutually-exclusive-events.jpg
  • Equally Likely Events:

    Events that have the same probability of occurrence are called Equally likely Events.

Example: All 6 outcomes on throwing a dice are mutually exclusive

  • Independent Events:

    An event that doesn’t depend on another event in any random experiment is known as an independent event.

Example: In throwing a coin, getting Head and Tails both of these events are independent.

Random Variable:

A real-valued function defined over the sample space of a random experiment is called Random Variable.

A random variable is classified into 2 parts:

  • Discrete Random Variable 
  • Continuous Random Variable

To know more about random variables, read the article on Probability Distributions.

The Formula for Probability

Probability of an event (E) is,  ratio of the number of favorable outcomes and a total number of possible outcomes.

2022_02_probability-formula.jpg
2022_02_pe.jpg

Let’s understand the formula by an example:

Problem : Tossing three coins

Find the probability of getting exactly two heads and one tail

2022_02_tossing-3-coins.jpg

Solution: Sample Space for tossing three coins:

S = { HHH, HHT, HTH, THH, THT, TTH, HTT, TTT}

So, the total number of possible outcomes = 8

E = Event of getting exactly two number of heads and one tail

Favorable outcomes = { HHT, HTH, THH}

Number of Favorable outcomes = 3

2022_02_example_proabaility.jpg

Difference Between Probability and Likelihood

Probability attach to possible results (chances).

Likelihood attaches to the hypothesis.

Let’s understand the difference by an example of cricket,

Problem: Captain have to decide to bat first

2022_02_probability-vs-Likelihood.jpg

Probability: Only two possibilities 

  • Choose to Bat
  • Doesn’t choose to Bat 
  • P(choose to bat) = P(doesn’t choose to bat) = ½ = 0.5

Likelihood: Choosing to bat first will depend on

  • Weather Conditions ( Rainfall, wind speed)
  • Due on Pitch
  • Humidity

Conditional Probability:

Condition Probability is the probability of an event occurring given that another event has already occurred.

2022_02_conditional-proabability.jpg

Example: Monte Hall Problem

Application of Probability

  • Weather forecasting
  • Stock Prediction
  • Risk assessment in Catastrophic Modelling
  • Predicting the chance of winning in various games

Conclusion

In this article we briefly mention about the basics of probability with examples. This article includes random experiment, random variable, events distribution and its application.

Hope you will like the article.

Keep Learning!!

Related Reads:

Skewness in Statistics – Overview, Concepts, Types, Measurements and Importance
Skewness in Statistics – Overview, Concepts, Types, Measurements and Importance
Imagine a seesaw—perfectly balanced, right? That's how data can sometimes be—nice and even on both sides. But what if all the kids pile on one side? That's kind of like...read more
Statistics Interview Questions for Data Scientists
Statistics Interview Questions for Data Scientists
In this article, Statistics Interview Questions for Data Scientists are listed. It starts with defining Statistics and ends with describing Empirical Rule.
Basics of Statistics for Data Science
Basics of Statistics for Data Science
As a data scientist, you must collect a large set of data, clean, validate, analyse, and finally make Decisions using the data and analytical tools. In this article, we will...read more
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
When we have the dataset having ample records (like passenger traveling through of airplane, weight, and score of all students in a university, share prices) in it and...read more
Probability Distributions used in Data Science
Probability Distributions used in Data Science
Probability is defined as the likeliness of something to occur or happen and probability distributions are functions that give the relation between all the outcomes of random variable in any...read more
Measures of Dispersion: Range, IQR, Variance, Standard Deviation
Measures of Dispersion: Range, IQR, Variance, Standard Deviation
To describe the data, a measure of the central tendency is not just enough as it only gives information about the central values of the dataset. 
Introduction to Probability
Introduction to Probability
In this article, we will learn some of the basic terminologies of the probability like random experiment, outcome, sample space, trial & events, random variable and many more.
Introduction to Bayes’ Theorem
Introduction to Bayes’ Theorem
In this article, we will discuss one of the most important theorems Bayes’ Theorem which is used in data science and machine learning algorithms like Naive Bayes’ Classifier.
t-test : Definition and Example
t-test : Definition and Example
In this article, we will discuss t-test, types of t-test (one-sample, independent sample, and paired sample) with the help of examples. Statistical method for the comparison of the mean of...read more

FAQs

What is Probability?

Probability is simply, How likely is something to happen. Example: getting 6 on throwing a die.

What is Random Experiment?

If in each trial of an experiment is conducted under identical conditions, and the outcomes are not known, then such an experiment is known as a Random Experiment. Example: Tossing a coin, throwing a die

What are the different types of Events?

(i). Exhaustive Events, (ii). Favorable Events, (iii). Mutually Exclusive Events, (iv). Equally Likely Events, (v). Independent Events

About the Author
author-image
Vikram Singh
Assistant Manager - Content

Vikram has a Postgraduate degree in Applied Mathematics, with a keen interest in Data Science and Machine Learning. He has experience of 2+ years in content creation in Mathematics, Statistics, Data Science, and Mac... Read Full Bio