The study of renewal processes.
| Statistics Dictionary: renewal theory |
| 5min Related Video: Renewal theory |
| Wikipedia: Renewal theory |
|
|
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
Renewal theory is the branch of probability theory that generalizes Poisson processes for arbitrary holding times. Applications include calculating the expected time for a monkey who is randomly tapping at a keyboard to type the word Macbeth and comparing the long-term benefits of different insurance policies.
Contents |
A renewal process is a generalization of the Poisson process. In essence, the Poisson process is a continuous-time Markov process on the positive integers (usually starting at zero) which has independent identically distributed holding times at each integer i (exponentially distributed) before advancing (with probability 1) to the next integer:i + 1. In the same informal spirit, we may define a renewal process to be the same thing, except that the holding times take on a more general distribution. (Note however that the IID property of the holding times is retained).
Let
be a sequence of independent identically distributed random variables such that
![0 < \mathbb{E}[S_i] < \infty.](http://wpcontent.answers.com/math/6/a/a/6aa04350cd01de4db4c52ca87dafe712.png)
We refer to the random variable Si as the "ith" holding time.
Define for each n > 0 :

each Jn referred to as the "nth" jump time and the intervals
being called renewal intervals.
Then the random variable
given by

is called a renewal process.
One may choose to think of the holding times
as the time elapsed before a machine breaks for the "ith" time since the last time it broke. (Note this assumes that the machine is immediately fixed and we restart the clock immediately.) Under this interpretation, the jump times
record the successive times at which the machine breaks and the renewal process Xt records the number of times the machine has so far had to be repaired at any given time t.
However it is more helpful to understand the renewal process in its abstract form, since it may be used to model a great number of practical situations of interest which do not relate very closely to the operation of machines.
Let
be a sequence of IID random variables (rewards) satisfying

Then the random variable

is called a renewal-reward process. Note that unlike the Si, each Wi may take negative values as well as positive values.
In the context of the above interpretation of the holding times as the time between successive malfunctions of a machine, the "rewards"
(which in this case happen to be negative) may be viewed as the successive repair costs incurred as a result of the successive malfunctions.
An alternative analogy is that we have a magic goose which lays eggs at intervals (holding times) distributed as Si. Sometimes it lays golden eggs of random weight, and sometimes it lays toxic eggs (also of random weight) which require responsible (and costly) disposal. The "rewards" Wi are the successive (random) financial losses/gains resulting from successive eggs (i = 1,2,3,...) and Yt records the total financial "reward" at time t.
We define the renewal function:
![m(t) = \mathbb{E}[X_t].\,](http://wpcontent.answers.com/math/9/6/0/960c23a46f8f7b12dfa087746b3b1bfc.png)
The renewal function satisfies
![\lim_{t \to \infty} \frac{1}{t}m(t) = 1/\mathbb{E}[S_1].](http://wpcontent.answers.com/math/1/5/a/15a5a3e374685386cbcbfd94525d9e72.png)
Below, you find that the strong law of large numbers for renewal processes tell us that
![\lim_{t \to \infty} \frac {X_t}{t} = \frac{1}{\mathbb{E}[S_1]}.](http://wpcontent.answers.com/math/f/7/a/f7abcc1e7c336b0b965b0d342bc879ad.png)
To prove the elementary renewal theorem, it is sufficient to show that
is uniformly integrable.
To do this, consider some truncated renewal process where the holding times are defined by
where a is a point such that 0 < F(a) = p < 1 which exists for all non-deterministic renewal processes. This new renewal process
is an upper bound on Xt and its renewals can only occur on the lattice
. Furthermore, the number of renewals at each time is geometric with parameter p. So we have
![\begin{align}
\overline{X_t} &\leq \sum_{i=1}^{[at]} \mathrm{Geometric}(p) \\
\mathbb{E}\left[\,\overline{X_t}\,\right]^2 &\leq C_1 t + C_2 t^2 \\
P\left(\frac{X_t}{t} > x\right) &\leq \frac{E\left[X_t^2\right]}{t^2x^2} \leq \frac{E\left[\overline{X_t}^2\right]}{t^2x^2} \leq \frac{C}{x^2}.
\end{align}](http://wpcontent.answers.com/math/b/4/d/b4df79384cb13301f7cec68f646fc308.png)
We define the reward function:
![g(t) = \mathbb{E}[Y_t].\,](http://wpcontent.answers.com/math/c/0/0/c0031654cbbda57711c9235a616cbc44.png)
The renewal function satisfies
![\lim_{t \to \infty} \frac{1}{t}g(t) = \frac{\mathbb{E}[W_1]}{\mathbb{E}[S_1]}.](http://wpcontent.answers.com/math/6/8/a/68ace967e341427cf9ecc0f8d4bda828.png)
The renewal function satisfies

where FS is the cumulative distribution function of S1 and fS is the corresponding probability density function.
![m(t) = \mathbb{E}[X_t] = \mathbb{E}[\mathbb{E}(X_t \mid S_1)]. \,](http://wpcontent.answers.com/math/2/1/3/213cd91c777802783ee9df6b7f1a0661.png)
![\mathbb{E}(X_t \mid S_1=s) = \mathbb{I}_{\{t \geq s\}} \left( 1 + \mathbb{E}[X_{t-s}] \right). \,](http://wpcontent.answers.com/math/b/3/e/b3eefa4b269c4994f1f50bd17d86c7cb.png)
![\begin{align}
m(t) & {} = \mathbb{E}[X_t] \\[12pt]
& {} = \mathbb{E}[\mathbb{E}(X_t \mid S_1)] \\[12pt]
& {} = \int_0^\infty \mathbb{E}(X_t \mid S_1=s) f_S(s)\, ds \\[12pt]
& {} = \int_0^\infty \mathbb{I}_{\{t \geq s\}} \left( 1 + \mathbb{E}[X_{t-s}] \right) f_S(s)\, ds \\[12pt]
& {} = \int_0^t \left( 1 + m(t-s) \right) f_S(s)\, ds \\[12pt]
& {} = F_S(t) + \int_0^t m(t-s) f_S(s)\, ds,
\end{align}](http://wpcontent.answers.com/math/0/2/4/024cd8f48de6e776ab2a96d942e3fb2e.png)
and
satisfy
(strong law of large numbers for renewal processes)
(strong law of large numbers for renewal-reward processes)almost surely.
. By definition we have:
and so
we have:
almost surely (with probability 1). Hence:


. We have
A curious feature of renewal processes is that if we wait some predetermined time t and then observe how large the renewal interval containing t is, we should expect it to be typically larger than a renewal interval of average size.
Mathematically the inspection paradox states: for any t > 0 the renewal interval containing t is stochastically larger than the first renewal interval. That is, for all x > 0 and for all t > 0:

where FS is the cumulative distribution function of the IID holding times Si.
Observe that the last jump-time before t is
; and that the renewal interval containing t is
. Then
![\begin{align}
\mathbb{P}(S_{X_t+1}>x) & {} = \int_0^\infty \mathbb{P}(S_{X_t+1}>x \mid J_{X_t} = s) f_S(s) \, ds \\[12pt]
& {} = \int_0^\infty \mathbb{P}(S_{X_t+1}>x | S_{X_t+1}>t-s) f_S(s)\, ds \\[12pt]
& {} = \int_0^\infty \frac{\mathbb{P}(S_{X_t+1}>x \, , \, S_{X_t+1}>t-s)}{\mathbb{P}(S_{X_t+1}>t-s)} f_S(s) \, ds \\[12pt]
& {} = \int_0^\infty \frac{ 1-F(\max \{ x,t-s \}) }{1-F(t-s)} f_S(s) \, ds \\[12pt]
& {} = \int_0^\infty \min \left\{\frac{ 1-F(x) }{1-F(t-s)},\frac{ 1-F(t-s) }{1-F(t-s)}\right\} f_S(s) \, ds \\[12pt]
& {} = \int_0^\infty \min \left\{\frac{ 1-F(x) }{1-F(t-s)},1\right\} f_S(s) \, ds \\[12pt]
& {} \geq 1-F(x) \\[12pt]
& {} = \mathbb{P}(S_1>x)
\end{align}](http://wpcontent.answers.com/math/f/1/2/f1207ab13e0431640ff4f5a2358f3743.png)
as required.
Eric the entrepreneur has n machines, each having an operational lifetime uniformly distributed between zero and two years. Eric may let each machine run until it fails with replacement cost €2600; alternatively he may replace a machine at any time while it is still functional at a cost of €200.
What is his optimal replacement policy?
We may model the lifetime of the n machines as n independent concurrent renewal-reward processes, so it is sufficient to consider the case n=1. Denote this process by
. The successive lifetimes S of the replacement machines are independent and identically distributed, so the optimal policy is the same for all replacement machines in the process.
If Eric decides at the start of a machine's life to replace it at time 0 < t < 2 but the machine happens to fail before that time then the lifetime S of the machine is uniformly distributed on [0, t] and thus has expectation 0.5t. So the overall expected lifetime of the machine is:
![\begin{align}
\mathbb{E}S & = \mathbb{E}[S \mid \mbox{fails before } t] \cdot \mathbb{P}[\mbox{fails before } t] + \mathbb{E}[S \mid \mbox{does not fail before } t] \cdot \mathbb{P}[\mbox{does not fail before } t] \\
& = \frac{t}{2}\left(0.5t\right) + \frac{2-t}{2}\left( t \right)
\end{align}](http://wpcontent.answers.com/math/2/6/1/2612506e6054aeb4d2d0645471117a59.png)
and the expected cost W per machine is:

So by the strong law of large numbers, his longterm average cost per unit time is:

then differentiating with respect to t:

this implies that the turning points satisfy:

and thus
We take the only solution t in [0, 2]: t = 2/3. This is indeed a minimum (and not a maximum) since the cost per unit time tends to infinity as t tends to zero, meaning that the cost is decreasing as t increases, until the point 2/3 where it starts to increase.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Nicolas Abraham (psychoanalysis) | |
| Semi-Markov process | |
| Louis Althusser |
| Is oil renewable or non-renewable? Read answer... | |
| Is glass renewable or non-renewable? Read answer... | |
| Biomass is renewable or not renewable? Read answer... |
| When can a renewable resource be non-renewable? | |
| What are renewable non renewable resources? | |
| Where renewable energy is renewable? |
Copyrights:
![]() | Statistics Dictionary. A Dictionary of Statistics. Second edition revised. Copyright © Oxford University Press, 2008. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Renewal theory". Read more |