cidr | R Documentation |
Compute (Overnight) Cumulative Intraday Returns
cidr(X)
ocidr(X)
X |
A dfts object or data which can be automatically converted to that
format. See |
A dfts object with CIDR or OCIDRs
Rice, G., Wirjanto, T., & Zhao, Y. (2023). Exploring volatility of crude oil intraday return curves: A functional GARCH-X model. Journal of Commodity Markets, 32, 100361-.
tmp <- dfts(SPYUS500$data[, 1:100],
name = "SP500 100 Days",
labels = SPYUS500$labels[1:100], fparam = SPYUS500$fparam
)
cidr(tmp)
tmp <- dfts(SPYUS500$data[, 1:100],
name = "SP500 100 Days",
labels = SPYUS500$labels[1:100], fparam = SPYUS500$fparam
)
ocidr(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.