Statistical Inference and Methods

Size: px
Start display at page:

Download "Statistical Inference and Methods"

Transcription

1 Department of Mathematics Imperial College London das01/ 14th February 2006

2 Part VII Session 7: Volatility Modelling

3 Session 7: Volatility Modelling 1/ 165 Volatility Modelling ARCH GARCH Stochastic Volatility Multivariate Volatility Methods of Inference

4 Session 7: Volatility Modelling 2/ 165 It has long been recognized that financial time series exhibit changes in volatility over time that tend to be serially correlated. In particular, financial returns demonstrate volatility clustering, meaning that large changes tend to be followed by large changes and vice versa. A conceptually useful division of these models into observation-driven and parameter-driven models. Observation-driven models allow the variance of the observed series to depend on its lagged values Parameter-driven models specify that the variance of the observations is a function of some unobserved or latent process.

5 Session 7: Volatility Modelling 3/ 165 The most popular examples of observation-driven models are the Autoregressive Conditional Heteroscedasticity (ARCH) and Generalized ARCH (GARCH) models. In particular, let y t be a realization, at time t, of the time series of interest. Typically, y t is taken to be the compounded return of the underlying asset, so that y t = 100 log (x t /x t 1 ), where x t denotes the price of the asset. ARCH type models specify the distribution of the current observation as a one-step-ahead prediction density.

6 Session 7: Volatility Modelling 4/ 165 More precisely, for the observation-driven models, we assume y t Ψ t 1 N ( 0, σ 2 t ), where Ψt 1 contains all the information up to time t 1, so that Ψ t = {y t, y t 1,... }. y t = σ t ε t, where {ε t } is a sequence of independent N (0, 1) random variables. The ARCH(p) model allows the conditional variance σ 2 t of y t to be a linear combination of past squared observations, so that σ 2 t = α 0 + p α i yt i. 2 i=1

7 Session 7: Volatility Modelling 5/ 165 Properties of the ARCH(1) model:the parameters α 0 and α 1 have to be non-negative, and the process is stationary if and only if α 1 < 1, with Var (y t ) = E ( yt 2 ) = α0 / (1 α 1 ). All the odd moments of y t are zero by symmetry, while the fourth moment exists if and only if 3α 2 1 < 1 and is E ( yt 4 ) 3α 2 ( ) = 0 1 α 2 1 (1 α 1 ) 2 ( ). 1 3α 2 1 The implied kurtosis is 3 + E ( yt 4 ) ( ) /E y 2 2 t and is greater than zero and hence y t is leptokurtotic (fat tails).

8 Session 7: Volatility Modelling 6/ 165 The GARCH(p,q) model: The GARCH(p, q) process is an extension to the ARCH(p) model which models σ 2 t as dependent on its lagged values; p q σ 2 t = α 0 + α i yt i 2 + β i σ 2 t i. i=1 The most widely used GARCH model is that of order (1, 1). i=1 Sufficient conditions for σ 2 t 0 are α i 0, i = 0, 1 and β 1 0. The GARCH(1, 1) process y t is zero mean, second order stationary if and only if α 1 + β 1 < 1, with Var(y t ) = α 0 / (1 α 1 β 1 ) and all the odd moments equal to zero.

9 Session 7: Volatility Modelling 7/ 165 If in addition, 3α α 1 β 1 + β 2 1 < 1 the fourth moment exists and is equal to E(y 4 t ) = 3α 2 0 (1 + α 1 + β 1 ) (1 α 1 β 1 ) ( 1 3α 2 1 2α 1β 1 β 2 ) 1 and y t exhibits leptokurtosis. A special case of the GARCH(1, 1) model has α 1 + β 1 = 1, which is called the Integrated GARCH (IGARCH) model.

10 Session 7: Volatility Modelling 8/ 165 There exist many other versions of the ARCH type models, Exponential GARCH (EGARCH) ARCH-in-Mean (ARCH-M) TGARCH MGARCH

11 Session 7: Volatility Modelling 9/ 165 Observation-driven models are built out of one-step-ahead prediction densities. These densities allow the likelihood function to be constructed via the prediction error decomposition. Therefore, the maximum likelihood estimation of the unknown parameters in the model is in principle straightforward. However, there are also a number of drawbacks to ARCH type models. the parameter constraints, imposed so that the conditional variance σ 2 t remains non-negative, are often violated when estimating these coefficients. GARCH models rule out a random oscillatory behavior of the conditional variance process.

12 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 10/ 165 In this section, we will study the likelihood function for the ARCH and GARCH models to illustrate the Bayesian approach for the two univariate GARCH models. The first model is an ordinary GARCH(1,1) and the second model is a Student-t GARCH(1,1). For both models, parameters are α 1, β 1, and (α 1 + β 1 ), which is recognized as a measure of persistence.

13 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 11/ 165 The ARCH(1) process is defined as σ 2 t = α 0 + α 1 y 2 t 1, where α 0 0, α 1 0 are the two parameters about which inference is required. The ARCH(p) process is defined as σ 2 t = α 0 + p α i yt i, 2 where α 0 0, α i 0 are the parameters of the ARCH(p) model. i=1

14 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 12/ 165 Summary: The moments of the ARCH(1) model are given as follows (i) E(Y t ) = E(Y 3 t ) = 0 (ii) The second moment of Y t is E(Y 2 t ) = α 0 (1 α 1 ), for 0 α 1 < 1. (iii) The fourth moment of Y t is ( ) 1 α 2 1 E(Y 4 t ) = 3E(σ 4 t ) = 3α 2 0 (1 α 1 ) 2 ( ), for 0 α 2 1 3α 2 1 <

15 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 13/ 165 (iv) The kurtosis of Y t is given by κ = 3 1 α α 2, for α 2 1 < If α 1 = 0 then κ = 3, and the distribution is Normal. If α 1 > 0 then κ > 3, and the distribution is heavy-tailed. (v) The autocorrelation function (ACF) of Y 2 t ρ Y 2 t (s) = α s 1, where s = 0, 1,.., n for all n 0. is given by The variance characteristics are solely dependent on the nature of the parameter α 1.

16 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 14/ 165 Stationarity and Persistence in ARCH(1) Variance Condition for stationarity: α 1 < 1; sudden changes to the error variance have an impact that decrease at an exponential rate and will eventually diminish in subsequent periods. The conditional variance, σ 2 t, varies over time and is dependent on past squared error terms. The sequence Y t is white noise and Yt 2 is an autoregressive process, hence the existence of volatility clustering is partly controlled by α 1. Note that Yt 2 is not necessarily covariance stationary; its variance will be finite only if 3α 2 1 < 1.

17 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 15/ 165 Persistence: When α 1 > 1, shocks to the variance in period one will have a more than proportionate impact in subsequent periods, Effects in the previous period causing greater shocks in the next, leading to instability in the system. The unconditional variance is not finite, and the conditional variance grows at a more than proportionate rate (dependent on α 1 ) in every subsequent period. The conditional time-varying error variance should always be positive; we may ensure this in the ARCH(1) case by using α 2 0 instead of α 0, and α 2 1 instead of α 1as starting values in the Maximum Likelihood (ML) calculations if these parameters should be negative. Doing so imposes positive parameter values from new ML results.

18 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 16/ 165 The likelihood for ARCH(1) can be written as f (y y 0, α 0, α 1 ) = n ( 1 t=1 2σ 2 t ) 1 2 exp ( y t 2 ) 2σ 2, t where y = (y 1, y 2,..., y n ). Thus the log likelihood is log f (y y 0, α 0, α 1 ) = n log f (y t y t 1, α 0, α 1 ) t=1 = const. 1 2 n t=1 [ log σ 2 t + y t 2 ] σ 2. t

19 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 17/ 165 To obtain the ML estimates we differentiate with respect to α 0, α 1 respectively to obtain the score equations: log f α 0 = 1 2 log f α 1 = 1 2 n ( ) ( σ 2 t 1 y 2 t t=1 t=1 α 0 σ 2 t σ 2 t n ( ) ( σ 2 t 1 y 2 t α 1 σ 2 t σ 2 t ) 1, ) 1, For ARCH(p), (α 0, α 1 ) T becomes (α 0, α 1,.., α p ) T so σ 2 t α 0 = 1, σ 2 t α 1 = y 2 t 1. ( ) σ 2 T t,..., σ2 t = ( 1, y α 0 α t 1, 2..., y 2 T t p). p

20 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 18/ 165 The GARCH(1, 1) model The GARCH(1, 1) process is defined by σ 2 t = α 0 + α 1 y 2 t 1 + β 1 σ 2 t 1, with parameters α 0 0, α 1 0, β 1 0. The GARCH(p, q) process is defined by σ 2 t = α 0 + p α i yt i 2 + i=1 q β j σ 2 t j, j=1 where α 0 0, α i 0, β j 0 are the parameters of the GARCH(p, q) model.

21 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 19/ 165 The moments of the GARCH(1,1) model take the following values: (i) E(Y t ) = E(Y 3 t ) = 0 (ii) If 0 α 1 + β 1 < 1, E(Y 2 t ) = α 0 (1 α 1 β 1 ), (iii) If 0 α 1 + β 1 < 1 and 3α α 1β 1 + β 2 1 < 1 E(Y 4 t ) = 3α 2 0 (1 + α 1 + β 1 ) (1 α 1 β 1 ) (1 β 2 1 2α 1 β 1 3α 2 1 ), The fourth moment does not exist when the sum of α 1 + β 1 is close to one, and the value of α 1 is not close to zero.

22 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 20/ 165 (iv) If 3α α 1β 1 + β 2 1 < 1, the kurtosis is κ = 3 (1 + α 1 + β 1 ) (1 α 1 β 1 ) ( 1 β 2 1 2α 1 β 1 3α 2 1), When β 1 = 0, this condition is the same as the ARCH(1) 1 model, but when β 1 > 0, α 1 has to be lower than 3. For example, in the typical case where α 1 is not close to zero and β 1 is near to one, κ does not exist.

23 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 21/ 165 (v) The ACF of Y 2 t is given by ρ 1 = α 1(1 β 2 1 α 1 β 1 ) (1 β 2 1 2α 1 β 1 ), ρ s = (α 1 +β 1 )ρ s 1, for s 2 Clearly ρ s depends on the values of α 1 and β 1. The ACF declines geometrically at the rate of α 1 + β 1. If α 1 is sufficiently small and the sum of α 1 + β 1 is close to one, then there exists a slowly decreasing autocorrelation function with finite kurtosis.

24 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 22/ 165 Stationarity and Persistence in GARCH(1,1) Volatility The stationarity of the GARCH(p, q) model is ensured if the coefficients in the conditional variance equation sum to less than one (i.e. α α p + β β q < 1), in which case the unconditional variance of Y t, is a finite constant. α 0 1 (α α p + β β q ), In this case, shocks to the variance term do not have a permanent effect, but fade over time.

25 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 23/ 165 For the GARCH(1, 1) model, the following is known: (i) If α 1 + β 1 < 1, under normality of the residual errors, and Cov(Y t, Y s ) 0. α 0 Var(Y t ) = const. 1 (α 1 + β 1 ) (ii) If α 1 + β 1 1, the ACF will decay quite slowly, indicating a relatively slow change in conditional variance. This has often been observed to occur in practice especially with high frequency data. This indicates that a shock at time t will persist for many future periods.

26 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 24/ 165 (iii) If α 1 + β 1 = 1, then a shock at time t will lead to a permanent change in all future periods; this also refers to the Integrated-GARCH (I GARCH) model, where the conditional variance is non-stationary and the unconditional variance does not exist. (iv) If α 1 + β 1 > 1, then a shock at time t will have a destabilizing effect, not only leading to a permanent change in future periods, but reinforcing itself over time. It is widely thought that the GARCH(1, 1) is broadly an adequate model that has been successfully used in a wide range of volatility modelling situations; it is a simple model, and thus avoids the problems of overfitting, and yet has been found to have the main features present in more complex models.

27 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 25/ 165 Likelihood Function For GARCH(1,1) Model An ML estimation structure can be constructed for all GARCH-type models; it is identical to that for the ARCH model, with the addition of score equations for β log f β 1 = 1 2 n ( ) ( σ 2 t 1 y 2 t t=1 β 1 σ 2 t σ 2 t ) 1, where σ 2 t β 1 = σ 2 t 1 + β 1 σ 2 t 1 β 1.

28 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 26/ 165 To obtain the ML estimates. we need to implement a numerical calculation for the partial derivatives recursively for t = 1,.., n. Unlike ARCH(p), the ML for GARCH(1,1) is more complicated than just implementing the previous procedure due to the recursive term in the score equation for β 1. The resulting estimators have properties of asymptotic normality and consistency. Quasi Maximum Likelihood (QML) estimation may also asymptotic normal distribution for the QML estimates and are in practice close to the ML estimates.

29 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 27/ 165 Bayesian inference For GARCH(1,1) Model The Bayesian posterior distribution is p(α 0, α 1, β 1 Y ) = n ( 1 t=1 2σ 2 t ) 1 2 exp ( y t 2 ) ( ) σ 2 α 1 0 exp (log α 0) 2 t 2σ 2 α 0 α γ β γ (1 α 1 β 1 ) γ 3 1 exp { 1 2 n t=1 ( log σ 2 t + y t 2 σ 2 t ) } (log α 0) 2 2σ 2 α 0 α 1 0 α γ β γ (1 α 1 β 1 ) γ 3 1.

30 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 28/ 165 Example : FX Returns in a number of twelve Far Eastern and other currencies Daily data Hourly data taken around the time of the market crash in the late nineties. Following results from a Bayesian analysis via Markov chain Monte Carlo (MCMC). In the MCMC algorithm, used 2,500,000, and recorded parameters at every 500 th iteration.

31 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 29/ 165 α 1 Daily JPY GARCH(1,1) β1 α 1 +β Runs Runs Runs α 1 β 1 α 1 +β

32 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 30/ 165 GARCH α 1 β 1 (α 1 + β 1 ) (1,1) Mean, Median, Std Mean, Median, Std Mean, Median, Std D-THB , , , , , , D-SGD , , , , , , D-JPY , , , , , , D-HKD , , , , , , D-GBP , , , , , , D-CHF , , , , , , D-CAD , , , , , , D-AUD , , , , , , H-THB , , , , , , H-SGD , , , , , , H-JPY , , , , , , H-HKD , , , , , , Posterior statistics of GARCH(1,1) model for 12 FX series.

33 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 31/ 165 The table above contains posterior summaries for the three parameters in the GARCH(1, 1) model for all FX series. To explore the stability and persistence of GARCH(p, q) model, the sum of the α 1 + β 1 should be examined. From the table, five data series (D-THB, H-JPY, D-CAD, H-JPY, H-SGD) yield values of (α 1 + β 1 ) to be significantly close to one In addition, the estimated values of α 1 are close to one and β 1 are close to zero. Thus there exists considerable persistence in volatility, moving towards non-stationarity.

34 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 32/ 165 We introduced a constrained model to ensure the existence of higher order moments; the kurtosis exists for the observable GARCH(1, 1) process only when the inequality 3α α 1 β 1 + β 2 1 < 1 holds; further, the fourth moment only exists for a certain range of values of α 1, β 1. The additional constraint can be explicitly incorporated into the MCMC simulation scheme; we reject points generated by the proposal mechanism that violate the constraint Note that such constraints are typically problematic in conventional (non-simulation based) classical and Bayesian inference.

35 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 33/ 165 Daily JPY GARCH(1,1): Constrained Model α 1 β 1 α 1 +β Runs Runs Runs α 1 β 1 α 1 +β

36 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 34/ 165 GARCH α 1 β 1 (α 1 + β 1 ) (1,1) Mean, Median, Std Mean, Median, Std Mean, Median, Std D-THB , , , , , , D-SGD , , , , , , D-JPY , , , , , , D-HKD , , , , , , D-GBP , , , , , , D-CHF , , , , , , D-CAD , , , , , , D-AUD , , , , , , H-THB , , , , , , H-SGD , , , , , , H-JPY , , , , , , H-HKD , , , , , , Posterior statistics for the constrained model of GARCH(1,1) for 12 FX series

37 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 35/ 165 Results: The posterior statistics values for this GARCH(1, 1) model are displayed above. No currency estimates the values of (α 1 + β 1 ) to be very close to 1, although the H-THB obtains the highest estimated posterior mean value of We conclude that this constrained model, where the existence of kurtosis is required in the model, produces very different parameter estimates; this may have serious consequences for prediction.

38 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 36/ 165 The Student-t GARCH(1, 1) Model The leptokurtosis of the observed returns series can be modelled explicitly. The Student-t GARCH(1, 1) model can be formulated as Y t = ε t σ 2 t ε t N(0, kλ t ) ( ν λ t IGamma 2, ν ) 2 and for stationarity, 0 < α 1 + β 1 < 1.

39 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 37/ 165 The parameters λ t, t = (1,.., n) modify the model so that Y t σ 2 t St(0, kσ 2 t, ν), where ν takes some positive value, and k is a constant term. For the conditional variance of Y t to be finite, we require ν > 2. Again, choosing a constant term k = (ν 2) ν ensures that the conditional variance of y t remains as σ 2 t, and setting each λ t = 1 recovers the original GARCH(1, 1)

40 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 38/ 165 For 4 < ν <, the conditional kurtosis for the t-garch(1,1) model is 3(ν 2)/(v 4) which is greater than that of a normal. The kurtosis for the Student-t GARCH(1,1) only exists if ν > 4. As ν, the Student density tends to a normal. All odd moments are zero.

41 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 39/ 165 Results for the t-garch(1,1) Model. t-garch(1,1) Median, Std Median, Std Median, Std ν = 5 α 1 β 1 (α 1 + β 1 ) D-THB , , , , , , D-SGD , , , , , , D-JPY , , , , , , D-HKD , , , , , , D-GBP , , , , , , D-CHF , , , , , , D-CAD , , , , , , D-AUD , , , , , , H-THB , , , , , , H-SGD , , , , , , H-JPY , , , , , , H-HKD , , , , , , Posterior statistics of t-garch(1,1) model with ν =5 for 12 FX series.

42 The ARCH Model Likelihood Function For ARCH(1) Model GARCH models A Constrained GARCH(1,1) Model The Student-t GARCH(1, 1) Model Session 7: Volatility Modelling 40/ 165 The Student-t GARCH(1,1) Model with ν unknown For the Bayesian t-garch(1,1) model, if ν is also to be included as an unknown parameter, inference can also be made about it. t-garch(1,1) ν unknown ν Mean, Median, Std D-THB , , D-SGD , , D-JPY , , D-HKD , , D-GBP , , D-CHF , , D-CAD , , D-AUD , , H-THB , , H-SGD , , H-JPY , , H-HKD , , Posterior statistics for ν in t-garch(1,1) model for 12 FX series

43 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 41/ 165 The main alternative to ARCH type models is the stochastic volatility (SV), a class of parameter-driven models and allows the variance of the observations to be an unobserved random process. SV models overcome the drawbacks encountered with GARCH models and fit more naturally into the theoretical framework within which much of modern finance theory has been developed. In particular, SV models can easily be seen to have simple continuous-time analogues used for option pricing.

44 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 42/ 165 The most popular SV model is y t = exp (h t /2) ε t h t = γ + φh t 1 + η t where y t is, as usual, the observation at time t, the ε t s are independent identically distributed (i.i.d.) N (0, 1) random variables, the η t s are also i.i.d. N ( 0, σ 2 η) random variables. The latent process h t can be interpreted as the random and uneven flow of new information into the market, and φ is the persistence in the volatility.

45 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 43/ 165 Leverage: The advantage of using SV models lies in the fact that they provide greater flexibility in describing stylized facts such as leverage, which causes the conditional variance to respond asymmetrically to rises and falls in y t. More precisely, falling stock prices cause the debt to equity ratio of firms to increase and this entails more uncertainty and in turn increased volatility, whereas rising stock prices decrease a firm s debt to equity ratio, while increasing investor s confidence causing lower levels of volatility. The leverage effect cannot be described by the ARCH or GARCH model, because the conditional variance depends only on the size of lagged y t s and not on their sign; however, it can be captured by the EGARCH model.

46 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 44/ 165 Persistence in Volatility: A sset returns has been found to have quite high autocorrelations for long lags. The SV model can capture this phenomenon very easily. As has already been mentioned, the parameter φ in the AR process is interpreted as the persistence in the volatility and the restriction φ < 1 is typically imposed to ensure that the series h t of the log-volatilities is stationary. Most studies in the SV literature have found evidence of near unit root behavior of the process h t with values of φ ranging from 0.8 to demonstrating that the volatility of asset returns is indeed highly persistent. However, h t can also be allowed to follow a random walk by setting φ = 1.

47 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 45/ 165 Properties of the Stochastic Volatility Model For simplicity, the error processes, ε t and η t, in the SV model are initially presumed independent. If φ < 1, the process {h t } is strictly stationary with unconditional mean and variance given respectively by µ h = E (h t ) = γ 1 φ σ 2 h = Var (h t ) = σ2 η 1 φ 2. Since y t is the product of two processes, ε t and exp (h t /2), and ε t is always stationary, y t will also be stationary if and only if h t is stationary.

48 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 46/ 165 Then E (y t ) = E (y t Ψ t 1 ) = 0 so that y t is zero mean and the autocorrelation function (ACF) of y t is ( ( ht ρ yt (τ) = E (y t y t τ ) = E exp 2 + h )) t τ E (ε t ε t τ ) = 0. 2 Thus the series y t is a martingale difference. Furthermore, if the distribution of ε t is symmetric, it follows that all the odd moments of y t are zero.

49 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 47/ 165 By assumption, exp (h t ) is log-normal distributed, so from standard properties of the log-normal distribution, we have ( E exp (h t ) j) { = exp jµ h + 1 } 2 j2 σ 2 h, so that, if r is even and h t is stationary, all the even moments of y t exist and are given by the formula ( E (yt r ) = E (exp h t ) r/2) { E [(ε t ) r r ] = exp 2 µ h + r 2 } r! 8 σ2 h 2 ( ) r/2 r. 2!

50 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 48/ 165 In particular Var (y t ) = E ( (y t ) 2) { = exp µ h + 1 } 2 σ2 h and hence if h t is stationary, y t is a white-noise process. The fourth moment is [ E (y t ) 4] = 3 exp { 2µ h + 2σ 2 } h and so the kurtosis for y t is 3 + E ( yt 4 ) ( ) /E y 2 2 ( ( ) ) t = 3 exp σ 2 h 1, which is greater than 0 if σ 2 h is positive. Thus, y t has a leptokurtic, symmetric distribution.

51 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 49/ 165 The dynamic properties of the SV model appear most clearly if we square y t and take logarithms, so that log y 2 t = h t + log ε 2 t. If ε t has a standard normal distribution, then log ε 2 t has a log-chi-square distribution with mean ψ (1) log and variance π 2 / , where ψ ( ) is the digamma function. Thus, if we define ξ t = log ε 2 t , then clearly ξ t is i.i.d. with mean zero and variance π 2 /2 and we may rewrite the model as log y 2 t = h t + ξ t.

52 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 50/ 165 Therefore, it follows that log yt 2 is a linear process which is the sum of the AR(1) process h t and white noise. Hence, log yt 2 behaves approximately as an ARMA(1, 1) process, with its ACF being equivalent to that of an ARMA(1, 1) process and given by ρ log y 2 t (τ) = φ τ 1 + ( ), π 2 /2σ 2 τ = 1, 2,.... h The ACF of the powers of the absolute values of y t are also available; the ACF of yt 2 is approximately proportional to that of the AR(1) process h t.

53 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 51/ 165 When the errors ε t have a Student t-distribution with ν degrees of freedom, y t is also white noise if and only if the process h t is stationary, and if ε t t ν, then and Var (ε t ) = E ( ε 2 t ) = ν/ (ν 2), ν > 2 E ( ε 4 t ) = 3ν 2 / [(ν 2) (ν 4)], ν > 4. Hence, it follows immediately that the unconditional variance of y t generalizes in this case to Var (y t ) = E ( { yt 2 ) ν = ν 2 exp µ h + 1 } 2 σ2 h, ν > 2 The kurtosis for ν > 4 is 3 [ 1 + (ν 2) exp ( σ 2 h) / (ν 4) ].

54 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 52/ 165 The SV model with ε t t ν can also be transformed into a linear form; let ε t = ζ t κ 1/2 t, where ζ t N (0, 1) and νκ t is independent of ζ t and has a chi-square distribution with ν degrees of freedom. Therefore, log ε 2 t = log ζ 2 t log κ t and it follows that E (log κ t ) = ψ (ν/2) log (ν/2) and Var (log κ t ) = ψ (ν/2) with ψ ( ) and ψ ( ) the digamma and trigamma functions, respectively.

55 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 53/ 165 Therefore, if we now define ξ t = ( log ζ 2 t ) + (log κ t ψ (ν/2) + log (ν/2)), then clearly ξ t is i.i.d. with mean zero and variance π 2 /2 + ψ (ν/2). Squaring y t and taking logarithms gives log y 2 t = ψ (ν/2) + log (ν/2) + h t + ξ t, which is again a linear process which adds the i.i.d. ξ t to the AR(1) h t. The ACF is ρ log y 2 t (τ) = φ τ 1 + [ ψ (ν/2) + π 2 /2 ] /σ 2. h

56 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 54/ 165 Inference for the Stochastic Volatility Model No analytic expression exists for the densities p (y t Ψ t 1 ), and this makes the likelihood function hard to evaluate; the distribution of y t conditional on past information Ψ t 1 does not possess an analytic expression. One way of deriving the likelihood is by integrating the latent log-volatilities out of the joint probability distribution. In particular, denote by y = (y 1,..., y T ) T the vector of observations for T consecutive periods, h = (h 1,..., h T ) T the vector of the corresponding log-volatilities and θ = ( γ, φ, σ 2 η).

57 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 55/ 165 Then, the likelihood is given by L (y; θ) = p (y, h θ) dh = p (y h, θ) p (h θ) dh. This last integral is of dimension equal to the sample size, T, its evaluation requires the use of numerical procedures and this makes the estimation of the hyperparameters, θ, via the Maximum Likelihood method quite involved.

58 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 56/ 165 Generalized Method-of-Moments (GMM): The simplest estimation procedure of SV models is the Method-of-Moments. The key advantage of GMM is that it does not require the specification of the likelihood function, but only certain moment conditions are needed. Given a sample of size T, y, the GMM procedure requires the construction of a vector g, whose elements will be the differences between the unconditional expectations and the sample moments. For the SV model there are three parameters we need to estimate, namely θ = ( γ, φ, σ 2 η), and a large number of moments to use.

59 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 57/ 165 For example, we might define estimating function g with components 1 T 1 T 1 y 2 T t E ( yt 2 ) 1 y 4 T t E ( yt 4 ) y 2 t yt 1 2 E ( yt 2 yt 1) 2. y 2 t yt τ 2 E ( yt 2 yt τ 2 ) where the theoretical values of E(y 2 t y 2 t τ ), for τ 1, can be found analytically.

60 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 58/ 165 The objective function to be minimized is then Q = g T Wg where W is a (τ + 2) (τ + 2) positive definite, symmetric weighting matrix. The great advantage of the GMM method is simplicity; the main disadvantage is that it is typically inefficient in small samples, although GMM estimators are consistent and asymptotically normal even when the residual errors are non-gaussian. Furthermore, GMM is asymptotically consistent if the observations y t are stationary. When the persistence in the latent process, h t, is high, i.e. φ is close to unity, as is usually the case in practice, the GMM estimator works poorly.

61 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 59/ 165 There are disadvantages: Estimates can be substantially biased especially for σ 2 η, have large mean squared errors (MSE) when there is high persistence and low coefficient of variation C.V. = Var (exp (h t )) / {E (exp (h t ))} 2 = exp ( σ 2 h) 1. GMM parameter estimates are not invariant to reparameterization ) ψ = f (θ) then ψ f ( θ GMM estimation does not deliver filtered or smoothed estimates of h t

62 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 60/ 165 Quasi-Maximum Likelihood (QML): The QML method is based on the linearization of the SV model by squaring y t and taking logarithms. Assuming that the errors ε t N (0, 1) and denoting w t = log y 2 t, as has already been seen, the SV model can be written as w t = h t + ξ t, h t = γ + φh t 1 + η t, where ξ t = log ε 2 t E ( log ε 2 t ), with σ 2 ξ = Var (ξ t ) = π 2 /2. This is a linear but non-gaussian state-space model. The QML approach treats the observation errors, ξ t, as though they were i.i.d N ( 0, π 2 /2 ) and apply the standard Kalman filter.

63 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 61/ 165 The Kalman filter produces one-step-ahead forecasts of the observations, w t, and the log-volatilities, h t, as well as filtered estimates of the latter. Given a set of observations {y 1,..., y T }, or equivalently { log y 2 1,..., log y 2 T }, the recursions can also be used to construct the Gaussian likelihood of the data via the prediction error decomposition If this Gaussian form of the likelihood is then maximized with respect to the hyperparameters of the model, typically using numerical procedures, it will yield QML estimates of the unknown parameters. Before we proceed with describing the method in more detail, we make one more simplifying transformation of the model,

64 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 62/ 165 Assume that φ < 1, so that h t is stationary. Taking expectations on both sides of the observation equation, we obtain E(w t ) = γ = µ h = γ/ (1 φ). Moreover, if we denote w t = w t γ to be the new observations centered around their unconditional mean and α t = h t µ h be the mean-centered states, then the model can be rewritten as follows w t = α t + ξ t, α t = φα t 1 + η t.

65 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 63/ 165 The latter state-space model does not explicitly contain the constant term γ of the state-transition equation, and a consistent estimator of γ is given by the sample mean of w t, or equivalently log y 2 t, and is also the QML estimator of γ. Therefore, by applying this last transformation on the SV model, we have managed to concentrate the parameter γ out of the likelihood; we can apply the Kalman filter to the model with the mean centered observations, and obtain the QML estimates of θ = ( φ, σ 2 η) T. Once the estimates φ and σ 2 η are available, the QML estimator of γ will be given by γ = (1 φ) ( T log y 2 t ).

66 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 64/ 165 The Kalman filter recursions then compute the one-step-ahead prediction, a t t 1, and the smoothed estimates, a t t, of the unobserved states α t assuming that the observations sequentially become available in the usual way. Initializing with a 0 0 = E (α t ) = 0 P 0 0 = Var (α t ) = σ 2 η/ ( 1 φ 2), the one-step-ahead prediction estimates of α t and their mean square errors (MSEs) are respectively given by a t t 1 = φa t 1 t 1, P t t 1 = φ 2 P t 1 t 1 + σ 2 η, t = 1,..., T, while the filtered estimates, a t t.

67 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 65/ 165 The MSEs, P t t, are respectively given by a t t = a t t 1 + P t t 1 ft 1 ( ) w t a t t 1 P t t = P t t 1 Pt t 1 2 f t 1, t = 1,..., T, where the terms w t a t t 1 are the innovations in predicting w t given past observations { w t 1,..., w 1 } and ft = P t t 1 + σ 2 ξ are the MSE s of the one-step-ahead prediction estimates of w t. Due to non-gaussianity, the filtered and smoothed estimators a t t 1 and a t t are only minimum mean square linear estimators (MMSLEs) of the unobserved variable α t, given the observations up to time t 1 and t; they are optimal in the class of linear estimators.

68 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 66/ 165 A Gaussian (quasi) log-likelihood can be constructed l q (θ; w ) = T 2 log (2π) 1 2 T log f t 1 2 t=1 ( ) T w 2 t a t t 1. f t t=1 The resulting QML estimators of θ are consistent with asymptotically normal distribution. The backward recursions produce the smoothed estimates a t T of α t along with their MSE P t T a t T = a t t + φp t t P 1 ( ) t+1 t at+1 T φa t t P t T = P t t + φ 2 P 2 t t P 2 t+1 t ( Pt+1 T P t+1 t ), t = T 1,..., 1.

69 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 67/ 165 The QML procedure can be applied to the SV model when φ is set equal to one and the log-volatilities are allowed to follow a random walk. When φ = 1, the state-transition equation becomes α t = α t 1 + η t and the linearized SV model becomes a random walk plus noise model for w t with the only unknown parameter being σ 2 η. The Kalman filter prediction and update equations and the recursions need to be initialized with a diffuse prior for α 1, by setting P 1 0 = κ, where κ is some large positive constant and a 1 0 an arbitrary constant.

70 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 68/ 165 QML estimation is not restricted only to the case when ε t N (0, 1), but with minor modifications can also be used to estimate a SV model with ε t t ν. As before, if φ < 1 and ε t t ν, let ε t = ζ t κ 1/2 t, with νκ t χ 2 ν independent of ζ t N (0, 1), which results in w t = log yt 2, with E (ξ t ) = 0 and σ 2 ξ = Var (ξ t) = π 2 /2 + ψ (ν/2). In addition, wt is obtained from w t by subtracting the unconditional mean γ, in which case it is given by γ = ψ (ν/2) + log (ν/2) + γ/ (1 φ) and thus the state-space form of the model has the same form as above.

71 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 69/ 165 The QML procedure is inefficient compared to ML, as it approximates the density of a log ( χ 2 1) variable by a normal density. A comparison of these densities (below) illustrates that this approximation is rather inappropriate; the adequacy of the approximation depends critically on the true parameter values For large values of σ 2 η, the AR(1) process, h t, dominates ξ t, the non-gaussian error term in the observation equation, and the normal approximation may be adequate and the QML approach is close to optimal. However, as σ 2 η decreases, the approximation worsens and for small values of σ 2 η, usually found in practice, the QML estimates can be extremely biased and have high root mean square error.

72 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 70/ ( 2 )

73 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 71/ 165 Example: Simulated a sample of 1,000 values from a SV model with parameters γ = 0, so that µ h = γ/ (1 φ) = 0, φ = 0.9 and σ 2 η = 0.1. The size of the sample is typical for financial data, as are the chosen parameter values. A plot of the likelihood function over a range of values of φ and σ 2 η shows that it is rather flat. For this reason and to avoid convergence difficulties usually encountered with some of the numerical optimization procedures, we use stochastic optimization (simulated annealing) algorithm to find an approximate maximum of the quasi-likelihood function.

74 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 72/ φ σ η

75 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 73/ Volatility Estimates Simulated QML

76 Properties of the Stochastic Volatility Model Inference for the Stochastic Volatility Model Quasi-Maximum Likelihood (QML) estimation Session 7: Volatility Modelling 74/ 165 Inliers: A drawback to the QML procedure worth noting is the so-called inlier problems encountered by taking logarithms of very small numbers. In particular, when the asset returns, y t, are close to zero log yt 2 is a large negative number and in the extreme case where y t = 0, log yt 2 is not defined. Instead of transforming to w t = log yt 2, it is possible to work with the series ω t = log ( yt 2 + δs 2) δs2 yt 2 + δs 2, where s 2 is the sample variance of y t and δ is a small user-specified constant.

77 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 75/ 165 Bayesian Approaches to Inference After we have collected a set of data, Y, which are assumed to have come from a density p ( θ), we can investigate the distribution of the parameters θ given Y using Bayes Theorem. In essence, given the data, we update our degree of belief about θ and obtain a posterior distribution of the parameters, which is denoted p (θ Y) and is given by p (θ Y) = Θ p (Y θ) π (θ) p (Y θ) π (θ), p (Y θ) π (θ) dθ In the SV case, we will explore the posterior distribution using Markov chain Monte Carlo (MCMC).

78 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 76/ 165 The estimation of the SV model via MCMC considers the hierarchical structure of conditional distributions. Let θ = ( γ, φ, σ 2 η) T denote the vector of hyperparameters, h = (h 1,..., h T ) T denote the vector of log-volatilities y = (y 1,..., y T ) T the vector of observations, then the hierarchy is specified by the sequence of three conditional distributions.

79 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 77/ 165 the distribution of the observations conditional on the log-volatilities, p (y h), the distribution of the log-volatilities conditional on the hyperparameters, p (h θ) the prior distribution of the hyperparameters, p (θ). The joint posterior distribution of the log-volatilities and hyperparameters is p (h, θ y) p (y h) p (h θ) p (θ).

80 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 78/ 165 Gibbs sampler for the SV model 1 Choose arbitrary starting values h (0), θ (0) and let i = 0. ( 2 Sample h (i+1) p h y, θ (i)). ( 3 Sample θ (i+1) p θ y, h (i+1)). 4 Set i = i + 1 and goto 1.

81 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 79/ 165 Step (2) of the Gibbs algorithm is relatively simple to implement, but sampling from p (h y, θ (i)) is not that straightforward. Single-move algorithms circumvent this difficult ( part of the procedure by decomposing further the density p h y, θ (i)) into the conditionals ( p h t h (i) \t, y, θ(i)) where ( h (i) \t = h (i+1) 1,..., h (i+1) t 1 ) t+1,..., h(i)., h(i) T

82 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 80/ 165 Step 2 of the Gibbs Sampler algorithm becomes: 2a. For t = 1,..., T, sample ( p h (i+1) t h t h (i) \t, y, θ(i)) The common feature of all single-move algorithms is that they exploit the Markovian structure of the log-volatilities process; p ( h t h \t, y, θ ) = p (h t h t 1, h t+1, y t, θ) p (y t h t ) p (h t+1 h t, θ) p (h t h t 1, θ), where the second line is deduced from Bayes theorem.

83 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 81/ 165 Rejection Metropolis-Hastings: An first approach to the estimation of the SV model via MCMC was offered in the literature using ideas from non-gaussian and non-linear state-space modeling. Consider the parameterization of the SV model: y t = h t ε t, log h t = γ + φ log h t 1 + η t, t = 1,..., T, where ε t and η t are contemporaneously and serially independent random variables with distributions N (0, 1) and N ( 0, σ 2 η), respectively.

84 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 82/ 165 In the standard model, with φ < 1, the logarithm of the latent volatilities follows a stationary, Gaussian AR(1) process, so that log h t h t 1, θ N ( γ + φ log h t 1, σ 2 η), which implies that h t h t 1, θ has a log-normal distribution LN ( γ + φ log h t 1, σ 2 η) and in particular, { } p (h t h t 1, θ) 1 exp (log h t γ φ log h t 1 ) 2 h t 2σ 2. η

85 Single-Move MCMC Samplers for the SV Model Multimove MCMC Samplers Session 7: Volatility Modelling 83/ 165 In addition, noting that y t h t N (0, h t ), it follows that p ( h t h \t, y, θ ) where l t = log h t. 1 h 1/2 t 1 h t exp { exp y t 2 2h t { } (l t+1 γ φl t ) 2 + (l t γ φl t 1 ) 2 2σ 2 η }.

Conditional Heteroscedasticity

Conditional Heteroscedasticity 1 Conditional Heteroscedasticity May 30, 2010 Junhui Qian 1 Introduction ARMA(p,q) models dictate that the conditional mean of a time series depends on past observations of the time series and the past

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Stochastic Volatility (SV) Models

Stochastic Volatility (SV) Models 1 Motivations Stochastic Volatility (SV) Models Jun Yu Some stylised facts about financial asset return distributions: 1. Distribution is leptokurtic 2. Volatility clustering 3. Volatility responds to

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

Financial Time Series Analysis (FTSA)

Financial Time Series Analysis (FTSA) Financial Time Series Analysis (FTSA) Lecture 6: Conditional Heteroscedastic Models Few models are capable of generating the type of ARCH one sees in the data.... Most of these studies are best summarized

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 29 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using SV Model In this chapter, the empirical performance of GARCH(1,1), GARCH-KF and SV models from

More information

Lecture 5a: ARCH Models

Lecture 5a: ARCH Models Lecture 5a: ARCH Models 1 2 Big Picture 1. We use ARMA model for the conditional mean 2. We use ARCH model for the conditional variance 3. ARMA and ARCH model can be used together to describe both conditional

More information

Thailand Statistician January 2016; 14(1): Contributed paper

Thailand Statistician January 2016; 14(1): Contributed paper Thailand Statistician January 016; 141: 1-14 http://statassoc.or.th Contributed paper Stochastic Volatility Model with Burr Distribution Error: Evidence from Australian Stock Returns Gopalan Nair [a] and

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Eric Zivot April 29, 2013 Lecture Outline The Leverage Effect Asymmetric GARCH Models Forecasts from Asymmetric GARCH Models GARCH Models with

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

Discussion Paper No. DP 07/05

Discussion Paper No. DP 07/05 SCHOOL OF ACCOUNTING, FINANCE AND MANAGEMENT Essex Finance Centre A Stochastic Variance Factor Model for Large Datasets and an Application to S&P data A. Cipollini University of Essex G. Kapetanios Queen

More information

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Department of Quantitative Economics, Switzerland david.ardia@unifr.ch R/Rmetrics User and Developer Workshop, Meielisalp,

More information

U n i ve rs i t y of He idelberg

U n i ve rs i t y of He idelberg U n i ve rs i t y of He idelberg Department of Economics Discussion Paper Series No. 613 On the statistical properties of multiplicative GARCH models Christian Conrad and Onno Kleen March 2016 On the statistical

More information

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis

The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis The Great Moderation Flattens Fat Tails: Disappearing Leptokurtosis WenShwo Fang Department of Economics Feng Chia University 100 WenHwa Road, Taichung, TAIWAN Stephen M. Miller* College of Business University

More information

Volatility Clustering of Fine Wine Prices assuming Different Distributions

Volatility Clustering of Fine Wine Prices assuming Different Distributions Volatility Clustering of Fine Wine Prices assuming Different Distributions Cynthia Royal Tori, PhD Valdosta State University Langdale College of Business 1500 N. Patterson Street, Valdosta, GA USA 31698

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Risk Management and Time Series

Risk Management and Time Series IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Risk Management and Time Series Time series models are often employed in risk management applications. They can be used to estimate

More information

Strategies for High Frequency FX Trading

Strategies for High Frequency FX Trading Strategies for High Frequency FX Trading - The choice of bucket size Malin Lunsjö and Malin Riddarström Department of Mathematical Statistics Faculty of Engineering at Lund University June 2017 Abstract

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth

Lecture Note 9 of Bus 41914, Spring Multivariate Volatility Models ChicagoBooth Lecture Note 9 of Bus 41914, Spring 2017. Multivariate Volatility Models ChicagoBooth Reference: Chapter 7 of the textbook Estimation: use the MTS package with commands: EWMAvol, marchtest, BEKK11, dccpre,

More information

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties Posterior Inference Example. Consider a binomial model where we have a posterior distribution for the probability term, θ. Suppose we want to make inferences about the log-odds γ = log ( θ 1 θ), where

More information

Identifying Long-Run Risks: A Bayesian Mixed-Frequency Approach

Identifying Long-Run Risks: A Bayesian Mixed-Frequency Approach Identifying : A Bayesian Mixed-Frequency Approach Frank Schorfheide University of Pennsylvania CEPR and NBER Dongho Song University of Pennsylvania Amir Yaron University of Pennsylvania NBER February 12,

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 59 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

GARCH Models for Inflation Volatility in Oman

GARCH Models for Inflation Volatility in Oman Rev. Integr. Bus. Econ. Res. Vol 2(2) 1 GARCH Models for Inflation Volatility in Oman Muhammad Idrees Ahmad Department of Mathematics and Statistics, College of Science, Sultan Qaboos Universty, Alkhod,

More information

Estimation of dynamic term structure models

Estimation of dynamic term structure models Estimation of dynamic term structure models Greg Duffee Haas School of Business, UC-Berkeley Joint with Richard Stanton, Haas School Presentation at IMA Workshop, May 2004 (full paper at http://faculty.haas.berkeley.edu/duffee)

More information

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling. W e ie rstra ß -In stitu t fü r A n g e w a n d te A n a ly sis u n d S to c h a stik STATDEP 2005 Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

More information

Volatility Analysis of Nepalese Stock Market

Volatility Analysis of Nepalese Stock Market The Journal of Nepalese Business Studies Vol. V No. 1 Dec. 008 Volatility Analysis of Nepalese Stock Market Surya Bahadur G.C. Abstract Modeling and forecasting volatility of capital markets has been important

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (34 pts) Answer briefly the following questions. Each question has

More information

Some Simple Stochastic Models for Analyzing Investment Guarantees p. 1/36

Some Simple Stochastic Models for Analyzing Investment Guarantees p. 1/36 Some Simple Stochastic Models for Analyzing Investment Guarantees Wai-Sum Chan Department of Statistics & Actuarial Science The University of Hong Kong Some Simple Stochastic Models for Analyzing Investment

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

LONG MEMORY IN VOLATILITY

LONG MEMORY IN VOLATILITY LONG MEMORY IN VOLATILITY How persistent is volatility? In other words, how quickly do financial markets forget large volatility shocks? Figure 1.1, Shephard (attached) shows that daily squared returns

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

Financial Econometrics Lecture 5: Modelling Volatility and Correlation

Financial Econometrics Lecture 5: Modelling Volatility and Correlation Financial Econometrics Lecture 5: Modelling Volatility and Correlation Dayong Zhang Research Institute of Economics and Management Autumn, 2011 Learning Outcomes Discuss the special features of financial

More information

Estimating a Dynamic Oligopolistic Game with Serially Correlated Unobserved Production Costs. SS223B-Empirical IO

Estimating a Dynamic Oligopolistic Game with Serially Correlated Unobserved Production Costs. SS223B-Empirical IO Estimating a Dynamic Oligopolistic Game with Serially Correlated Unobserved Production Costs SS223B-Empirical IO Motivation There have been substantial recent developments in the empirical literature on

More information

Modeling skewness and kurtosis in Stochastic Volatility Models

Modeling skewness and kurtosis in Stochastic Volatility Models Modeling skewness and kurtosis in Stochastic Volatility Models Georgios Tsiotas University of Crete, Department of Economics, GR December 19, 2006 Abstract Stochastic volatility models have been seen as

More information

The test has 13 questions. Answer any four. All questions carry equal (25) marks.

The test has 13 questions. Answer any four. All questions carry equal (25) marks. 2014 Booklet No. TEST CODE: QEB Afternoon Questions: 4 Time: 2 hours Write your Name, Registration Number, Test Code, Question Booklet Number etc. in the appropriate places of the answer booklet. The test

More information

Lecture 5: Univariate Volatility

Lecture 5: Univariate Volatility Lecture 5: Univariate Volatility Modellig, ARCH and GARCH Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Stepwise Distribution Modeling Approach Three Key Facts to Remember Volatility

More information

Modelling financial data with stochastic processes

Modelling financial data with stochastic processes Modelling financial data with stochastic processes Vlad Ardelean, Fabian Tinkl 01.08.2012 Chair of statistics and econometrics FAU Erlangen-Nuremberg Outline Introduction Stochastic processes Volatility

More information

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL Isariya Suttakulpiboon MSc in Risk Management and Insurance Georgia State University, 30303 Atlanta, Georgia Email: suttakul.i@gmail.com,

More information

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 MSc. Finance/CLEFIN 2017/2018 Edition FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 Midterm Exam Solutions June 2018 Time Allowed: 1 hour and 15 minutes Please answer all the questions by writing

More information

Chapter 7: Estimation Sections

Chapter 7: Estimation Sections 1 / 40 Chapter 7: Estimation Sections 7.1 Statistical Inference Bayesian Methods: Chapter 7 7.2 Prior and Posterior Distributions 7.3 Conjugate Prior Distributions 7.4 Bayes Estimators Frequentist Methods:

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay The EGARCH model Asymmetry in responses to + & returns: g(ɛ t ) = θɛ t + γ[ ɛ t E( ɛ t )], with E[g(ɛ t )] = 0. To see asymmetry

More information

ARCH Models and Financial Applications

ARCH Models and Financial Applications Christian Gourieroux ARCH Models and Financial Applications With 26 Figures Springer Contents 1 Introduction 1 1.1 The Development of ARCH Models 1 1.2 Book Content 4 2 Linear and Nonlinear Processes 5

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

Absolute Return Volatility. JOHN COTTER* University College Dublin

Absolute Return Volatility. JOHN COTTER* University College Dublin Absolute Return Volatility JOHN COTTER* University College Dublin Address for Correspondence: Dr. John Cotter, Director of the Centre for Financial Markets, Department of Banking and Finance, University

More information

Calibration of Interest Rates

Calibration of Interest Rates WDS'12 Proceedings of Contributed Papers, Part I, 25 30, 2012. ISBN 978-80-7378-224-5 MATFYZPRESS Calibration of Interest Rates J. Černý Charles University, Faculty of Mathematics and Physics, Prague,

More information

The Pennsylvania State University The Graduate School BAYESIAN ANALYSIS OF MULTIVARIATE REGIME SWITCHING COVARIANCE MODEL

The Pennsylvania State University The Graduate School BAYESIAN ANALYSIS OF MULTIVARIATE REGIME SWITCHING COVARIANCE MODEL The Pennsylvania State University The Graduate School BAYESIAN ANALYSIS OF MULTIVARIATE REGIME SWITCHING COVARIANCE MODEL A Dissertation in Statistics by Lu Zhang c 2010 Lu Zhang Submitted in Partial Fulfillment

More information

Properties of the estimated five-factor model

Properties of the estimated five-factor model Informationin(andnotin)thetermstructure Appendix. Additional results Greg Duffee Johns Hopkins This draft: October 8, Properties of the estimated five-factor model No stationary term structure model is

More information

Jaime Frade Dr. Niu Interest rate modeling

Jaime Frade Dr. Niu Interest rate modeling Interest rate modeling Abstract In this paper, three models were used to forecast short term interest rates for the 3 month LIBOR. Each of the models, regression time series, GARCH, and Cox, Ingersoll,

More information

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective

Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Idiosyncratic risk, insurance, and aggregate consumption dynamics: a likelihood perspective Alisdair McKay Boston University June 2013 Microeconomic evidence on insurance - Consumption responds to idiosyncratic

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms Discrete Dynamics in Nature and Society Volume 2009, Article ID 743685, 9 pages doi:10.1155/2009/743685 Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and

More information

An Implementation of Markov Regime Switching GARCH Models in Matlab

An Implementation of Markov Regime Switching GARCH Models in Matlab An Implementation of Markov Regime Switching GARCH Models in Matlab Thomas Chuffart Aix-Marseille University (Aix-Marseille School of Economics), CNRS & EHESS Abstract MSGtool is a MATLAB toolbox which

More information

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm

Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Estimation of the Markov-switching GARCH model by a Monte Carlo EM algorithm Maciej Augustyniak Fields Institute February 3, 0 Stylized facts of financial data GARCH Regime-switching MS-GARCH Agenda Available

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I January

More information

Financial Risk Forecasting Chapter 9 Extreme Value Theory

Financial Risk Forecasting Chapter 9 Extreme Value Theory Financial Risk Forecasting Chapter 9 Extreme Value Theory Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011

More information

Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S.

Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S. WestminsterResearch http://www.westminster.ac.uk/westminsterresearch Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S. This is a copy of the final version

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Dependence Structure and Extreme Comovements in International Equity and Bond Markets

Dependence Structure and Extreme Comovements in International Equity and Bond Markets Dependence Structure and Extreme Comovements in International Equity and Bond Markets René Garcia Edhec Business School, Université de Montréal, CIRANO and CIREQ Georges Tsafack Suffolk University Measuring

More information

Technical Appendix: Policy Uncertainty and Aggregate Fluctuations.

Technical Appendix: Policy Uncertainty and Aggregate Fluctuations. Technical Appendix: Policy Uncertainty and Aggregate Fluctuations. Haroon Mumtaz Paolo Surico July 18, 2017 1 The Gibbs sampling algorithm Prior Distributions and starting values Consider the model to

More information

Toward A Term Structure of Macroeconomic Risk

Toward A Term Structure of Macroeconomic Risk Toward A Term Structure of Macroeconomic Risk Pricing Unexpected Growth Fluctuations Lars Peter Hansen 1 2007 Nemmers Lecture, Northwestern University 1 Based in part joint work with John Heaton, Nan Li,

More information

Forecasting the Volatility in Financial Assets using Conditional Variance Models

Forecasting the Volatility in Financial Assets using Conditional Variance Models LUND UNIVERSITY MASTER S THESIS Forecasting the Volatility in Financial Assets using Conditional Variance Models Authors: Hugo Hultman Jesper Swanson Supervisor: Dag Rydorff DEPARTMENT OF ECONOMICS SEMINAR

More information

Lecture 8: Markov and Regime

Lecture 8: Markov and Regime Lecture 8: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2016 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń Mateusz Pipień Cracow University of Economics

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń Mateusz Pipień Cracow University of Economics DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń 2008 Mateusz Pipień Cracow University of Economics On the Use of the Family of Beta Distributions in Testing Tradeoff Between Risk

More information

A Markov Chain Monte Carlo Approach to Estimate the Risks of Extremely Large Insurance Claims

A Markov Chain Monte Carlo Approach to Estimate the Risks of Extremely Large Insurance Claims International Journal of Business and Economics, 007, Vol. 6, No. 3, 5-36 A Markov Chain Monte Carlo Approach to Estimate the Risks of Extremely Large Insurance Claims Wan-Kai Pang * Department of Applied

More information

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model Analyzing Oil Futures with a Dynamic Nelson-Siegel Model NIELS STRANGE HANSEN & ASGER LUNDE DEPARTMENT OF ECONOMICS AND BUSINESS, BUSINESS AND SOCIAL SCIENCES, AARHUS UNIVERSITY AND CENTER FOR RESEARCH

More information

Analysis of the Bitcoin Exchange Using Particle MCMC Methods

Analysis of the Bitcoin Exchange Using Particle MCMC Methods Analysis of the Bitcoin Exchange Using Particle MCMC Methods by Michael Johnson M.Sc., University of British Columbia, 2013 B.Sc., University of Winnipeg, 2011 Project Submitted in Partial Fulfillment

More information

A gentle introduction to the RM 2006 methodology

A gentle introduction to the RM 2006 methodology A gentle introduction to the RM 2006 methodology Gilles Zumbach RiskMetrics Group Av. des Morgines 12 1213 Petit-Lancy Geneva, Switzerland gilles.zumbach@riskmetrics.com Initial version: August 2006 This

More information

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015 Statistical Analysis of Data from the Stock Markets UiO-STK4510 Autumn 2015 Sampling Conventions We observe the price process S of some stock (or stock index) at times ft i g i=0,...,n, we denote it by

More information

Lecture 9: Markov and Regime

Lecture 9: Markov and Regime Lecture 9: Markov and Regime Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2017 Overview Motivation Deterministic vs. Endogeneous, Stochastic Switching Dummy Regressiom Switching

More information

ARIMA-GARCH and unobserved component models with. GARCH disturbances: Are their prediction intervals. different?

ARIMA-GARCH and unobserved component models with. GARCH disturbances: Are their prediction intervals. different? ARIMA-GARCH and unobserved component models with GARCH disturbances: Are their prediction intervals different? Santiago Pellegrini, Esther Ruiz and Antoni Espasa July 2008 Abstract We analyze the effects

More information

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

Model Construction & Forecast Based Portfolio Allocation:

Model Construction & Forecast Based Portfolio Allocation: QBUS6830 Financial Time Series and Forecasting Model Construction & Forecast Based Portfolio Allocation: Is Quantitative Method Worth It? Members: Bowei Li (303083) Wenjian Xu (308077237) Xiaoyun Lu (3295347)

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Financial Econometrics and Volatility Models Stochastic Volatility

Financial Econometrics and Volatility Models Stochastic Volatility Financial Econometrics and Volatility Models Stochastic Volatility Eric Zivot April 26, 2010 Outline Stochastic Volatility and Stylized Facts for Returns Log-Normal Stochastic Volatility (SV) Model SV

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models The Financial Review 37 (2002) 93--104 Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models Mohammad Najand Old Dominion University Abstract The study examines the relative ability

More information

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Modelling Stock Market Return Volatility: Evidence from India

Modelling Stock Market Return Volatility: Evidence from India Modelling Stock Market Return Volatility: Evidence from India Saurabh Singh Assistant Professor, Graduate School of Business,Devi Ahilya Vishwavidyalaya, Indore 452001 (M.P.) India Dr. L.K Tripathi Dean,

More information

GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS

GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS Patrick GAGLIARDINI and Christian GOURIÉROUX INTRODUCTION Risk measures such as Value-at-Risk (VaR) Expected

More information

Estimating Historical Volatility via Dynamical System

Estimating Historical Volatility via Dynamical System American Journal of Mathematics and Statistics, (): - DOI:./j.ajms.. Estimating Historical Volatility via Dynamical System Onyeka-Ubaka J. N.,*, Okafor R. O., Adewara J. A. Department of Mathematics, University

More information

A New Hybrid Estimation Method for the Generalized Pareto Distribution

A New Hybrid Estimation Method for the Generalized Pareto Distribution A New Hybrid Estimation Method for the Generalized Pareto Distribution Chunlin Wang Department of Mathematics and Statistics University of Calgary May 18, 2011 A New Hybrid Estimation Method for the GPD

More information

A market risk model for asymmetric distributed series of return

A market risk model for asymmetric distributed series of return University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 2012 A market risk model for asymmetric distributed series of return Kostas Giannopoulos

More information

Lecture 6: Non Normal Distributions

Lecture 6: Non Normal Distributions Lecture 6: Non Normal Distributions and their Uses in GARCH Modelling Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Non-normalities in (standardized) residuals from asset return

More information

Portfolio Optimization. Prof. Daniel P. Palomar

Portfolio Optimization. Prof. Daniel P. Palomar Portfolio Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19, HKUST, Hong

More information

Financial Time Series and Their Characterictics

Financial Time Series and Their Characterictics Financial Time Series and Their Characterictics Mei-Yuan Chen Department of Finance National Chung Hsing University Feb. 22, 2013 Contents 1 Introduction 1 1.1 Asset Returns..............................

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market

Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Short-selling constraints and stock-return volatility: empirical evidence from the German stock market Martin Bohl, Gerrit Reher, Bernd Wilfling Westfälische Wilhelms-Universität Münster Contents 1. Introduction

More information

Introduction to Sequential Monte Carlo Methods

Introduction to Sequential Monte Carlo Methods Introduction to Sequential Monte Carlo Methods Arnaud Doucet NCSU, October 2008 Arnaud Doucet () Introduction to SMC NCSU, October 2008 1 / 36 Preliminary Remarks Sequential Monte Carlo (SMC) are a set

More information

Return Predictability: Dividend Price Ratio versus Expected Returns

Return Predictability: Dividend Price Ratio versus Expected Returns Return Predictability: Dividend Price Ratio versus Expected Returns Rambaccussing, Dooruj Department of Economics University of Exeter 08 May 2010 (Institute) 08 May 2010 1 / 17 Objective Perhaps one of

More information