Constructor to compute the sample cross-correlation function of two stationary time series.
double
array containing the first stationary time series. double
array containing the second stationary time series. int
containing the maximum lag of the cross-covariance and cross-correlations to be computed.
maximumLag
must be greater than or equal to 1 and less than the minimum of the number of observations of x
and y
.
CrossCorrelation Class | Imsl.Stat Namespace