Defines the orders of the periodic differences used in the determination
of the optimum model.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void SetDifferenceOrders( int[] orders ) |
Visual Basic (Declaration) |
---|
Public Sub SetDifferenceOrders ( _ orders As Integer() _ ) |
Visual C++ |
---|
public: void SetDifferenceOrders( array<int>^ orders ) |
Parameters
- orders
- Type: array<
System..::.Int32
>[]()[]
An int array containing all possible orders for each difference given in periods. All elements in orders must be non-negative.Default: orders is a one-element array with orders[0] = 0.