ftse | R Documentation |
Data from Oxford-Man institute of the FTSE 100 from date "2000-01-04" to date "2021-02-24".
Using close to close prices, log-retuns and realized variances are computed using formulas
r_t = log(P_{t})-log(P_{t-1})
and rv_t = \sum_i r_{t,i}^2
where r_{t,i}
stands
for the intra-day log-returns of the date t and P_t
stands for the price at day t.
data(ftse)
Matrix of two columns where the first column is the log-returns and the second the realized variances.
## Not run:
data(ftse)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.