Learn R Programming

wavemulcor (version 3.1.2)

xrand1: Correlation structural breaks variable 1

Description

Simulated data showing correlation structural breaks in Figure 4 of Fern<U+00E1>ndez-Macho (2018).

Usage

data("xrand")

Arguments

Format

A data frame with 512 observations on 1 variables.

xrand1

a numeric vector

Details

\(xrand1[t]\) and \(xrand2[t]\) are highly correlated at low frequencies (long timescales) but uncorrelated at high frequencies (short timescales). However, during a period of time spanning the second third of the sample (\(T/3<t<2T/3\)) that behavior is reversed so that data become highly correlated at short timescales but uncorrelated at low frequencies.

References

Fern<U+00E1>ndez-Macho, J., 2018. Time-localized wavelet multiple regression and correlation, Physica A, 492, https://doi.org/10.1016/j.physa.2017.11.050

Examples

Run this code
# NOT RUN {
data(xrand)
## maybe str(xrand) ; plot(xrand) ...
# }

Run the code above in your browser using DataLab