The probability of an event occurring is the ratio of the number of favorable outcomes to the total number of possible outcomes.
It has two main types:
- Probability mass function (PMF)
- Probability density function (PDF)
It deals only with the discrete random variables. (P(X=x)
- Tossing a coin
- Rolling a dice
- Rolling consective dices
This function deals with the probability of each possible outcome of rolling two dice, as well as the cumulative probability of outcomes less than or equal to each sum. P(X<=x).
It deals only with the continuous random variables. The probability density takes along y-axis and possible outcomes takes along x-axis. The probability density finds from the data esimation techniques.
We can do the data estimation by different techniques such as:
- Parametric distribution estimation
- Non-Parametric distribution estimation
First, we need to visualize the data by plotting it. This will allow us to see the visual form and determine which distribution it is following such as normal and poisson.