Richard M. Smith
June 13, 2015
Using the EuStockMarkets data in the utils package, we provide a method for running GARCH models from the tseries package on windows of time for the 4 major European stock markets.
The application can be found on RStudio's shiny server here
Use this application to examine trends over differing time periods and the strength of a GARCH model across these.
Daily closing prices 1991-1998 for major European stock indices.
Basic Data Structure
mts [1:1860, 1:4] 1629 1614 1607 1621 1618 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:4] "DAX" "SMI" "CAC" "FTSE"
- attr(*, "tsp")= num [1:3] 1991 1999 260
- attr(*, "class")= chr [1:3] "mts" "ts" "matrix"
The plot will automatically update with the black line representing the actual series and a dotted red line showing a GARCH model using predict.garch from the tseries package.
window, the plots render only full months regardless of the specific date picked.