Probability distributions are mathematical models that quantify how likely different outcomes are when dealing with uncertainty and randomness. These powerful tools allow us to systematically describe and predict the behavior of random phenomena across countless real-world scenarios. They fall into two fundamental categories: discrete distributions deal with countable outcomes (like number of successes, coin flips, or defective items), while continuous distributions handle measurable quantities that can take any value within a range (like height, time, or temperature). The key difference lies in whether you can list all possible outcomes (discrete) or whether outcomes form an unbroken continuum (continuous).
Probability Distributions
Discrete Uniform:
Equal probability for finite outcomes
Binomial:
Successes in n trials with probability p each
Geometric:
Trials until first success (probability p)
Poisson:
Rare events over time interval (rate λ)
Negative Binomial:
Trials until r-th success (generalization of geometric)
Hypergeometric:
Sampling without replacement from finite population
VS
Continuous Distributions
Uniform:
Equal likelihood over interval [a,b]
Normal:
Bell curve with mean μ and variance σ²
Exponential:
Waiting time between events (rate λ)
Gamma:
Waiting time until k-th event (shape, rate)
Beta:
Random proportions on [0,1] (shape parameters α,β)
Chi-Square:
Sum of squared normal variables (degrees of freedom ν)
Understanding these distributions is essential for statistical modeling, hypothesis testing, and making predictions about uncertain events. Each distribution has specific scenarios where it naturally applies - choosing the right one depends on the nature of your data and the underlying process generating it. Master these fundamentals, and you'll have the foundation for advanced statistical analysis and data science applications.