Probability Distributions
A probability distribution describes how the values of a random variable are distributed. It assigns probabilities to the possible values of the random variable, indicating the likelihood of each value occurring.
Discrete Probability Distributions
Discrete distributions deal with random variables that take on specific, distinct values. They are characterized by Probability Mass Functions (PMFs) which assign probabilities to discrete outcomes. They satisfy the following properties:
Examples of Discrete Distributions
-
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).
Loading...
-
-
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.
Loading...
-
Continuous Probability Distributions
Continuous distributions describe random variables that can take on any value within a range. They are characterized by Probability Density Functions (PDFs), satisfying:
Examples of Continuous Distributions
-
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.
Loading...
-
-
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.
Loading...
-
-
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.
Loading...
-