ARMAGetAutoCovariance Method |
Returns the autocovariances of the time series z.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetAutoCovariance()
Public Function GetAutoCovariance As Double()
public:
array<double>^ GetAutoCovariance()
member GetAutoCovariance : unit -> float[]
Return Value
Type:
Double
A
double array containing the autocovariances of lag
k,
where
k = 1, ..., p + q + 1.
Remarks
Note that the Compute method must be invoked before this method.
Otherwise, the method throws a NullReferenceException exception.
See Also