powered by
Log returns of daily closing value data from the dow jones index, from 04/JAN/1999 to 08/JUL/2003. The original data used to calculate these was the dji data set available in the QRMlib package.
data(lrdji)
A vector of 1132 observations.
David Scott d.scott@auckland.ac.nz, Fiona Grimson
McNeil, A. & Ulman, S. (2008). QRMlib http://cran.r-project.org/web/packages/QRMlib/index.html
data(lrdji) ##fit a skew hyperbolic student t-distribution to the data fit <- skewhypFit(lrdji, plot = TRUE, print = TRUE)
Run the code above in your browser using DataLab