An algorithm to compute bounds for the star discrepancy

This page is related to Eric Thiémard's paper "An algorithm to compute bounds for the star discrepancy", to appear in Journal of Complexity.

Abstract: We propose an algorithm to compute upper and lower bounds for the star discrepancy of an arbitrary sequence of points in the s-dimensional unit cube. The method is based on a particular partition of the unit cube into subintervals and on a specialized procedure for orthogonal range counting. The cardinality of the partition depends on the dimension and on an accuracy parameter that has to be specified. We have implemented this method and here we present results of some computational experiments obtained with this implementation.

A funny related animation (364 Ko)

Related work: Computing bounds for the star discrepancy


The algorithm proposed in this paper has been implemented in C. Two versions are available:


Two file formats are possible to give the point set x={x1,...,xn} in Is=[0,1)s:


Last update: June 15, 2000

Back