Log returns and GARCH filtered values of log returns for OSEAX FTSE AEX FCHI SSMI GDAXI ATX (market indexes in Norway, UK, Holland, France, Switzerland, Germany, Austria). This is a small data set with n=239 that can be used for illustration of functions for fitting vine and factor copulas. The original source is http://quote.yahoo.com
euro07gf has two objects: (i) euro07names has the above labels for the markets and (ii) euro07lr is a list with several matrices given below.
data(euro07gf) # objects euro07names and euro07gfThe following are components.
239x7 matrix of GARCH filtered returns
239x7 matrix of empirical U(0,1) scores of GARCH filtered returns
239x7 matrix of empirical normal scores of GARCH filtered returns
239x7 matrix of U(0,1) scores of GARCH filtered returns based on assuming standardized Student t distributions for the innovations
239x7 matrix of normal scores of GARCH filtered returns based on assuming standardized Student t distributions for the innovations
239x7 matrix of volatilities
5x7 matrix of GARCH parameter estimates
rows are mu, omega, alpha1, beta1, shape, where 'shape' is the shape or degree of freedom parameter for the Student t innovations.