Click or drag to resize
ARMASetARMAInfo Method
Sets the ARMAInfo object to previously determined values

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetARMAInfo(
	double constant,
	double[] ar,
	double[] ma,
	double var
)

Parameters

constant
Type: SystemDouble
A double scalar equal to the constant term in the ARMA model.
ar
Type: SystemDouble
A double array of length p containing estimates of the autoregressive parameters.
ma
Type: SystemDouble
A double array of length q containing estimates of the moving average parameters.
var
Type: SystemDouble
A double scalar equal to the innovation variance
See Also