Exercise: Computing star-discrepancy by hand
The 1-dimensional star-discrepancy of a point set is
Tasks
-
Sort the points , . At each sorted value , compute the empirical CDF and . For each , compute both and .
-
Why does the supremum in the discrepancy definition reduce to a finite maximum over these quantities? (Think about where the worst box edge can lie.)
-
Compute for this set.
-
Compare with the first terms of the 1-dimensional Halton / van der Corput base-2 sequence: . Compute its star-discrepancy and compare with the random set.
-
For large, uniform IID has while the van der Corput sequence has . At roughly how many times smaller is the QMC discrepancy?
Hint
For part 2, the discrepancy function is piecewise affine in , with jumps at the sample points. Extrema occur at the breakpoints.