OCIDR | R Documentation |
This function converts original price data into over-night cumulative intraday return curves (OCIDRs).
OCIDR(f_data)
f_data |
A |
A matrix of OCIDRs with dimensions J \times (N-1)
, where J
is the number of discrete grid points and N-1
is the adjusted sample size.
data(sp500)
OCIDR(sp500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.