Number of events in a specific period | Vose Software

Number of events in a specific period

See also: VoseStopSum

In general terms, this is a renewal process problem.  In a renewal process, the times (or distances, etc.) between successive events are independent and identical, but they can take any distribution. In a Poisson process, the times between successive events are described by independent identical Exponential distributions. The Poisson process is thus a particular case of a renewal process. The mathematics of the distributions of number of events in a period (equivalent to the Poisson distribution for the Poisson process) and the time to wait to observe x events (equivalent to the Gamma distribution in the Poisson process) can be quite complicated, depending on the distribution of time between events. However, Monte Carlo simulation lets us bypass the mathematics to arrive at both of these distributions, as we will see in the following examples.

More generally phrased the question comes down to: how many random variables do we need to add from a distribution to reach a fixed total?

The distribution that is the answer to this is calculated directly with the VoseStopSum function.

Example

It is known that a certain type of light bulb has a lifetime that is Weibull(1.3,4020) hours distributed.

First question: If I have one light bulb working at all times, replacing each failed light bulb immediately with another, how many light bulbs will have failed in 10 000 hours?

The example model One light bulb provides the solution to this question. Note that it takes account of the possibility of 0 failures.

Next question:  If I have 10 light bulbs going at all times, how many will fail in 1000 hours assuming that I immediately replace my failed bulbs?

The spreadsheet Ten light bulbs shows a model to provide the solution to this question. It follows exactly the same logic as the model above.

The figure below compares the results for this question and for the previous one. Note that they are significantly different. Had the time between events been Exponentially distributed, the results would have been exactly the same:

Last question: If I had one light bulb going constantly, and I had ten light bulbs to use, how long would it take before the last light bulb failed? The answer is simply the sum of 10 independent Weibull(1.3,4 020) distributions.

See Also

 

Navigation