public class MultiCrossCorrelationEx1 extends Object
Computes cross-correlations for a three-channel time series.
Consider the Wolfer Sunspot Data \(Y\) (Box and Jenkins 1976, page 530) along
with data on northern light activity \(X_1\) and earthquake activity \(X_2\)
(Robinson 1967, page 204) to be a three-channel time series. Methods
getCrossCovariance
and getCrossCorrelation
are used
to compute the cross-covariances and cross-correlations between
\(X_1\) and \(Y\) and between \(X_2\) and \(Y\)
with lags from -maximum_lag
= -10 through lag
maximum_lag
= 10.
Constructor and Description |
---|
MultiCrossCorrelationEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.