Sets the orders for the Difference object.

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

Syntax

C#
public void SetOrders(
	int[] orders
)
Visual Basic (Declaration)
Public Sub SetOrders ( _
	orders As Integer() _
)
Visual C++
public:
void SetOrders(
	array<int>^ orders
)

Parameters

orders
Type: array< System..::.Int32 >[]()[]
An int array of length equal to length of periods, containing the order of each difference given in periods.

Remarks

The elements of orders must be greater than or equal to 0.

See Also