IMSL C# Numerical Library

FaureSequence Constructor (Int32, Int32, Int32)

Creates a Faure sequence.

public FaureSequence(
   int dimension,
   int baseSequence,
   int nSkip
);

Parameters

dimension
An int which specifies the dimension of the sequence.
baseSequence
A int which specifies the smallest prime number greater than or equal to dimension.
nSkip
An int which specifies the number of initial points to skip.

Remarks

If nSkip is negative then {\it base}^{m/2-1}, where m is the number of digits needed to represent the largest Int32 in the base, points are skipped.

See Also

FaureSequence Class | Imsl.Stat Namespace | FaureSequence Constructor Overload List