Types of ProbabilityDistributions
Types of ProbabilityDistributions
Each distribution describes the likelihood of different outcomes in a given random experiment or
process. Here are some common types of probability distributions:
Uniform Distribution: In a uniform distribution, all outcomes are equally likely. For example,
rolling a fair six-sided die has a uniform distribution because each side has a probability of 1/6 of
occurring.
Bernoulli Distribution: The Bernoulli distribution models a single binary event with two
possible outcomes, typically labeled as "success" and "failure." It is characterized by a single
parameter p, which is the probability of success.
Binomial Distribution: The binomial distribution models the number of successful outcomes
(usually denoted as "k") in a fixed number of independent Bernoulli trials. It has two parameters:
n (the number of trials) and p (the probability of success in each trial).
Poisson Distribution: The Poisson distribution describes the number of events that occur in a
fixed interval of time or space. It is often used for rare events where the average rate of
occurrence is known.
Normal Distribution (Gaussian Distribution): The normal distribution is one of the most well-
known distributions. It is characterized by a bell-shaped curve and is completely described by its
mean (μ) and standard deviation (σ). Many natural phenomena approximate a normal
distribution.
Exponential Distribution: The exponential distribution describes the time between events in a
Poisson process, where events occur continuously and independently at a constant rate.
Geometric Distribution: The geometric distribution models the number of trials needed to
achieve the first success in a sequence of independent Bernoulli trials. It is characterized by a
single parameter p, the probability of success.
Gamma Distribution: The gamma distribution is a family of continuous probability
distributions that generalize the exponential distribution. It has two parameters: shape (α) and
rate (β).
Weibull Distribution: The Weibull distribution is often used to model reliability and survival
data. It can take on various shapes depending on its parameters.
Log-Normal Distribution: The log-normal distribution describes data whose logarithms follow
a normal distribution. It is often used to model data that is positively skewed.
Chi-Square Distribution: The chi-square distribution is related to the normal distribution and is
used in hypothesis testing and confidence interval calculations.
F-Distribution: The F-distribution arises in the context of analysis of variance (ANOVA) and is
used to compare the variances of two or more groups.
�(�=�)=(��)⋅��⋅��−�P(X=k)=(kn)⋅pk⋅qn−k
Where: