L7: ARIMA1 Lecture 7: ARIMA Model Process The following topics will be covered: Properties of Stock Returns AR model MA model ARMA Non-Stationary Process.

Slides:



Advertisements
Similar presentations
FINANCIAL TIME-SERIES ECONOMETRICS SUN LIJIAN Feb 23,2001.
Advertisements

SMA 6304 / MIT / MIT Manufacturing Systems Lecture 11: Forecasting Lecturer: Prof. Duane S. Boning Copyright 2003 © Duane S. Boning. 1.
Autocorrelation Functions and ARIMA Modelling
Model Building For ARIMA time series
Part II – TIME SERIES ANALYSIS C5 ARIMA (Box-Jenkins) Models
K. Ensor, STAT Spring 2005 Behavior of constant terms and general ARIMA models MA(q) – the constant is the mean AR(p) – the mean is the constant.
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.
An Introduction to Time Series Ginger Davis VIGRE Computational Finance Seminar Rice University November 26, 2003.
10 Further Time Series OLS Issues Chapter 10 covered OLS properties for finite (small) sample time series data -If our Chapter 10 assumptions fail, we.
STAT 497 APPLIED TIME SERIES ANALYSIS
How should these data be modelled?. Identification step: Look at the SAC and SPAC Looks like an AR(1)- process. (Spikes are clearly decreasing in SAC.
13 Introduction toTime-Series Analysis. What is in this Chapter? This chapter discusses –the basic time-series models: autoregressive (AR) and moving.
BABS 502 Lecture 9 ARIMA Forecasting II March 23, 2009.
Modeling Cycles By ARMA
1 Takehome One month treasury bill rate.
Time series analysis - lecture 5
NY Times 23 Sept time series of the day. Stat Sept 2008 D. R. Brillinger Chapter 4 - Fitting t.s. models in the time domain sample autocovariance.
Introduction to Financial Time Series From Ruey. S. Tsay’s slides.
BABS 502 Lecture 8 ARIMA Forecasting II March 16 and 21, 2011.
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
Financial Econometrics
Economics 20 - Prof. Anderson
Non-Seasonal Box-Jenkins Models
1 Econometrics 1 Lecture 12 Checking Stationarity:Dealing with Numbers.
BOX JENKINS METHODOLOGY
Box Jenkins or Arima Forecasting. H:\My Documents\classes\eco346\Lectures\chap ter 7\Autoregressive Models.docH:\My Documents\classes\eco346\Lectures\chap.
AR- MA- och ARMA-.
Time Series Analysis.
Linear Stationary Processes. ARMA models. This lecture introduces the basic linear models for stationary processes. Considering only stationary processes.
TIME SERIES ANALYSIS Time Domain Models: Red Noise; AR and ARMA models LECTURE 7 Supplementary Readings: Wilks, chapters 8.
Autoregressive Integrated Moving Average (ARIMA) Popularly known as the Box-Jenkins methodology.
It’s About Time Mark Otto U. S. Fish and Wildlife Service.
John G. Zhang, Ph.D. Harper College
K. Ensor, STAT Spring 2005 Model selection/diagnostics Akaike’s Information Criterion (AIC) –A measure of fit plus a penalty term for the number.
Autocorrelation, Box Jenkins or ARIMA Forecasting.
Big Data at Home Depot KSU – Big Data Survey Course Steve Einbender Advanced Analytics Architect.
Week 21 Stochastic Process - Introduction Stochastic processes are processes that proceed randomly in time. Rather than consider fixed random variables.
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 Chapter 3:Box-Jenkins Seasonal Modelling 3.1Stationarity Transformation “Pre-differencing transformation” is often used to stablize the seasonal variation.
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.
Auto Regressive, Integrated, Moving Average Box-Jenkins models A stationary times series can be modelled on basis of the serial correlations in it. A non-stationary.
Seasonal ARMA forecasting and Fitting the bivariate data to GARCH John DOE.
Statistics 349.3(02) Analysis of Time Series. Course Information 1.Instructor: W. H. Laverty 235 McLean Hall Tel:
Case 2 Review Brad Barker, Benjamin Milroy, Matt Sonnycalb, Kristofer Still, Chandhrika Venkataraman Time Series - February 2013.
1 Chapter 5 : Volatility Models Similar to linear regression analysis, many time series exhibit a non-constant variance (heteroscedasticity). In a regression.
Review and Summary Box-Jenkins models Stationary Time series AR(p), MA(q), ARMA(p,q)
The Box-Jenkins (ARIMA) Methodology
Module 4 Forecasting Multiple Variables from their own Histories EC 827.
Irwin/McGraw-Hill © Andrew F. Siegel, 1997 and l Chapter 14 l Time Series: Understanding Changes over Time.
Introduction to stochastic processes
Subodh Kant. Auto-Regressive Integrated Moving Average Also known as Box-Jenkins methodology A type of linear model Capable of representing stationary.
STAT 497 LECTURE NOTES 3 STATIONARY TIME SERIES PROCESSES
Review of Unit Root Testing D. A. Dickey North Carolina State University (Previously presented at Purdue Econ Dept.)
Analysis of Financial Data Spring 2012 Lecture 4: Time Series Models - 1 Priyantha Wijayatunga Department of Statistics, Umeå University
Covariance, stationarity & some useful operators
Time Series Analysis and Its Applications
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
Statistics 153 Review - Sept 30, 2008
Model Building For ARIMA time series
STAT 497 LECTURE NOTE 9 DIAGNOSTIC CHECKS.
Machine Learning Week 4.
ARMA models 2012 International Finance CYCU
These slides are based on:
CH2 Time series.
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

L7: ARIMA1 Lecture 7: ARIMA Model Process The following topics will be covered: Properties of Stock Returns AR model MA model ARMA Non-Stationary Process Seasonal Models Regression Models with Time Series Errors

L7: ARIMA2 Time Series Plot data msi; set crsp.msi; mret=vwretd; mno=(year(date)-1930)*12+month(date); keep mno mret; proc gplot data=msi; symbol v=none i=join l=1; plot mret*mno; run;

L7: ARIMA3 Basics Return measures Empirical properties of returns (page 16– Table 1.2 and Figure 1.4) –Daily returns of market indexes and individual stocks tend to have high excess kurtoses –The standard deviation of monthly returns is greater than the standard deviation of daily returns –The difference between simple and log returns is not substantial.

L7: ARIMA4 Stationarity A time series {r t } is said to be strictly stationary if the joint distribution {r t 1, …, r t k } is identical to that of {r t 1+t, …, r t k+t } for all t, where k is an arbitrary positive integer. –See page 9 to 10 of RT for the definition of joint distribution A time series {r t } is said to be weakly stationary if both the mean of rt and the covariance between r t and r t-l are time-invariant, where is an arbitrary integer. That is (1) E(r t )=μ (2) Var(rt)= γ 0 (3) cov(r t, r t-l )=γ l

L7: ARIMA5 Correlation and Auto-correlations

L7: ARIMA6 Portmanteau Statistic

L7: ARIMA7 Alternative Time Series

L7: ARIMA8 Properties of AR Models Mean and Variance of AR(1) –See page 30 – derive them Autocorrelation Function an AR(1) model Mean, Variance, and ACF of AR(2) – page 29 Stationarity of AR(2) AR(p) model

L7: ARIMA9 AR(2)

L7: ARIMA10 Identifying AR Models

L7: ARIMA11 Estimation of AR(p)

L7: ARIMA12 Forecasting AR(p)

L7: ARIMA13 More on Forecasting AR(p) 2) 2-step Ahead Forecast See page 40 – the variance of the forecast error is Var[e h (2)]= Model Checking: If the model is adequate, then the residual series should behave as a white noise. The ACF and the Portmanteau test of the residual {at} can be used to check the closeness of at to a white noise. proc arima data=msi; identify var=mret nlag=12; estimate p=1 method=ml; forecast lead=1; run;

L7: ARIMA14 Moving-Average (MA) Models

L7: ARIMA15 ARMA Models

L7: ARIMA16 Random Walk and ARIMA Random Walk without a Drift: p t =p t-1 +a t Random Walk with a drift: p t =μ+p t-1 +a t ARIMA – page 60

L7: ARIMA17 Seasonal Models Seasonality of quarterly earnings Seasonal adjustments: y t -y t-s =(1-B s )y t Multiplicative Seasonal Models

L7: ARIMA18 Regressions with Time Series Errors

L7: ARIMA19 Exercises (1) Ch 2, 6 (2) Get quarterly earnings per share (data11) from Quarterly Computstat file. Do the following: (a) Compute average EPS across all firms (b) Plot average quarterly EPS from 1996 through 2004 (c) Plot ACF and PACF for quarterly EPS (d) Take seasonal difference and check ACF and PACF again