Lindley equation


title: "Lindley equation" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["queueing-theory"] topic_path: "general/queueing-theory" source: "https://en.wikipedia.org/wiki/Lindley_equation" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

In probability theory, the Lindley equation, Lindley recursion or Lindley process is a discrete-time stochastic process A**n where n takes integer values and:

::A**n + 1 = max(0, A**n + B**n).

Processes of this form can be used to describe the waiting time of customers in a queue or evolution of a queue length over time. The idea was first proposed in the discussion following Kendall's 1951 paper.

Waiting times

In Dennis Lindley's first paper on the subject the equation is used to describe waiting times experienced by customers in a queue with the First-In First-Out (FIFO) discipline.

::W**n + 1 = max(0,W**n + U**n) where

  • T**n is the time between the nth and (n+1)th arrivals,
  • S**n is the service time of the nth customer, and
  • U**n = S**nT**n
  • W**n is the waiting time of the nth customer.

The first customer does not need to wait so W1 = 0. Subsequent customers will have to wait if they arrive at a time before the previous customer has been served.

Queue lengths

The evolution of the queue length process can also be written in the form of a Lindley equation.

Integral equation

Lindley's integral equation is a relationship satisfied by the stationary waiting time distribution F(x) in a G/G/1 queue.

::F(x) = \int_{0^-}^\infty K(x-y)F(\text{d}y) \quad x \geq 0

Where K(x) is the distribution function of the random variable denoting the difference between the (k - 1)th customer's arrival and the inter-arrival time between (k - 1)th and kth customers. The Wiener–Hopf method can be used to solve this expression.

Notes

References

  1. Asmussen, Søren. (2003). "Applied probability and queues". Springer.
  2. (2009). "The first Erlang century—and the next". [[Queueing Systems]].
  3. Kendall, D. G.. (1951). "Some problems in the theory of queues". Journal of the Royal Statistical Society, Series B.
  4. Lindley, D. V.. (1952). "The theory of queues with a single server". [[Mathematical Proceedings of the Cambridge Philosophical Society]].
  5. (1974). "Mathematical Methods in Queueing Theory".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

queueing-theory