Introduction
A probability distribution mathematically specifies the likelihood of various outcomes of a random variable. Depending on whether the variable is discrete or continuous, it is characterized by a Probability Mass Function (PMF) or a Probability Density Function (PDF), fulfilling fundamental axiomatic conditions of non-negativity and total probability summing or integrating to unity.
1. Binomial Distribution (Discrete)
The Binomial distribution models the number of successes in a fixed number of independent and identical Bernoulli trials.
- Probability Mass Function (PMF): P(X = x) = nCx px qn-x, where x = 0, 1, 2, ..., n and q = 1 - p.
- Assumptions: The experiment consists of n finite, identical, and mutually independent trials, with each trial resulting in one of two mutually exclusive outcomes ('success' or 'failure') and a constant probability of success (p).
- Key Properties: Mean = np, Variance = npq. The distribution exhibits positive skewness if p < 0.5, negative skewness if p > 0.5, and is symmetric if p = 0.5, with skewness given by (q - p) / √(npq).
2. Poisson Distribution (Discrete)
The Poisson distribution models the number of occurrences of an event within a fixed interval of time, space, or volume.
- Probability Mass Function (PMF): P(X = x) = (e-λ λx) / x!, where x = 0, 1, 2, ... ∞, governed by the rate parameter λ > 0.
- Assumptions and Applications: Events occur independently at a constant average rate, and simultaneous occurrences in an infinitesimally small interval are negligible. It is extensively applied to model rare events (e.g., annual frequency of major landslides in Kinnaur or system arrival queues).
- Key Properties: Equidispersion property where Mean = Variance = λ. The skewness is 1 / √λ.
- Limiting Form: It emerges as the limiting form of the Binomial distribution when n → ∞, p → 0, such that np remains finite and equals λ.
3. Normal Distribution (Continuous)
The Normal (or Gaussian) distribution is the pre-eminent continuous probability distribution across theoretical and applied statistics.
- Probability Density Function (PDF): f(x) = (1 / (σ√(2π))) exp[-0.5 ((x - μ) / σ)2], for -∞ < x < ∞, characterized by mean μ and variance σ2.
- Key Properties: Symmetrical and bell-shaped curve where Mean = Median = Mode. Skewness = 0, and Kurtosis (β2) = 3 (mesokurtic). The total area under the curve is 1.
- Limiting Relationships: Both the Binomial and Poisson distributions asymptotically converge to the Normal distribution as sample size n → ∞ or λ → ∞, forming the foundational basis of the Central Limit Theorem.
Conclusion
Probability distributions serve as the foundational bedrock for statistical inference and empirical modeling. While Binomial and Poisson distributions effectively handle counting processes and discrete event frequencies, the Normal distribution provides the analytical bridge for continuous data and large-sample approximations across diverse scientific disciplines.