powered by
This function converts original price data into over-night cumulative intraday return curves (OCIDRs).
OCIDR(f_data)
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.
A \(J \times N\) matrix of functional time series data, where \(J\) is the number of discrete points in a grid and \(N\) is the sample size.
# \donttest{ data(sp500) OCIDR(sp500) # }
Run the code above in your browser using DataLab