Click or drag to resize
DifferenceSetOrders Method
Sets the orders for the Difference object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetOrders(
	int[] orders
)

Parameters

orders
Type: SystemInt32
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