Introduction to Time Series Analysis

Slides:



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

Autocorrelation Functions and ARIMA Modelling
Stationary Time Series
Time Series Analysis -- An Introduction -- AMS 586 Week 2: 2/4,6/2014.
Chapter 9. Time Series From Business Intelligence Book by Vercellis Lei Chen, for COMP
Dates for term tests Friday, February 07 Friday, March 07
ELG5377 Adaptive Signal Processing
DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Exam 1 review: Quizzes 1-6.
Use of Business Tendency Survey Results for Forecasting Industry Production in Slovakia Use of Business Tendency Survey Results for Forecasting Industry.
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.
Part II – TIME SERIES ANALYSIS C1 Introduction to TSA © Angel A. Juan & Carles Serrat - UPC 2007/2008 "If we could first know where we are, then whither.
An Introduction to Time Series Ginger Davis VIGRE Computational Finance Seminar Rice University November 26, 2003.
STAT 497 APPLIED TIME SERIES ANALYSIS
Forecasting Purpose is to forecast, not to explain the historical pattern Models for forecasting may not make sense as a description for ”physical” behaviour.
Time series of the day. Stat Sept 2008 D. R. Brillinger Simple descriptive techniques Trend X t =  +  t +  t Filtering y t =  r=-q s a r.
Modeling Cycles By ARMA
Analyzing stochastic time series Tutorial
Time series analysis - lecture 5
Least Square Regression
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 17 Least Square Regression.
Prediction and model selection
Financial Time Series CS3. Financial Time Series.
Quantitative Business Forecasting Introduction to Business Statistics, 5e Kvanli/Guynes/Pavur (c)2000 South-Western College Publishing.
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
Modern methods The classical approach: MethodProsCons Time series regression Easy to implement Fairly easy to interpret Covariates may be added (normalization)
R. Werner Solar Terrestrial Influences Institute - BAS Time Series Analysis by descriptive statistic.
Nonstationary Time Series Examples Consider the Chemical Process Viscosity data set Is this time series stationary? Why or why not? Time effect present?
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.
Traffic modeling and Prediction ----Linear Models
TIME SERIES by H.V.S. DE SILVA DEPARTMENT OF MATHEMATICS
Intervention models Something’s happened around t = 200.
1 Appendix B: A Primer of Time Series Forecasting Models B.1 A Primer of Time Series Forecasting Models.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Time Series Forecasting Chapter 16.
PowerPoint presentation to accompany Chopra and Meindl Supply Chain Management, 5e 1-1 Copyright ©2013 Pearson Education, Inc. publishing as Prentice Hall.
It’s About Time Mark Otto U. S. Fish and Wildlife Service.
© 2000 Prentice-Hall, Inc. Chap The Least Squares Linear Trend Model Year Coded X Sales
1 Forecasting Formulas Symbols n Total number of periods, or number of data points. A Actual demand for the period (  Y). F Forecast demand for the period.
John G. Zhang, Ph.D. Harper College
FORECASTING. Minimum Mean Square Error Forecasting.
Big Data at Home Depot KSU – Big Data Survey Course Steve Einbender Advanced Analytics Architect.
© 1999 Prentice-Hall, Inc. Chap Chapter Topics Component Factors of the Time-Series Model Smoothing of Data Series  Moving Averages  Exponential.
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?
Time Series Basics Fin250f: Lecture 8.1 Spring 2010 Reading: Brooks, chapter
MULTIVARIATE TIME SERIES & FORECASTING 1. 2 : autocovariance function of the individual time series.
Forecasting (prediction) limits Example Linear deterministic trend estimated by least-squares Note! The average of the numbers 1, 2, …, t is.
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:
K. Ensor, STAT Spring 2005 Estimation of AR models Assume for now mean is 0. Estimate parameters of the model, including the noise variace. –Least.
Review and Summary Box-Jenkins models Stationary Time series AR(p), MA(q), ARMA(p,q)
The Box-Jenkins (ARIMA) Methodology
MODELS FOR NONSTATIONARY TIME SERIES By Eni Sumarminingsih, SSi, MM.
Components of Time Series Su, Chapter 2, section II.
Introduction to stochastic processes
Time Series Analysis PART II. Econometric Forecasting Forecasting is an important part of econometric analysis, for some people probably the most important.
Subodh Kant. Auto-Regressive Integrated Moving Average Also known as Box-Jenkins methodology A type of linear model Capable of representing stationary.
Time series analysis. Example Objectives of time series analysis.
Forecasting. Model with indicator variables The choice of a forecasting technique depends on the components identified in the time series. The techniques.
1 Autocorrelation in Time Series data KNN Ch. 12 (pp )
Predicting Future. Two Approaches to Predition n Extrapolation: Use past experiences for predicting future. One looks for patterns over time. n Predictive.
Lecture 9 Forecasting. Introduction to Forecasting * * * * * * * * o o o o o o o o Model 1Model 2 Which model performs better? There are many forecasting.
Time Series Analysis By Tyler Moore.
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
CHAPTER 16 ECONOMIC FORECASTING Damodar Gujarati
Forecasting with non-stationary data series
Forecasting - Introduction
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

Introduction to Time Series Analysis InKwan Yu

Time Series? A set of observations indexed by time t Discrete and continuous time series

Stationary Time Series (Weakly) stationary The covariance is independent of t for each h The mean is independent of t

Why Stationary Time Series? Stationary time series have the best linear predictor. Nonstationary time series models are usually slower to implement for prediction.

Converting Nonstationary Time Series to Stationary Time Series Remove deterministic factors Trends Polynomial regression fitting Exponential smoothing Moving average smoothing Differencing (B is a back shift operator)

Converting Nonstationary Time Series to Stationary Time Series Remove deterministic factors Seasonality (usually combined with trends removal) Differencing

Converting Nonstationary Time Series to Stationary Time Series Example

Converting Nonstationary Time Series to Stationary Time Series

Converting Nonstationary Time Series to Stationary Time Series After conversion, remaining data points are called residuals If residuals are IID, then no more analysis is necessary since its mean value will be the best predictor

Wold Decomposition Stationary time series can be represented as the following

Stationary Time Series Prediction Pn is a prediction function of Xn+h with forward lag h from Xn. The prediction error is measured in the minimum mean square

Stationary Time Series Prediction Since S is a quadratic function, the minimum value will be obtained when all the partial derivatives are 0.

Stationary Time Series Prediction In another form

Stationary Models AR (AutoRegressive) AR’s predictor

Stationary Models ARMA Reduces large autocovariance functions A transformed linear predictor is used

Other Models Mutivariate Cointegration ARIMA SARIMA FARIMA GARCH

References Introduction to Time Series and Forecasting 2nd ed., P. Brockwell and R. Davis, Springer Verlag Adaptive Filter Theory 4th ed., Simon Haykin, Prentice Hall Time Series Analysis, James Douglas Hamilton, Princeton University Press