For a bivariate time series, g13cef calculates the cross amplitude spectrum and squared coherency, together with lower and upper bounds from the univariate and bivariate (cross) spectra.
The routine may be called by the names g13cef or nagf_tsa_multi_spectrum_bivar.
3Description
Estimates of the cross amplitude spectrum and squared coherency are calculated for each frequency as
where
and are the co-spectrum and quadrature spectrum estimates between the series, i.e., the real and imaginary parts of the cross spectrum as obtained using g13ccforg13cdf;
and are the univariate spectrum estimates for the two series as obtained using g13caforg13cbf.
The same type and amount of smoothing should be used for these estimates, and this is specified by the degrees of freedom and bandwidth values which are passed from the calls of g13caforg13cbf.
Upper and lower confidence limits for the cross amplitude are given approximately by
except that a negative lower limit is reset to , in which case the approximation is rather poor. You are, therefore, particularly recommended to compare the coherency estimate with the critical value derived from the upper point of the -distribution on degrees of freedom:
where is the degrees of freedom associated with the univariate spectrum estimates. The value of is returned by the routine.
The hypothesis that the series are unrelated at frequency , i.e., that both the true cross amplitude and coherency are zero, may be rejected at the level if . Tests at two frequencies separated by more than the bandwidth may be taken to be independent.
The confidence limits on are strictly appropriate only at frequencies for which the coherency is significant. The same applies to the confidence limits on which are however calculated at all frequencies using the approximation that is Normal with variance .
4References
Bloomfield P (1976) Fourier Analysis of Time Series: An Introduction Wiley
Jenkins G M and Watts D G (1968) Spectral Analysis and its Applications Holden–Day
5Arguments
1: – Real (Kind=nag_wp) arrayInput
On entry: the ng univariate spectral estimates, , for the series.
2: – Real (Kind=nag_wp) arrayInput
On entry: the ng univariate spectral estimates, , for the series.
3: – Real (Kind=nag_wp) arrayInput
On entry: the real parts, , of the ng bivariate spectral estimates for the and series. The series leads the series.
4: – Real (Kind=nag_wp) arrayInput
On entry: the imaginary parts, , of the ng bivariate spectral estimates for the and series. The series leads the series.
Note: the two univariate and the bivariate spectra must each have been calculated using the same method of smoothing. For rectangular, Bartlett, Tukey or Parzen smoothing windows, the same cut-off point of lag window and the same frequency division of the spectral estimates must be used. For the trapezium frequency smoothing window, the frequency width and the shape of the window and the frequency division of the spectral estimates must be the same. The spectral estimates and statistics must also be unlogged.
5: – IntegerInput
On entry: the number of spectral estimates in each of the arrays xg, yg, xyrg and xyig. It is also the number of cross amplitude spectral and squared coherency estimates.
Constraint:
.
6: – Real (Kind=nag_wp) arrayInput
On entry: the four associated statistics for the univariate spectral estimates for the and series. contains the degrees of freedom, and contain the lower and upper bound multiplying factors respectively and contains the bandwidth.
Constraints:
;
;
.
7: – Real (Kind=nag_wp) arrayOutput
On exit: the ng cross amplitude spectral estimates at each frequency of .
8: – Real (Kind=nag_wp) arrayOutput
On exit: the ng lower bounds for the ng cross amplitude spectral estimates.
9: – Real (Kind=nag_wp) arrayOutput
On exit: the ng upper bounds for the ng cross amplitude spectral estimates.
10: – Real (Kind=nag_wp)Output
On exit: the critical value for the significance of the squared coherency, .
11: – Real (Kind=nag_wp) arrayOutput
On exit: the ng squared coherency estimates, at each frequency .
12: – Real (Kind=nag_wp) arrayOutput
On exit: the ng lower bounds for the ng squared coherency estimates.
13: – Real (Kind=nag_wp) arrayOutput
On exit: the ng upper bounds for the ng squared coherency estimates.
14: – IntegerInput/Output
On entry: ifail must be set to , or to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of means that an error message is printed while a value of means that it is not.
If halting is not appropriate, the value or is recommended. If message printing is undesirable, then the value is recommended. Otherwise, the value is recommended. When the value or is used it is essential to test the value of ifail on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6Error Indicators and Warnings
If on entry or , explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
Note: if more than one failure of the types , , and occurs then the failure type which occurred at lowest frequency is returned in ifail. However the actions indicated above are also carried out for failures at higher frequencies.
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: .
A bivariate spectral estimate is zero. For this frequency the cross amplitude spectrum and shared coherency and their bounds are set to zero.
A univariate spectral estimate is negative. For this frequency the cross amplitude spectrum and shared coherency and their bounds are set to zero.
A univariate spectral estimate is zero. For this frequency the cross amplitude spectrum and shared coherency and their bounds are set to zero.
A calculated value of the squared coherency exceeds . For this frequency the squared coherency is reset to and this value for the squared coherency is used in the formulae for the calculation of bounds for both the cross amplitude spectrum and squared coherency. This has the consequence that both squared coherency bounds are .
An unexpected error has been triggered by this routine. Please
contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.
7Accuracy
All computations are very stable and yield good accuracy.
8Parallelism and Performance
g13cef is not threaded in any implementation.
9Further Comments
The time taken by g13cef is approximately proportional to ng.
10Example
This example reads the set of univariate spectrum statistics, the two univariate spectra and the cross spectrum at a frequency division of for a pair of time series. It calls g13cef to calculate the cross amplitude spectrum and squared coherency and their bounds and prints the results.