Time series of the day. Stat 153 - 11 Sept 2008 D. R. Brillinger Simple descriptive techniques Trend X t =  +  t +  t Filtering y t =  r=-q s a r.

Slides:



Advertisements
Similar presentations
Research Directions Mark Crovella Boston University Computer Science.
Advertisements

Time series modelling and statistical trends
Marian Scott SAGES, March 2009
Autocorrelation Functions and ARIMA Modelling
Dynamic panels and unit roots
Ridiculously Simple Time Series Forecasting We will review the following techniques: Simple extrapolation (the naïve model). Moving average model Weighted.
DSCI 5340: Predictive Modeling and Business Forecasting Spring 2013 – Dr. Nick Evangelopoulos Exam 1 review: Quizzes 1-6.
Forecasting OPS 370.
Part II – TIME SERIES ANALYSIS C4 Autocorrelation Analysis © Angel A. Juan & Carles Serrat - UPC 2007/2008.
Part II – TIME SERIES ANALYSIS C5 ARIMA (Box-Jenkins) Models
Advanced Time Series PS 791C. Advanced Time Series Techniques A number of topics come under the general heading of “state-of-the-art” time series –Unit.
Unit Roots & Forecasting
Time Series Analysis Materials for this lecture Lecture 5 Lags.XLS Lecture 5 Stationarity.XLS Read Chapter 15 pages Read Chapter 16 Section 15.
Time Series Building 1. Model Identification
STAT 497 APPLIED TIME SERIES ANALYSIS
Business Forecasting Chapter 10 The Box–Jenkins Method of Forecasting.
Moving Averages Ft(1) is average of last m observations
Forecasting 5 June Introduction What: Forecasting Techniques Where: Determine Trends Why: Make better decisions.
Modeling Cycles By ARMA
Data Sources The most sophisticated forecasting model will fail if it is applied to unreliable data Data should be reliable and accurate Data should be.
3 mo treasury yield borrowing costs Dow industrials NY Times 18 Sept 2008 front page.
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.
Quantitative Business Forecasting Introduction to Business Statistics, 5e Kvanli/Guynes/Pavur (c)2000 South-Western College Publishing.
CHAPTER 4 MOVING AVERAGES AND SMOOTHING METHODS (Page 107)
ARIMA Forecasting Lecture 7 and 8 - March 14-16, 2011
Part II – TIME SERIES ANALYSIS C2 Simple Time Series Methods & Moving Averages © Angel A. Juan & Carles Serrat - UPC 2007/2008.
K. Ensor, STAT Spring 2005 The Basics: Outline What is a time series? What is a financial time series? What is the purpose of our analysis? Classification.
R. Werner Solar Terrestrial Influences Institute - BAS Time Series Analysis by descriptive statistic.
TIME SERIES by H.V.S. DE SILVA DEPARTMENT OF MATHEMATICS
Forecasting OPS 370.
STAT 497 LECTURE NOTES 4 MODEL INDETIFICATION AND NON- STATIONARY TIME SERIES MODELS 1.
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.
It’s About Time Mark Otto U. S. Fish and Wildlife Service.
Autocorrelation in Time Series KNNL – Chapter 12.
Time Series Analysis, Part I. A time series is A time series is a sequence of measurements. Usually we deal with equi-spaced measurements. What distinguishes.
Statistics and Modelling 3.1 Credits: 3 Internally Assessed.
Time-Series Forecasting Overview Moving Averages Exponential Smoothing Seasonality.
Cointegration in Single Equations: Lecture 6 Statistical Tests for Cointegration Thomas 15.2 Testing for cointegration between two variables Cointegration.
Introduction to Time Series Analysis
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.
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
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.
Time Series Analysis Lecture 11
Forecasting (prediction) limits Example Linear deterministic trend estimated by least-squares Note! The average of the numbers 1, 2, …, t is.
Smoothing by moving average
Seasonal ARIMA FPP Chapter 8.
Computational Finance II: Time Series K.Ensor. What is a time series? Anything observed sequentially (by time?) Returns, volatility, interest rates, exchange.
Forecasting is the art and science of predicting future events.
Components of Time Series Su, Chapter 2, section II.
Correlogram - ACF. Modeling for Forecast Forecast Data The Base Model Linear Trend Logistic Growth Others Models Look for a best approximation of the.
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.
Forecasting. Model with indicator variables The choice of a forecasting technique depends on the components identified in the time series. The techniques.
Analysis of Financial Data Spring 2012 Lecture 5: Time Series Models - 3 Priyantha Wijayatunga Department of Statistics, Umeå University
Time Series Forecasting Trends and Seasons and Time Series Models PBS Chapters 13.1 and 13.2 © 2009 W.H. Freeman and Company.
+ PHOE004BP1FHSA and the Effective Federal Funds Rate By: Anissa Khan.
Analysis of Financial Data Spring 2012 Lecture 4: Time Series Models - 1 Priyantha Wijayatunga Department of Statistics, Umeå University
Time Series Analysis By Tyler Moore.
Covariance, stationarity & some useful operators
Time Series Analysis and Its Applications
Techniques for Seasonality
Financial Time Series I/Methods of Statistical Prediction
Chapter 6: Autoregressive Integrated Moving Average (ARIMA) Models
Statistics 153 Review - Sept 30, 2008
Regression with Autocorrelated Errors
By Eni Sumarminingsih, Ssi, MM
Forecasting - Introduction
BOX JENKINS (ARIMA) METHODOLOGY
Presentation transcript:

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 x t-r Simple moving average s = q, a r = 1/(2q+1) Filters may be in series

Differencing y t = x t - x t-1 =  x t "removes" linear trend Seasonal variation model X t = m t + S t +  t S t  S t-s  12 x t = x t - x t-12, t in months

Stationary case, autocorrelation estimate at lag k, r k  t=1 N-k (x t - )(x t+k - ) over  t=1 N (x t - )2 autocovariance estimate at lag k, c k  t=1 N-k (x t - )(x t+k - ) / N

Departures from assumptions Nonstationarity Trend - OLS Seasonality - trig functions Missing values Outliers