0

Is there a probability distribution similar to Poisson, but with controlled variance?

Poisson distribution with a lambda has a fixed mean and fixed variance; both mean and variance are equal to the $\lambda$ parameter. I am looking for a distribution to generate samples that has properties similar to Poisson, but with smaller variance instead of a variance equal to $\lambda$.

Does Poisson have a family of distributions in which mean and variance can be controlled by two different parameters?

Tom
  • 788
  • 8
  • 16

1 Answers1

0

See Joe Hilbe's response at What is the appropriate model for underdispersed count data?

If it pertains to count data, Hilbe is the guru.

Mike Anderson
  • 225
  • 1
  • 3