ArticleslgStudy

mathematics

Low-discrepancy sequence

Low-discrepancy sequence is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Low-discrepancy sequence rather than just read about it. In short: In mathematics, a low-discrepancy sequence is a sequence with the property that for all values of N {\displaystyle N} , its subsequence x 1 , … , x N {\displaystyle x_{1},\ldots ,x_{N}} has a low discrepancy. Roughly speaking, the discrepancy of a sequence is low if the proportion of points in the sequence falling into an arbitrary set B is close to proportional to the measure of B, as would happen on average (but n…

Low-discrepancy sequence — main illustration
Low-discrepancy sequence — illustration

Key takeaways

  • Low-discrepancy sequence belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Low-discrepancy sequence to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Low-discrepancy sequence from memory before moving on to harder problems.

Reference excerpt

In mathematics, a low-discrepancy sequence is a sequence with the property that for all values of N {\displaystyle N} , its subsequence x 1 , … , x N {\displaystyle x_{1},\ldots ,x_{N}} has a low discrepancy. Roughly speaking, the discrepancy of a sequence is low if the proportion of points in the sequence falling into an arbitrary set B is close to proportional to the measure of B, as would happen on average (but not for particular samples) in the case of an equidistributed sequence. Specific definitions of discrepancy differ regarding the choice of B (hyperspheres, hypercubes, etc.) and how the discrepancy for every B is computed (usually normalized) and combined (usually by taking the worst value). Low-discrepancy sequences are also called quasirandom sequences, due to their common use as a replacement of uniformly distributed random numbers. The "quasi" modifier is used to denote more clearly that the values of a low-discrepancy sequence are neither random nor pseudorandom, but such sequences share some properties of random variables and in certain applications such as the quasi-Monte Carlo method their lower discrepancy is an important advantage.

Applications

Quasirandom numbers have an advantage over pure random numbers in that they cover the domain of interest quickly and evenly. Two useful applications are in finding the characteristic function of a probability density function, and in finding the derivative function of a deterministic function with a small amount of noise. Quasirandom numbers allow higher-order moments to be calculated to high accuracy very quickly. Applications that don't involve sorting would be in finding the mean, standard deviation, skewness and kurtosis of a statistical distribution, and in finding the integral and global maxima and minima of difficult deterministic functions. Quasirandom numbers can also be used for providing starting points for deterministic algorithms that only work locally, such as Newton–Raphson iteration. Quasirandom numbers can also be combined with search algorithms. With a search algorithm, quasirandom numbers can be used to find the mode, median, confidence intervals and cumulative distribution of a statistical distribution, and all local minima and all solutions of deterministic functions.

Low-discrepancy sequences in numerical integration Various methods of numerical integration can be phrased as approximating the integral of a function f {\displaystyle f} in some interval, e.g. [0,1], as the average of the function evaluated at a set { x 1 , … , x N } {\displaystyle \{x_{1},\dots ,x_{N}}\} in that interval:

∫ 0 1 f ( u ) d u ≈ 1 N ∑ i = 1 N f ( x i ) . {\displaystyle \int _{0}^{1}f(u)\,du\approx {\frac {1}{N}}\,\sum _{i=1}^{N}f(x_{i}).}

If the points are chosen as x i = i / N {\displaystyle x_{i}=i/N} , this is the rectangle rule. If the points are chosen to be randomly (or pseudorandomly) distributed, this is the Monte Carlo method. If the points are chosen as elements of a low-discrepancy sequence, this is the quasi-Monte Carlo method. A remarkable result, the Koksma–Hlawka inequality (stated below), shows that the error of such a method can be bounded by the product of two terms, one of which depends only on f {\displaystyle f} , and the other one is the discrepancy of the set { x 1 , … , x N } {\displaystyle \{x_{1},\dots ,x_{N}}\} . It is convenient to construct the set { x 1 , … , x N } {\displaystyle \{x_{1},\dots ,x_{N}}\} in such a way that if a set with N + 1 {\displaystyle N+1} elements is constructed, the previous N {\displaystyle N} elements need not be recomputed. The rectangle rule uses point sets which have low discrepancy, but in general the elements must be recomputed if N {\displaystyle N} is increased. Elements need not be recomputed in the random Monte Carlo method if N {\displaystyle N} is increased, but the point sets do not have minimal discrepancy. By using low-discrepancy sequences we aim for low discrepancy and no need for recomputations, but actually low-discrepancy sequences can only be incrementally good on discrepancy if we allow no recomputation.

Definition of discrepancy The discrepancy of a set P = { x 1 , … , x N } {\displaystyle P=\{x_{1},\dots ,x_{N}}\} is defined, using Niederreiter's notation, as

… excerpt ends here. Continue reading the full article.

Illustrations

Low-discrepancy sequence: Coverage of the unit square. Left for additive quasirandom numbers with c = 0.5545497..., 0.308517... Right for random numbers. From top to bottom. 10, 100, 1000, 10000 points.
Coverage of the unit square. Left for additive quasirandom numbers with c = 0.5545497..., 0.308517... Right for random numbers. From top to bottom. 10, 100, 1000, 10000 points.
Low-discrepancy sequence: First 256 points of the (2,3) Halton sequence
First 256 points of the (2,3) Halton sequence
Low-discrepancy sequence: 2D Hammersley set of size 256
2D Hammersley set of size 256
Low-discrepancy sequence illustration
Low-discrepancy sequence illustration

Worked examples

Example 1 — a first encounter with Low-discrepancy sequence

Start with the simplest possible case. Write down what Low-discrepancy sequence claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Low-discrepancy sequence before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Low-discrepancy sequence ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Low-discrepancy sequence

In research
Low-discrepancy sequence appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Low-discrepancy sequence in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Low-discrepancy sequence is common in secondary-school and first-year university syllabi. It links to neighbouring topics Diophantine approximation, Low-discrepancy sequences, Numerical analysis, so understanding it makes those chapters shorter.
In everyday life
Look for Low-discrepancy sequence outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Low-discrepancy sequence in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Low-discrepancy sequence means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Low-discrepancy sequence out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Low-discrepancy sequence in simple terms?

In mathematics, a low-discrepancy sequence is a sequence with the property that for all values of N {\displaystyle N} , its subsequence x 1 , … , x N {\displaystyle x_{1},\ldots ,x_{N}} has a low discrepancy. Roughly speaking, the discrepancy of a sequence is low if the proportion of points in the…

Why does Low-discrepancy sequence matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Low-discrepancy sequence?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Low-discrepancy sequence.

Tags

  • Diophantine approximation
  • Low-discrepancy sequences
  • Numerical analysis
  • Random number generation
  • Sequences and series

Keep exploring