Generates the low-discrepancy Faure sequence.
For a list of all members of this type, see FaureSequence Members.
System.Object
Imsl.Stat.FaureSequence
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Discrepancy measures the deviation from uniformity of a point set.
The discrepancy of the point set , is
The sequence of points in
is a low-discrepancy sequence if there exists a constant c(d), depending only on d, such that
Generalized Faure sequences can be defined for any prime base . The lowest bound for the discrepancy is obtained for the smallest prime
, so the base defaults to the smallest prime greater than or equal to the dimension.
The generalized Faure sequence , is computed as follows:
Write the positive integer n in its b-ary expansion,
The j-th coordinate of is
The generator matrix for the series, , is defined to be
It is faster to compute a shuffled Faure sequence than to compute the Faure sequence itself. It can be shown that this shuffling preserves the low-discrepancy property.
The shuffling used is the b-ary Gray code. The function G(n) maps the positive integer n into the integer given by its b-ary expansion. The sequence computed by this function is , where
is the generalized Faure sequence.
Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll)
FaureSequence Members | Imsl.Stat Namespace | Example