worldindices: Major World Indices

Description Format Source Examples

Description

This data set contains transformed standardized residuals of daily log returns of major world stock indices in 2009 and 2010. The considered indices are the leading stock exchanges of the six largest economies in the world: the US American S&P 500, the Japanese Nikkei 225, the Chinese SSE Composite Index, the German DAX, the French CAC 40 and the British FTSE 100 Index. Each time series is filtered using an ARMA(1,1)-GARCH(1,1) model with Student t innovations.

Format

A data frame with 396 observations on 6 variables. Column names correspond to ticker symbols of the indices.

Source

Yahoo! Finance

Examples

1
2
3
4
5
# load the data set
data(worldindices)

# compute the empirical Kendall's tau matrix
cor(worldindices,method="kendall")

Example output

The CDVine package is no longer developed actively.
Please consider using the more general VineCopula package
(see https://CRAN.R-project.org/package=VineCopula),
which extends and improves the functionality of CDVine.

           ^GSPC     ^N225     ^SSEC    ^GDAXI     ^FCHI     ^FTSE
^GSPC  1.0000000 0.1022631 0.1040020 0.5033372 0.5018284 0.4863828
^N225  0.1022631 1.0000000 0.2021481 0.1551975 0.1843754 0.1614116
^SSEC  0.1040020 0.2021481 1.0000000 0.1218003 0.1362997 0.1489324
^GDAXI 0.5033372 0.1551975 0.1218003 1.0000000 0.8234241 0.7322849
^FCHI  0.5018284 0.1843754 0.1362997 0.8234241 1.0000000 0.7747091
^FTSE  0.4863828 0.1614116 0.1489324 0.7322849 0.7747091 1.0000000

CDVine documentation built on May 2, 2019, 9:28 a.m.