Probability Distributions
A probability distribution describes how the values of a random variable are distributed. It gives the probability that a random variable will take on each of its possible values.
Types of Probability Distributions
Discrete Probability Distributions
Include probability mass functions (PMFs) which assign probabilities to discrete outcomes, such that:
For example:
-
Bernoulli Distribution: The Bernoulli distribution describes experiments that have binary outcomes, e.g., result in either a success or a failure.
-
Example: Flipping a coin once, where heads is considered a success.
-
Formula:
Where is the probability of success, is the probability of failure, and can be either 0 (failure) or 1 (success).
-
-
Poisson Distribution: The Poisson distribution describes the number of events occurring within a fixed interval of time or space when these events happen independently of each other and at a constant rate.
-
Example: The number of emails you receive in an hour.
-
Formula:
Where is the average number of events in the interval, is the number of occurrences, and is the Euler's constant.
-
Continuous Probability Distributions
Include probability density functions (PDFs) which describe the likelihood of a continuous random variable falling within a particular range of values, such that:
For example:
-
Uniform Distribution: The uniform distribution describes an equal probability for all values within a specified range.
-
Example: The probability of randomly selecting a number between 1 and 10.
-
Formula:
Where and are the minimum and maximum values of the range.
-
-
Normal Distribution: The normal distribution, often referred to as the Gaussian distribution or bell curve, describes data that clusters around a mean.
-
Example: Heights of people in a population.
-
Formula:
Where is the mean and is the standard deviation.
-
-
Student's t-Distribution: The Student's t-distribution is used to estimate population parameters when the sample size is small and the population standard deviation is unknown.
-
Example: The distribution of the sample mean for small sample sizes.
-
Formula:
Where is the degrees of freedom, and the gamma function.
-