Skip to content

hfs-max/Probability_distribution_function-

Repository files navigation

Probability Distribuation Function

The probability of an event occurring is the ratio of the number of favorable outcomes to the total number of possible outcomes.

Types

It has two main types:

  1. Probability mass function (PMF)
  2. Probability density function (PDF)

1. Probability mass function (PMF)

It deals only with the discrete random variables. (P(X=x)

  1. Tossing a coin
  2. Rolling a dice
  3. Rolling consective dices

Commulative distribuation function with PDF

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).

2. Probability density function (PDF)

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.

Data Estimation

We can do the data estimation by different techniques such as:

  1. Parametric distribution estimation
  2. Non-Parametric distribution estimation

1. Parametric distribution estimation (PDE)

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published