Skip to content

MANE 3332.04

Lecture 9, February 23

Agenda

  • Continue Chapter 3
  • Topics: Hypergeometric distribution, geometric distribution, negative binomial distribution, Poisson distribution
  • New: Binomial Quiz (assigned 2/24/2025, due 2/26/2025 11:59pm)

Handouts


Schedule

  • February 24: Hypergeometric, geometric, negative binomial and Poisson Distributions
  • February 26: Poisson Practice Problems, Chapter 4: Continuous RV, pdf, mean and variance, Uniform distribution
  • March 3: Standard normal distribution
  • March 5: Normal distribution
  • March 10: Exponential and Weibull distributions
  • March 12: Mid-term review/Tech Report Assignment
  • March 17: Spring Break
  • March 19: Spring Break
  • March 24: Chapter 5 or midterm
  • March 26: midterm or Chapter 5

Hypergeometric Distribution

The hypergeometric distribution is one of the commonly occurring distributions in quality.

  • A random variable is hypergeometric when a set of \(N\) objects contains

    • \(K\) objects classified as successes and

    • \(N-K\) objects classified as failures

    • a sample of size \(n\) is selected without replacement from the \(N\) objects, where \(K\leq N\) and \(n\leq N\)


Hypergeometric Distribution

  • The hypergeometric PMF is

    \[ f(x)=\frac{\left(\begin{array}{c}K\\x\end{array}\right)\left(\begin{array}{c}N-K\\n-x\end{array}\right)}{\left(\begin{array}{c}N\\n\end{array}\right)} \]
  • The mean of \(X\) is

\[ E(X)=\mu=np \]
  • The variance of \(X\) is
\[ \sigma^2=V(X)=np(1-p)\left[\frac{N-n}{N-1}\right] \]

Hypergeometric Example Problem

image


Excel for Hypergeometric Example

image


Binomial Approximation to the Hypergeometric Distribution

  • The mean and variance of the hypergeometric and binomial distribution are very similar. The variance only differs by the finite population correction factor,
\[ \frac{N-n}{N-1} \]
  • Sampling with replacement is equivalent to sampling from an infinite set (without replacement) because the proportion remains constant

  • If \(n\) is small relative to \(N\), then the finite correction is negligible and the binomial distribution can be used as an approximation to the hypergeometric.

  • A rule of thumb is to use this approximation when \(N/n>20\).


Geometric Distribution

  • Montgomery and Runger (2003) define a geometric random variable to be the number of trials until the first success of a series of independent Bernoulli trials, with constant probability \(p\) of success

  • The PMF of a geometric distribution is

\[ f(x)=(1-p)^{x-1}p,\;x=1,2,\ldots \]
  • The mean of a geometric random variable is
\[ \mu=E(X)=\frac{1}{p} \]
  • The variance of a geometric random variable is
\[ \sigma^2=V(X)=\frac{1-p}{p^2} \]
---

Geometric Distribution Example

image


Negative Binomial Distribution

  • Montgomery and Runger (2003) define a negative binomial random variable to be the number of trials until \(r\) successes are observed of a series of independent Bernoulli trials, with constant probability \(p\) of success

  • The geometric distribution is a special case of the negative binomial distribution with \(r=1\)

  • The PMF of a negative binomial distribution is

\[ f(x)=\left(\begin{array}{c}x-1\\r-1\end{array}\right)(1-p)^{x-r}p^r,\;x=r,r+1,\ldots \]
  • The mean of a negative binomial random variable is
\[ \mu=E(X)=\frac{r}{p} \]
  • The variance of a negative binomial random variable is
\[ \sigma^2=V(X)=\frac{r(1-p)}{p^2} \]

Negative Binomial Example

image


Poisson Process

  • The number of events over an interval (such as time) is a discrete random variable that is often modelled by the Poisson distribution

  • The length of the interval between events is often modeled by the (continuous) exponential distribution

  • These two distributions are related


Poisson Process

  • The number of events over an interval (such as time) is a discrete random variable that is often modelled by the Poisson distribution

  • The length of the interval between events is often modelled by the (continuous) exponential distribution

  • These two distributions are related


Poisson Process

Assume that the events occur at random throughout the interval. If the interval can be partitioned into subintervals of small enough length such that

  1. The probability of more than one count in a subinterval is zero

  2. The probability of one count in a subinterval is the same for all subintervals and proportional to the length of the subinterval, and

  3. The count in each subinterval is independent of other subintervals, the random experiment is called a Poisson process


Poisson Distribution

If the mean number of counts in the interval is \(\lambda>0\), the random variable \(X\) that equals the number of counts in the interval has a Poisson distribution with parameter \(\lambda\)

  • The Poisson PMF is
\[ f(x)=\frac{e^{-\lambda}\lambda^x}{x!},\; x=0,1,2,\ldots \]
  • The mean of a Poisson random variable is
\[ E(X)=\mu=\lambda \]
  • The variance of a Poisson random variable is
\[ V(X)=\sigma^2=\lambda \]

Poisson Practice Problems


Poisson Example

image