Tutorial 10 SEG7550.

Slides:



Advertisements
Similar presentations
Autocorrelation Functions and ARIMA Modelling
Advertisements

Dates for term tests Friday, February 07 Friday, March 07
ECE 8443 – Pattern Recognition ECE 8423 – Adaptive Signal Processing Objectives: The Linear Prediction Model The Autocorrelation Method Levinson and Durbin.
1 12. Principles of Parameter Estimation The purpose of this lecture is to illustrate the usefulness of the various concepts introduced and studied in.
Model Building For ARIMA time series
Part II – TIME SERIES ANALYSIS C5 ARIMA (Box-Jenkins) Models
Slide 1 DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Lecture 7: Box-Jenkins Models – Part II (Ch. 9) Material.
Time Series Building 1. Model Identification
R. Werner Solar Terrestrial Influences Institute - BAS Time Series Analysis by means of inference statistical methods.
Nonlinear Regression Ecole Nationale Vétérinaire de Toulouse Didier Concordet ECVPT Workshop April 2011 Can be downloaded at
STAT 497 LECTURE NOTES 8 ESTIMATION.
Non-Seasonal Box-Jenkins Models
Visual Recognition Tutorial
Modeling Cycles By ARMA
Prediction and model selection
Financial Time Series CS3. Financial Time Series.
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
Financial Econometrics
Non-Seasonal Box-Jenkins Models
Autocorrelation Lecture 18 Lecture 18.
ARMA models Gloria González-Rivera University of California, Riverside
STAT 497 LECTURE NOTES 2.
TIME SERIES ANALYSIS Time Domain Models: Red Noise; AR and ARMA models LECTURE 7 Supplementary Readings: Wilks, chapters 8.
MTH 161: Introduction To Statistics
Applied Forecasting ST3010 Michaelmas term 2015 Prof. Rozenn Dahyot Room 128 Lloyd Institute School of Computer Science and Statistics Trinity College.
Simple Linear Regression. The term linear regression implies that  Y|x is linearly related to x by the population regression equation  Y|x =  +  x.
PROBABILITY AND STATISTICS FOR ENGINEERING Hossein Sameti Department of Computer Engineering Sharif University of Technology Principles of Parameter Estimation.
K. Ensor, STAT Spring 2004 Memory characterization of a process How would the ACF behave for a process with no memory? What is a short memory series?
1 Introduction What does it mean when there is a strong positive correlation between x and y ? Regression analysis aims to find a precise formula to relate.
Robert Engle UCSD and NYU and Robert F. Engle, Econometric Services DYNAMIC CONDITIONAL CORRELATIONS.
Time Series Basics Fin250f: Lecture 8.1 Spring 2010 Reading: Brooks, chapter
STAT 497 LECTURE NOTE 9 DIAGNOSTIC CHECKS 1. After identifying and estimating a time series model, the goodness-of-fit of the model and validity of the.
MULTIVARIATE TIME SERIES & FORECASTING 1. 2 : autocovariance function of the individual time series.
Point Estimation of Parameters and Sampling Distributions Outlines:  Sampling Distributions and the central limit theorem  Point estimation  Methods.
Autoregressive (AR) Spectral Estimation
Linear Filters. denote a bivariate time series with zero mean. Let.
1 Chapter 5 : Volatility Models Similar to linear regression analysis, many time series exhibit a non-constant variance (heteroscedasticity). In a regression.
Univariate Time series - 2 Methods of Economic Investigation Lecture 19.
Correlogram - ACF. Modeling for Forecast Forecast Data The Base Model Linear Trend Logistic Growth Others Models Look for a best approximation of the.
Time Series Analysis PART II. Econometric Forecasting Forecasting is an important part of econometric analysis, for some people probably the most important.
Analysis of financial data Anders Lundquist Spring 2010.
Statistics 350 Lecture 2. Today Last Day: Section Today: Section 1.6 Homework #1: Chapter 1 Problems (page 33-38): 2, 5, 6, 7, 22, 26, 33, 34,
MODEL DIAGNOSTICS By Eni Sumarminingsih, Ssi, MM.
Time series /Applied Forecasting 7005 Hilary term 2016 Prof. Rozenn Dahyot Room 128 Lloyd Institute School of Computer Science and Statistics Trinity College.
Fundamentals of Data Analysis Lecture 10 Correlation and regression.
REGRESSION DIAGNOSTIC III: AUTOCORRELATION
12. Principles of Parameter Estimation
Lecture 8 ARIMA Forecasting II
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
SIMPLE LINEAR REGRESSION MODEL
Statistics 153 Review - Sept 30, 2008
Model Building For ARIMA time series
Pure Serial Correlation
STAT 497 LECTURE NOTE 9 DIAGNOSTIC CHECKS.
Regression with Autocorrelated Errors
ASSET PRICE VOLATILITY: THE ARCH AND GARCH MODELS
Autocorrelation.
CONCEPTS OF ESTIMATION
Linear Filters.
Product moment correlation
These slides are based on:
By Eni Sumarminingsih, Ssi, MM
Tutorial 6 SEG rd Oct..
Autocorrelation.
12. Principles of Parameter Estimation
16. Mean Square Estimation
Time Series introduction in R - Iñaki Puigdollers
CH2 Time series.
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

Tutorial 10 SEG7550

Outline ARCH and GARCH model part three Assignment 2 suggested solution Project title received list

ARCH and GARCH model part three Order determination In assignment 2 Question 3, you are asked to obtain the AR model and GARCH model from Cheung Kong stock price data and HSBC stock price data Motivation: when dealing with real data (not generated randomly), order must be determined before estimating parameters

Order determination Autocorrelation function. Consider a weakly stationary return series . When linear dependence between and its past is of interest, the concept of correlation is generalized into autocorrelation. The correlation coefficient between and is called lag-l autocorrelation of and is commonly denoted by which under the weak stationary assumption is a function of l only.

Order determination Definition of ACF: Where is used.

Order determination for AR model Partial autocorrelation function The PACF of a time series is a function of its ACF and is a useful tool to determination the order of AR model. A simple yet efficient way to introduce PACF is to considering the following AR models in consecutive orders:

Order determination for AR model Where , and are respectively, the constant term, the coefficient term of , and error term of AR(j) model. The models can be estimated by least squares method and as a matter of fact, they are arranged in a sequential order that enables us to apply the idea of partial linear F test in multiply linear regression analysis. The estimated parameter of first equation is called the lag-1 sample PACF of . The estimate of the second equation is called lag-2 sample PACF of , and so on.

Order determination for AR model From the definition, shows the added contribution of to over the AR(1) model. The lag-3 PACF shows the added contribution of to over the AR(2) model. And so on Therefore for an AR(p) model, the lag-p PACF should not be zero. But should be zero for . Under some regularity conditions, it can be shown that sample PACF of an AR(p) process has the following properties:

Order determination for AR model PACF in matlab Use function parcorr.

Order determination for AR model Other than PACF, there are several information criteria to determine the order of AR model. For example, the well-known Akaike information criterion is defined as: Where the likelihood function is evaluated at the maximum likelihood estimates and T is the sample size. For Gaussian AR model, AIC reduces to:

Order determination for AR model In practice, we can calculate AIC(l) for l=1,2,…,k, where k is a prespecified value. And select the order with minimum AIC value.

Order determination for ARCH model Recall that ARCH model can be rewritten into an AR model by letting : Thus we can use the same method in AR model to determine the order.

Order determination for ARCH model Specify order of GARCH model is not easy. In most application only lower order is used, say GARCH(1,1), GARCH(1,2) and GARCH(2,1). Refer to “Information criteria for GARCH model selection” by Chris Brooks and Simon Burke. or other papers from internet.

Suggested solution for assignment2

Student ID list of project title I received 09074670, 08044680, 08044730, 08056960, 08010080, 09004230, 09004390, 08010610, 09003670, 09053870, 08010400, 09030250, 08010520, 09068730, 09048580, 09030250, 08023690, 08010450, 09048630, 09054180, 08010420