td_canovahansen | R Documentation |
Canova-Hansen test for stable trading days
td_canovahansen(
s,
differencing,
kernel = c("Bartlett", "Square", "Welch", "Tukey", "Hamming", "Parzen"),
order = NA
)
s |
a |
differencing |
Differencing lags. |
kernel |
Kernel used to compute the robust covariance matrix. |
order |
The truncation parameter used to compute the robust covariance matrix. |
list with the ftest on td, the joint test and the details for the stability of the different days (starting with Mondays).
s <- log(ABS$X0.2.20.10.M)
td_canovahansen(s, c(1, 12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.