Skip to content
Surf Wiki
Save to docs
general/queueing-theory

From Surf Wiki (app.surf) — the open knowledge base

Lindley equation


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.

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".
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.

Want to explore this topic further?

Ask Mako anything about Lindley equation — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report