1

How do I find the Inter-arrival time when the Inter-arrival time is described on as exponentially distributed with mean of 12 minutes? This is a single server model with a generalized service time. I have the information for the service time and its probabilities.

MEC
  • 11

1 Answers1

1

If you have an exponential distribution with mean $\lambda^{-1}$ the probability density function is $\lambda \exp(-\lambda t)$ for $t \ge 0$ The link is the first response in Google to the phrase.

Ross Millikan
  • 374,822