Click or drag to resize
CrossCorrelationGetAutoCorrelationX Method
Returns the autocorrelations of the time series x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetAutoCorrelationX()

Return Value

Type: Double
A double array of length maximumLag + 1 containing the autocorrelations of the time series x.
Exceptions
ExceptionCondition
NonPosVarianceException is thrown if the problem is ill-conditioned.
Remarks
The 0-th element of this array is 1. The k-th element of this array contains the autocorrelation of lag k where k = 1, ..., maximumLag.
See Also