Click or drag to resize
ARSeasonalFitSetDInitial Method
Sets the candidate values for selecting the optimum seasonal adjustment prior to calling the compute method.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetDInitial(
	int[,] DInitial
)

Parameters

DInitial
Type: SystemInt32
An int array of candidate values for d to evaluate. All values must be non-negative. DInitial must have the same number of differences (columns) as SInitial. By default, DInitial is initialized to all ones.
See Also