Click or drag to resize
FaureSequence Constructor (Int32, Int32, Int32)
Creates a Faure sequence.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public FaureSequence(
	int dimension,
	int baseSequence,
	int nSkip
)

Parameters

dimension
Type: SystemInt32
An int which specifies the dimension of the sequence.
baseSequence
Type: SystemInt32
A int which specifies the smallest prime number greater than or equal to dimension.
nSkip
Type: SystemInt32
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