Definition of renewal function
The renewal function gives the expected number of renewals (events) that occur in the time interval . It's the central quantity in renewal theory because once you know , you can derive most other properties of the process.
The setup: you have a renewal process where inter-arrival times are i.i.d. with common distribution . The counting process tracks how many renewals have occurred by time .
Renewal function formula
The renewal function is defined as:
You can express this as a sum of convolutions:
where is the -fold convolution of . The reasoning: , where is the time of the th renewal. Since if and only if , you get .
The renewal function also satisfies the renewal equation:
This equation relates back to the inter-arrival distribution and is the main tool for computing .
Properties of renewal function
- Non-negative and non-decreasing: and for
- Right-continuous: for all
- Initial value: , since no renewals have occurred at time zero
- Finiteness: for all (this requires proof and uses the fact that inter-arrival times are positive with probability 1)
- Asymptotic behavior: , where is the mean inter-arrival time. This is the elementary renewal theorem.
Derivation of renewal equation
The renewal equation is derived by conditioning on the time of the first renewal . This is a standard technique in renewal theory: split the problem into what happens before and after the first event.
-
Let be the first inter-arrival time, with distribution .
-
If , then one renewal has occurred at time , and the process restarts. The expected number of additional renewals in the remaining time is , by the i.i.d. assumption.
-
If , no renewal occurs in , contributing 0.
-
Taking expectations over :
The term accounts for the first renewal, and the integral captures all subsequent renewals.
Integral equation form
The renewal equation:
is a Volterra integral equation of the second kind. The unknown function appears both on the left side and inside the integral on the right. The "driving term" is , and the "kernel" is .
More generally, any equation of the form is called a renewal-type equation, and many problems in applied probability reduce to this form.
Renewal density definition
When has a density , you can differentiate the renewal equation to get an equation for the renewal density:
The renewal density represents the instantaneous rate of renewals at time . Formally, .
Differentiating the renewal equation gives:
This is the density form of the renewal equation, and it's often more convenient to work with than the distribution form.
Relationship to inter-arrival times
The renewal equation makes explicit how the entire renewal process is governed by the inter-arrival distribution . Different choices of produce very different renewal functions. For example:
- Exponential inter-arrival times (Poisson process): , perfectly linear
- Deterministic inter-arrival times ( always): , a staircase function
- Heavy-tailed inter-arrival times: grows more slowly for moderate , though the asymptotic rate still holds
Solutions to renewal equation
Finding in closed form is only possible for a few inter-arrival distributions. In most cases, you'll use transforms or numerical methods.
Laplace transform approach
This is the most powerful analytical technique. Taking the Laplace transform of the renewal equation and using the convolution property:
where is the Laplace transform of the density , and . Solving for :
Equivalently, in terms of the distribution transform:
(where is the Laplace-Stieltjes transform of ; be careful about which convention your course uses).
To recover , invert the transform using partial fractions, tables, or numerical inversion.
Example: For exponential inter-arrival times with rate , . Then:
Inverting gives , confirming the Poisson process result.
%5D_renewal_equation_inter-arrival_time_distribution%22-2PvBUve.jpg)
Numerical methods
When the Laplace transform can't be inverted analytically, numerical approaches are necessary:
- Discretization: Divide into subintervals of width . Approximate the integral in the renewal equation by a Riemann sum, producing a system of linear equations that can be solved recursively.
- Successive approximations: Start with and iterate: . This converges to under mild conditions.
- Numerical Laplace inversion: Compute at several values of and use algorithms (e.g., the Euler or Talbot method) to numerically invert.
Renewal equation in frequency domain
The renewal equation can also be analyzed via Fourier transforms, replacing with . The transformed equation has the same algebraic structure:
This perspective is useful when studying periodic or oscillatory behavior in the renewal process, though it's less commonly used than the Laplace approach for computing .
Excess life and age
At any time , you can ask two natural questions about the renewal process: how long until the next renewal? and how long since the last renewal? These are the excess life and age, respectively.
Forward and backward recurrence times
Let be the time of the most recent renewal at or before time , and be the time of the next renewal after .
- Excess life (forward recurrence time): , the remaining time until the next renewal
- Age (backward recurrence time): , the time elapsed since the last renewal
- Spread (total life): , the length of the inter-arrival interval containing
The distributions of and can be expressed using the renewal function. For the excess life:
This is obtained by conditioning on the time of the last renewal before .
Limiting distributions and behavior
As , both the excess life and age converge in distribution to the equilibrium (or spread) distribution:
This is called the equilibrium distribution (or integrated tail distribution). Notice that depends on the entire shape of , not just its mean.
An important consequence: the limiting excess life is not the same as the original inter-arrival distribution. In fact, , which exceeds whenever the inter-arrival times have positive variance. This is related to the inspection paradox: if you arrive at a "random" time, you're more likely to land in a long inter-arrival interval than a short one, so the interval you observe is stochastically larger than a typical inter-arrival time.
Residual life at time t
The term "residual life" is often used interchangeably with excess life in the renewal theory context. In reliability theory, it takes on a more specific meaning: the remaining lifetime of a component that has survived to time .
For a single component (not yet renewed), the residual life distribution is:
This is the conditional survival probability and connects to the hazard rate . In a renewal process with replacements, the residual life accounts for the fact that the component currently in use may have been installed at some earlier renewal time, making the full renewal-theoretic formula (from the previous subsection) necessary.
Renewal processes and applications
Ordinary and delayed renewal processes
In an ordinary renewal process, the first inter-arrival time has the same distribution as all subsequent inter-arrival times. The process starts "fresh" at time 0.
In a delayed (or modified) renewal process, the first inter-arrival time has a different distribution , while are still i.i.d. with distribution . The renewal equation becomes:
where on the right is the ordinary renewal function. A particularly useful special case: if (the equilibrium distribution), the resulting process is called an equilibrium renewal process, and it has the property that for all , not just asymptotically.
%5D_renewal_equation_inter-arrival_time_distribution%22-3-1490640x147.png)
Poisson process as renewal process
The Poisson process with rate is the renewal process with exponential inter-arrival times (). It's the only renewal process with:
- A linear renewal function:
- A constant renewal density:
- The memoryless property: is always exponential with rate , regardless of or the history
These properties make the Poisson process both the simplest and most tractable renewal process. It serves as the baseline against which other renewal processes are compared.
Applications in reliability theory
Renewal processes model systems where failed components are immediately replaced with statistically identical new ones:
- gives the expected number of replacements by time
- The renewal density gives the instantaneous failure rate of the system
- Maintenance policies (e.g., age replacement, block replacement) are optimized using renewal-theoretic results
- Warranty cost analysis uses to estimate the expected number of claims during a warranty period of length
Renewal-reward processes
A renewal-reward process associates a random reward with the th renewal cycle. The total reward accumulated by time is .
The renewal-reward theorem states:
That is, the long-run average reward per unit time equals the expected reward per cycle divided by the expected cycle length. This result is widely used in cost analysis, inventory models, and performance evaluation of systems.
Key renewal theorem
The key renewal theorem describes the asymptotic behavior of solutions to renewal-type equations, not just the renewal function itself. It's the workhorse result for extracting long-run behavior from renewal models.
Elementary renewal theorem
The elementary renewal theorem states:
where . The proof uses Wald's equation and the strong law of large numbers applied to a.s., combined with .
This tells you the long-run average rate of renewals, but says nothing about the finer-grained behavior of .
Blackwell's theorem
Blackwell's theorem provides a stronger statement. If the inter-arrival distribution is non-lattice (not concentrated on multiples of some fixed ), then for any :
For lattice distributions with span :
Blackwell's theorem says that the expected number of renewals in any interval of fixed length converges to as you move that interval far into the future. This is strictly stronger than the elementary renewal theorem.
Key renewal theorem (general form)
The key renewal theorem generalizes Blackwell's result to renewal-type equations. Suppose satisfies:
where is a directly Riemann integrable function. If is non-lattice, then:
This is extremely useful because many quantities of interest (excess life distributions, reward rates, etc.) satisfy renewal-type equations. The key renewal theorem lets you read off their limiting values without solving the equation explicitly.
Applications of renewal theorems
- Queueing theory: Long-run average waiting times and queue lengths via renewal-reward arguments
- Reliability engineering: Asymptotic failure rates and steady-state availability of repairable systems
- Insurance mathematics: Ruin probabilities and the adjustment coefficient in the Cramér-Lundberg model use renewal-theoretic asymptotics
- Inventory theory: Long-run average cost under various ordering policies
- General methodology: Any time you need the limiting behavior of a quantity that satisfies a renewal-type equation, the key renewal theorem is the tool to use