IMSL C# Numerical Library

Difference.SetOrders Method 

Sets the orders for the Difference object.

public void SetOrders(
   int[] orders
);

Parameters

orders
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

Difference Class | Imsl.Stat Namespace