Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!
Normal Distribution
The Normal Distribution is a continuous probability distribution that is symmetrical and bell-shaped, describing data that clusters around a mean (average). It is also known as the Gaussian distribution.
Formula:
The probability density function (PDF) of a normal distribution with mean μ and standard deviation σ is given by:
f(x)=σ2π1e−2σ2(x−μ)2
where:
μ is the mean (average) of the distribution
σ is the standard deviation of the distribution
Example:
Consider the heights of adult males in a population. If the heights are normally distributed with a mean of 70 inches and a standard deviation of 3 inches, the PDF of the height X can be written as:
f(x)=32π1e−2⋅32(x−70)2
This function describes the probability density of different heights around the mean height of 70 inches.
Characteristics:
The normal distribution is defined by two key parameters:
μ: the mean, which determines the center of the distribution
σ: the standard deviation, which measures the spread or dispersion of the distribution
The mean (expected value) of a normal distribution is μ
The variance of a normal distribution is σ2
Approximately 68% of the data falls within one standard deviation of the mean, 95% falls within two standard deviations, and 99.7% falls within three standard deviations.
Exponential Distribution
The Exponential Distribution is a continuous probability distribution that describes the time between events in a Poisson process. It is often used to model the time until the next event, such as the time between arrivals of customers at a service point.
Formula:
The probability density function (PDF) of an exponential distribution with rate parameter λ is given by:
f(x)=λe−λx
where:
λ is the rate parameter, which is the inverse of the mean (i.e., λ=μ1)
x is the time between events
Example:
Suppose the average time between arrivals of buses at a bus stop is 10 minutes. The rate parameter λ is the reciprocal of the mean, so λ=101=0.1 per minute. The PDF of the time between bus arrivals X is:
f(x)=0.1e−0.1x
This function describes the probability density of different times between bus arrivals.
Characteristics:
The exponential distribution has one key parameter:
λ: the rate parameter, which is the inverse of the mean
The mean (expected value) of an exponential distribution is μ=λ1
The variance of an exponential distribution is σ2=λ21
The exponential distribution is memoryless, meaning that the probability of an event occurring in the next interval is independent of how much time has already elapsed.