AutoARIMASetDifferenceOrders Method |
Defines the orders of the periodic differences used in the determination
of the optimum model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetDifferenceOrders(
int[] orders
)
Public Sub SetDifferenceOrders (
orders As Integer()
)
public:
void SetDifferenceOrders(
array<int>^ orders
)
member SetDifferenceOrders :
orders : int[] -> unit
Parameters
- orders
- Type: SystemInt32
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.
See Also