Creates a Faure sequence with the default base.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public FaureSequence(
	int dimension
)
Visual Basic (Declaration)
Public Sub New ( _
	dimension As Integer _
)
Visual C++
public:
FaureSequence(
	int dimension
)

Parameters

dimension
Type: System..::.Int32
An int which specifies the dimension of the sequence.

Remarks

The base defaults to the smallest prime equal to or greater than dimension.

See Also