logReturnsRandDollar | R Documentation |
Log returns of the exchange rate South African Rand versus United States Dollar.
data(logReturnsRandDollar)
Time series with 7705 observations.
J.L. Carrion-i-Silvestre and A. Sansó.
Paulo Rodrigues
J.L. Carrion-i-Silvestre & A. Sansó (2023): Generalized Extreme Value Approximation to the CUMSUMQ Test for Constant Unconditional Variance in Heavy-Tailed Time Series.
data(logReturnsRandDollar)
names(data)
# The following example replicates some of the results of Table 6 in
# Carrion-i-Silvestres & Sanso (2023)
data(logReturnsRandDollar)
e <- whitening(data$rand.dollar)$e # pre-whitening
m <- micss(e)
print.micss(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.