Time Series Analysis By Tyler Moore.

Slides:



Advertisements
Similar presentations
Autocorrelation Functions and ARIMA Modelling
Advertisements

Time Series Analysis -- An Introduction -- AMS 586 Week 2: 2/4,6/2014.
Time Series Presented by Vikas Kumar vidyarthi Ph.D Scholar ( ),CE Instructor Dr. L. D. Behera Department of Electrical Engineering Indian institute.
Nonstationary Time Series Data and Cointegration
DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Exam 1 review: Quizzes 1-6.
Part II – TIME SERIES ANALYSIS C3 Exponential Smoothing Methods © Angel A. Juan & Carles Serrat - UPC 2007/2008.
Forecasting Models With Linear Trend. Linear Trend Model If a modeled is hypothesized that has only linear trend and random effects, it will be of the.
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
Time Series Analysis Autocorrelation Naive & Simple Averaging
Modeling Cycles By ARMA
1 Time Series Analysis Thanks to Kay Smith for making these slides available to me!
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
Chapter 16 Time-Series Analysis and Forecasting
Chapter 19 Time-Series Analysis and Forecasting
R. Werner Solar Terrestrial Influences Institute - BAS Time Series Analysis by descriptive statistic.
Business Forecasting Chapter 5 Forecasting with Smoothing Techniques.
© 2003 Prentice-Hall, Inc.Chap 12-1 Business Statistics: A First Course (3 rd Edition) Chapter 12 Time-Series Forecasting.
BOX JENKINS METHODOLOGY
© 2002 Prentice-Hall, Inc.Chap 13-1 Statistics for Managers using Microsoft Excel 3 rd Edition Chapter 13 Time Series Analysis.
Winter’s Exponential smoothing
Time Series “The Art of Forecasting”. What Is Forecasting? Process of predicting a future event Underlying basis of all business decisions –Production.
Chapter 4 Forecasting Mike Dohan BUSI Forecasting What is forecasting? Why is it important? In what areas can forecasting be applied?
Time-Series Analysis and Forecasting – Part V To read at home.
TIME SERIES by H.V.S. DE SILVA DEPARTMENT OF MATHEMATICS
STAT 497 LECTURE NOTES 2.
Copyright © 2012 Pearson Education, Inc. All rights reserved. Chapter 10 Introduction to Time Series Modeling and Forecasting.
Slide 1 DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Lecture 8: Estimation & Diagnostic Checking in Box-Jenkins.
Holt’s exponential smoothing
Lecture 7: Forecasting: Putting it ALL together. The full model The model with seasonality, quadratic trend, and ARMA components can be written: Ummmm,
Time series data: each case represents a point in time. Each cell gives a value for each variable for each time period. Stationarity: Data are stationary.
PowerPoint presentation to accompany Chopra and Meindl Supply Chain Management, 5e 1-1 Copyright ©2013 Pearson Education, Inc. publishing as Prentice Hall.
Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 27 Time Series.
Definition of Time Series: An ordered sequence of values of a variable at equally spaced time intervals. The variable shall be time dependent.
Time Series Analysis and Forecasting
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
Statistics and Modelling 3.1 Credits: 3 Internally Assessed.
Simple Exponential Smoothing The forecast value is a weighted average of all the available previous values The weights decline geometrically Gives more.
Slide 1 DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Lecture 5: Exponential Smoothing (Ch. 8) Material.
John G. Zhang, Ph.D. Harper College
Introduction to Time Series Analysis
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.
Copyright © 2011 Pearson Education, Inc. Time Series Chapter 27.
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
Time Series Analysis and Forecasting. Introduction to Time Series Analysis A time-series is a set of observations on a quantitative variable collected.
Dynamic Models, Autocorrelation and Forecasting ECON 6002 Econometrics Memorial University of Newfoundland Adapted from Vera Tabakova’s notes.
The Box-Jenkins (ARIMA) Methodology
Forecasting is the art and science of predicting future events.
Econometric methods of analysis and forecasting of financial markets Lecture 3. Time series modeling and forecasting.
Economics 173 Business Statistics Lecture 28 © Fall 2001, Professor J. Petry
EC 827 Module 2 Forecasting a Single Variable from its own History.
Statistics for Business and Economics Module 2: Regression and time series analysis Spring 2010 Lecture 8: Time Series Analysis and Forecasting 2 Priyantha.
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 )
Time Series Forecasting Trends and Seasons and Time Series Models PBS Chapters 13.1 and 13.2 © 2009 W.H. Freeman and Company.
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.
Financial Analysis, Planning and Forecasting Theory and Application
Time Series Analysis and Its Applications
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
CHAPTER 16 ECONOMIC FORECASTING Damodar Gujarati
Exponential Smoothing
Forecasting - Introduction
Time Series introduction in R - Iñaki Puigdollers
CH2 Time series.
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

Time Series Analysis By Tyler Moore

What Is Time Series Data An ordered sequence of values of a variable at equally spaced time intervals Used for: Obtaining an understanding of underlying forces and structure that produced the observed data Used primarily for forecasting and signal detection and estimation

Forecasting: Moving Average Used to gain better information on trends going on in data Moving average: break down time periods into smaller components Using just the average can be a poor way of modeling future expectations

Forecasting: Smoothing Assigns expontentially smaller weights to older observations. Allows for better analysis of trends Single, double(trends), and triple (trends and seasonality) Ex: triple exponential smoothing Use if data shows trend and seasonality Called the Holt-Winters Method

Box-Jenkins Models Combination of Moving Average, and Autoregressive Models Autoregressive model: Linear regression of current value against one or more prior values 3 stages: Model Identification Model Estimation Model Validation

Model Identification Assess stationarity and seasonality

Model Identification Identify order for autoregressive and moving average terms Autocorrelation or partial autocorrelation plot

Example No seasonality Appears stationary

Example Continued Values alternate in sign and drop off after lag 2 meaning we use AR(2) model Means we use 2 predictors

Example Continued

Signal Detection and Estimation EEG and fMRI data fall under this category

References Hamilton, J. D. (1994). Time series analysis (Vol. 2). Princeton: Princeton university press. NIST/SEMATECH e-Handbook of Statistical Methods, http://www.itl.nist.gov/div898/handbook/,April 25, 2016.