Unit-4: Special Continuous Distributions
1. Normal Distribution (Gaussian Distribution)
The Normal Distribution is a symmetric, bell-shaped distribution characterized by its mean (μ) and variance (σ²).
Probability Density Function (PDF):
- μ: Mean (location parameter).
- σ: Standard deviation (scale parameter).
- σ²: Variance.
Graph of Normal Distribution (Bell Curve):
Cumulative Distribution Function (CDF):
Key Properties:
- Symmetric about the mean μ.
- Mean = Median = Mode = μ.
- 68% of data lies within μ ± σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ.
Moment Generating Function (MGF):
Standard Deviation
Standard deviation () is a measure of the dispersion or spread of data points around the mean () in a distribution. It is the square root of the variance ().
Formula
Population Standard Deviation:
Sample Standard Deviation:
Graphical Representation (Normal Distribution with Different σ):
Key Properties
- Low σ: Data points are close to the mean (less spread).
- High σ: Data points are far from the mean (more spread).
- Unit: Same as the original data.
- Non-negative: .
Empirical Rule (For Normal Distributions)
- covers ~68% of data.
- covers ~95% of data.
- covers ~99.7% of data.
Example Calculation
For dataset: [2, 4, 4, 4, 5, 5, 7, 9]
- Mean () = 5
- Squared deviations: [9, 1, 1, 1, 0, 0, 4, 16]
- Variance = 32 / 7 ≈ 4.57
- Standard deviation = √4.57 ≈ 2.14
2. Gamma Distribution
The Gamma Distribution is a two-parameter family of continuous distributions, often used to model waiting times or lifetimes.
Probability Density Function (PDF):
- α: Shape parameter (α > 0).
- β: Rate parameter (β > 0).
- Γ(α): Gamma function, defined as Γ(α) = ∫0∞ tα-1 e-t dt.
Graph of Gamma Distribution:
Cumulative Distribution Function (CDF):
- γ(α, βx): Lower incomplete gamma function.
Key Properties:
- If α = 1, it reduces to the Exponential distribution.
- .
Moment Generating Function (MGF):
3. Exponential Distribution
The Exponential Distribution is a special case of the Gamma Distribution (when α = 1). It models the time between events in a Poisson process.
Probability Density Function (PDF):
f(x; λ) = λe-λx, for x > 0
- λ: Rate parameter (λ > 0).
Graph of Exponential Distribution:
Cumulative Distribution Function (CDF):
F(x; λ) = 1 - e-λx, for x > 0
Key Properties:
- Memoryless property: P(X > s + t | X > s) = P(X > t).
- .
Moment Generating Function (MGF):
MX(t)
4. Moment Generating Functions (MGFs)
The Moment Generating Function (MGF) of a random variable X is defined as:
MX(t) = E[etX]
- E[·]: Expectation operator.
MGFs of the Distributions:
Distribution |
MGF |
Normal |
MX(t) = eμt + (1/2)σ²t² |
Gamma |
MX(t) = (1 - t/β)-α, for t < β |
Exponential |
MX(t) = λ / (λ - t), for t < λ |
MCQ Questions
1. Which of the following is true for the Normal Distribution?
- a) It is symmetric about the mean.
- b) It has a bell-shaped curve.
- c) Both a) and b).
- d) None of the above.
Answer: c) Both a) and b).
1. What does a high standard deviation indicate?
- a) Data is clustered close to the mean
- b) Data is spread out from the mean
- c) The mean is inaccurate
- d) The dataset is normally distributed
Answer: b) Data is spread out from the mean
2. The Exponential Distribution is a special case of which distribution?
- a) Normal Distribution
- b) Gamma Distribution
- c) Uniform Distribution
- d) Binomial Distribution
Answer: b) Gamma Distribution