ADO - Probability Distributions (Basic Level)

Probability distribution is a concept in statistics that explains how the values of a random variable are distributed based on their probabilities. In simple terms, it tells you how likely different outcomes are in a given situation.

A random variable is a variable whose value depends on the outcome of a random event. For example, the number obtained when rolling a die or the number of customers visiting an insurance office in a day. A probability distribution assigns a probability to each possible value of this variable.

There are two main types of probability distributions:

1. Discrete Probability Distribution
This applies when the random variable can take only specific, countable values. For example, the outcome of rolling a die (1 to 6) or the number of policy sales in a day. Each outcome has a fixed probability. The sum of all probabilities in a discrete distribution is always equal to 1.

Example:
If a fair die is rolled, the probability of getting each number from 1 to 6 is 1/6. This forms a uniform discrete distribution.

Common types of discrete distributions include:

  • Binomial distribution: Used when there are only two possible outcomes like success or failure. For example, whether a customer buys a policy or not.

  • Poisson distribution: Used for counting the number of events happening in a fixed interval, such as the number of claims received in a day.

2. Continuous Probability Distribution
This applies when the random variable can take any value within a range. For example, time taken to process an insurance claim or the age of customers. These values are not countable but measurable.

In continuous distributions, probabilities are represented using curves rather than exact values. The total area under the curve is always equal to 1.

A common example is the normal distribution, also known as the bell-shaped curve. It is symmetric and widely used in real-life data such as customer behavior, income distribution, or risk assessment.

Key Properties of Probability Distributions

  • The probability of each outcome lies between 0 and 1

  • The total probability of all possible outcomes is always equal to 1

  • It helps in predicting future outcomes based on past data

  • It provides a structured way to analyze uncertainty

Expected Value (Mean)
The expected value is the average outcome you would expect if the experiment is repeated many times. It is calculated by multiplying each value by its probability and adding the results.

Variance and Standard Deviation
Variance measures how spread out the values are from the mean. Standard deviation is the square root of variance and gives a clearer idea of the spread. These help in understanding risk and consistency.

Application in Insurance and Finance
Probability distributions are widely used in insurance to assess risk. For example, insurers use probability models to estimate how many claims may occur and how much they might cost. This helps in setting premium rates and managing financial risk.

In finance, they are used to model returns, measure uncertainty, and make informed decisions under risk.

Overall, probability distributions provide a mathematical foundation for analyzing uncertain events and making data-driven decisions.