Summary of Discrete Statistics Distributions

1. Bernoulli Distribution

  • Description: A distribution for a single trial with two possible outcomes (success or failure).
  • Probability Mass Function (PMF):
  • Parameters: (success probability)
  • Mean:
  • Variance:

2. Binomial Distribution

  • Description: The number of successes in ( n ) independent Bernoulli trials.
  • PMF:
  • Parameters: (number of trials), (success probability)
  • Mean (Expected Value):
  • Variance:

3. Geometric Distribution

  • Description: The number of trials until the first success.
  • PMF:
  • Parameters: (success probability)
  • Mean (Expected Value):
  • Variance:

4. Negative Binomial Distribution

  • Description: The number of trials until the -th success.
  • PMF:
  • Parameters: (number of successes),
  • Mean (Expected Value):
  • Variance:

5. Poisson Distribution

  • Description: Models the number of events occurring in a fixed interval of time/space.
  • PMF:
  • Parameters: (average rate of occurrence)
  • Mean (Expected Value):
  • Variance:

Summary of Continuous Statistics Distributions

1. Uniform Distribution

  • Description: All intervals of the same length in the range ([a, b]) are equally likely.
  • Probability Density Function (PDF):
  • Parameters: ,
  • Mean (Expected Value):
  • Variance:

2. Normal (Gaussian) Distribution

  • Description: The bell-shaped curve, symmetric around the mean. This one is ugly, and you’ll be using the Z- Tables instead of this… hopefully.

  • PDF:

  • Parameters: (mean), (standard deviation)

  • Mean (Expected Value):

  • Variance:


3. Exponential Distribution

  • Description: Models the time between independent events occurring at a constant rate.
  • PDF:
  • Parameters: (rate parameter)
  • Mean (Expected Value):
  • Variance:

4. Gamma Distribution

  • Description: Generalizes the Exponential distribution; models waiting time for ( k ) events.
  • PDF:
  • PMF
  • Parameters:
    • : Shape parameter
    • : Rate parameter
  • Mean (Expected Value):
  • Variance:

5. Beta Distribution

  • Description: Models proportions or probabilities in the interval ([0, 1]).
  • PDF:
  • Parameters:
  • Mean (Expected Value):
  • Variance:

6. Chi-Square Distribution

  • Description: The distribution of the sum of squared standard normal variables. This one is ugly, and you’ll be using the Chi-Square - Tables instead of this… hopefully.
  • PDF:
  • Parameters: (degrees of freedom)
  • Mean:
  • Variance:

7. Student’s t-Distribution

  • Description: Used for small sample sizes when estimating a population mean. This one is ugly, and you’ll be using the T- Tables instead of this… hopefully.
  • PDF:
  • Parameters: (degrees of freedom)
  • Mean: (for
  • Variance: (for )

8. Log-Normal Distribution

  • Description: Models a variable whose logarithm follows a normal distribution.
  • PDF:
  • Parameters: (mean of log), (standard deviation of log)
  • Mean (Expected Value):
  • Variance:

9. Weibull Distribution

  • Description: Models failure times and reliability.
  • PDF:
  • Parameters:
    • : Shape parameter
    • : Scale parameter
  • Mean (Expected Value):
  • Variance: