Least Squares and Discounted Least Squares in Autoregressive Process

Size: px
Start display at page:

Download "Least Squares and Discounted Least Squares in Autoregressive Process"

Transcription

1 122 Least Squares and Discounted Least Squares in Autoregressive Process Least Squares and Discounted Least Squares in Autoregressive Process Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya Abstract his paper reports on a comparative study between the least squares (LS) method using rank-one update QR factorization and the discounted least squares with direct smoothing Both approaches are applied to solve the problem of updating estimated parameters in long rolling periods of time-series forecasting using the autoregressive (AR) process he corresponding model used in the experiment is undamped sinusoidal data with various autoregressive orders he results of the study indicate that both methods improved effectively as the model order grow However, the discounted least squares with direct smoothing had a more increasing rate of improvement Keywords : Autoregressive process; Estimating parameter; Least squares; Discounted Least squares Introduction In many industries, forecasting has become an important tool to reduce risk from uncertainty echniques can be applied to forecast demand in order to plan the production schedule or plan for reserving inventory or ordering material from suppliers Such data are time-related and highly correlated so ime Series Analysis is a particularly significant tool his study focused on one specific type of ime Series Model: the Autoregressive (AR) model he AR model was developed by Box and Jenkins in 1970 (Box, 1994) to analyze historical data that had relations within itself pmd 122

2 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 123 In this study, the parameters were obtained from univariate stationary autoregressive data (Kendall, 1976) when the population mean of the process was not zero he AR process utilizes the least squares (LS) method, and it is an analogous way to fit a model by minimizing the sum of square errors for estimating parameters he LS method uses the normal equations to implement the linear system he parameters can be solved by QR factorization he earlier observations in LS method receive the same weight as recent observations However, the recent observations may be more important for the true behavior of the process so that, in discounted least squares method, the older observations receive proportionally less weight than the recent ones Another aspect is that when periods roll for a long time, the parameters of the time series model must be changed for updating the model he disadvantage in the use of LS as a forecasting method is that the estimated parameters need to be updated at the end of each period his study attempted to reduce the computation time by using the discounted least squares method with direct smoothing to fit an AR model Brown (1962) developed the discounted least squares method with direct smoothing for estimating regression model parameters he purpose of this study was to implement the discounted least squares method with direct smoothing for estimating autoregressive model parameters which were not found in previous research As the observation period shifts, the direct smoothing can update the old estimates of the model parameters by smoothing them with the forecast error for the current period to obtain the revised estimates In addition, a comparison between the LS method using rank-one update QR factorization and the discounted least squares with direct smoothing was performed Cost and accuracy of forecasting were two aspects to be considered in comparing the methods pmd 123

3 124 Least Squares and Discounted Least Squares in Autoregressive Process Methods In this study, the linear stochastic stationary time series data were fitted to an AR model by using two methods : the LS method and the discounted least squares method In addition, we assumed that the population mean was known and not to be zero We also considered the process by using two systems of equation : x t = φ 0 +Σ φ i x t-i + ε t, t=1 i = 1,2,,p, (1) y t = Σ φ i y t-i + ε t, t=1 i = 1,2,,p, (2) where x t is an observation at time t, φ 0 is the scalar, and φ i are the unknown parameters When xô t is a forecasting value at time t, it has a random error ε t that Ε(ε t ) = 0 and V(ε t ) = σ 2 ε Equation (2) was obtained by defining y = x - µ x An AR model is simply a linear regression of the current value of the series against one or more prior values of the series he value of p is called order of AR model he least squares method : In LS method, the AR model parameters in equation (1) are estimated by minimizing the error sum of squares : Min 2 l(φ) = Σε t t= pmd 124

4 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 125 It gives the linear systems equation Ax = b from least squares normal equation as follows :, (3) where A is a square matrix formed by using the sum of backward elements at a time, while x is a parameter vector b is a right-hand side vector, and is the end of observation time When y = x-µ x, the system equation gives the linear systems equation Ax = b from least squares normal equation as follows : (4) he first and second linear systems equations are solved using the QR factorization (Golub and Van Loan, 1996) It is defined as follows : A x = b Since A = Q R then Q R x = b, Q Q R x = Q b, -1 and Q = Q R x = Q b pmd 125

5 126 Least Squares and Discounted Least Squares in Autoregressive Process he results from this method were used as the model parameters he AR models were obtained and the forecast errors computed to validate the result In time series analysis, data are always shifted to the next period because the parameters must have new estimated values to update the model he parameters are updated by calculating the next estimated values that employ rank one update QR factorization as defined by Householder (Cavallo et al, 1996) Suppose that the Q R = A r m n and A +1 = A +u v = Q +1 R +1 where u, v r n are given, such that A +1 = A + u v = Q (R + w v ), where w u = Q Compute the rotation J J w = w 2 e 1 Each l n-1 J k is the rotation in plane k and k+1 he given rotations applied to R are shown as (Golub and Van Loan, 1996) : Consequently, H = J J R (5) 1 n-1 J J (R + w v ) = H ± w 2 e 1 v = H 1 (6) 1 n-1 Given rotations, G k, k = 1 : n - 1 such that G G H = R (7) n hen obtained is the QR factorization A +1 = A + u v = Q +1 R +1, where Q +1 = Q J n-1 J 1 G 1 G n-1 (8) Now, Q +1 and R +1 are obtained from updated Q and R pmd 126

6 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 127 he discounted least squares: he recent observations may be more important than the older observations his procedure is the weighted least squares that gives a lower weight of older observations than of the recent ones From equation (2) y t = Σ φ i y t-i + ε t where W tt is the square root of the weight given t=1 to the t th error (Montgomery, 1990) o minimize discounted sum of square of errors and obtain the estimated parameters, the objective function can be stated as Min 2 2 l (φ) = Σ W tt ε t, t=1 W is the diagonal matrix of square roots of the weights W = W W W he weighted sum of square error is l (φ) = (W ε) (W ε) l (φ) = [ y - Y () φ] W 2 [y - Y () φ] hen, the least squares normal equations can be written as : Y () W 2 Y ( ) Âφ = Y ( ) W 2 y Since G ( ) = [W Y( )] [W Y( )], and g i ( ) = Y ( ) W 2 y, then G ( ) Âφ = g ( ), (9) and the solution is Âφ i ( ) = G -1 ( ) g ( ) pmd 127

7 128 Least Squares and Discounted Least Squares in Autoregressive Process L is the transition matrix (Montgomery, 1990) of the system equation (2), that is L = φ 1 φ 2 φ 3 φ p-1 φ p he transition property for system equation (2) can be described as y (t + 1) = L y(t) Let the weights W 2 be defined as W 2 = β j when j = 0,1,, tt -j,-j - 1 and 0 < β < 1 then G () = Σ β j y(- j)y (- j) j= 0 he matrix G() approaches a limit G, where -1 G lim G() = Σβ j y(- j)y (- j) j= 0 herefore G -1 needs to be computed only once he right-hand side of the normal equation may be written as : or -1 g() = Σβ j y -j y( j), j= 0 g() = y y(0) + βl -1 g( -1) Substituting for g() in equation (9), then we obtain ^ φ i () = y G -1 y(0) + βg -1 L -1 Gφ(-1) (10) pmd 128

8 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 129 Since h = G -1 y(0) and H = βg -1 L -1 G, then equation (10) may be written as ^ o simplify φ i () ^ φ i () = hy + Hφ( - 1) L -1 G = L -1 G(L ) -1 G, L -1 G = Σ β j L -1 y(-j)y (-j)(l ) -1 (L ), = β -1 (G- y(0)y (0))L Substituting L -1 G in H, we now have H = (I - G -1 y(0)y (0))L Substituting h = G -1 y(0) in H, we obtain j= 0 H = L - hy (0)L, and the single period error e 1 () is given by ^ so φ i () now becomes ^ e 1 () = y - y^ ( - 1), ^ φ i () = L φ i ( - 1) + he 1 () (11) he discounted least squares estimate the model parameters shown in equation (11) his method used to estimate the parameters at the end of th period is a linear combination of estimates made at the end of the previous period and the singleperiod forecast error pmd 129

9 130 Least Squares and Discounted Least Squares in Autoregressive Process he transition matrix (L) of equation (1) is of the form L = φ 1 φ 2 φ 3 φ p-1 φ p φ he steps of discounted least squares method to obtain the model parameters can be described as follows : Step 1: Calculate G() when =15,000 (assume period 15,000 th ) and the optimal weight is defined Step 2: Calculate G -1 () Step 3: Obtain φ Step 4: Forecast one step ahead Step 5: Calculate e +1 = x +1 - x^ +1 Step 6: Obtain h Step 7: Obtain L Step 8: Obtain φ +1 In this study, the undamped sinusoids autoregressive data (Martinez, 2002) were generated with four orders of 5, 12, 20 and 30 herefore, AR(5), AR(12), AR(20), and AR(30) were investigated and the forecasts of those models were started at 15,000 th observation by forecasting one step ahead hen, repeated the step of forecasting one step ahead for 1000, 5000, 10000, 15000, and times MALAB 70 was used to generate the data while Minitab used to check the AR property In addition, the QR factorization and the QR rank one update were applied by the algorithm in equations (6) - (9) using MALAB function he LS method and the discounted least squares method with direct smoothing were written as MALAB M-file he results were evaluated by measuring the computation time and prediction mean square error to compare computing cost and accuracy of the two forecast methods, respectively pmd 130

10 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 131 Results and discussion he results for long rolling period forecasting of the least squares method and the discounted least squares method indicate the preference to the least squares able 1 illustrates the comparison via the operating time, while able 2 illustrates the comparison via the prediction mean square error he least squares method with QR factorization had both less operation time and less prediction mean square errors However, as the order of the model grows, the variances of data decrease hus, for both methods, the prediction mean square errors were smaller he discounted least squares with direct smoothing method gave higher decreasing rate in prediction mean square errors as the order of the model grew he update QR function in MALAB has an accelerated tool but the direct smoothing uses only MALAB language in M-file, and the discounted least squares with direct smoothing adjusts the transition matrix in each period For these reasons, the discounted least squares method consumed more time than the other method Besides, the selected weight may not be appropriated for the discounted least squares method and results in the higher prediction mean square error pmd 131

11 132 Least Squares and Discounted Least Squares in Autoregressive Process able 1 Comparison of time of calculations to estimate parameters obtained for long rolling periods when using two methods ime (sec) AR(p) No of Least squares with Discounted least squares forecasts QR factorization with Direct smoothing Eq (1) Eq (2) Eq (1) Eq (2) AR(5) AR(12) AR(20) AR(30) pmd 132

12 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 133 able 2 Comparison of prediction mean square error of calculations to estimate parameters obtained for long rolling periods when using two methods Prediction Mean Square Error AR(p) No of Least squares with Discounted least squares forecasts QR factorization with Direct smoothing Eq (1) Eq (2) Eq (1) Eq (2) AR(5) AR(12) AR(20) AR(30) pmd 133

13 134 Least Squares and Discounted Least Squares in Autoregressive Process Conclusion When forecasting a stationary autoregressive process for long rolling periods with µ 0, the least square with QR factorization is appropriated, leading to higher efficiency than the discounted least squares with direct smoothing he autoregressive model as in equation (1) had more efficiency for both methods than the model in equation (2) When the order of the model grew, both methods had more accuracy in forecasting since the prediction mean square errors were decreased he discounted least squares with direct smoothing used more operation time since the transition matrix was adjusted in every period For further study, the transition matrix shoud be tried without adjustment by time, and another weight approach should be tested pmd 134

14 Phongsaphen Jantana and Prapaisri Sudasna-na-Ayudthya 135 References Box, GP et al (1994) ime Series Analysis Forecasting and Control, Prentice Hall, New Jersey Brown, RG (1962) Smoothing, Forecasting and Prediction of Discrete ime Series, Prentice-Hall Inc, New Jersey Cavallo, A et al (1996) Using MALAB, SIMULINK and Control System oolbox, Prentice-Hall Inc, London Golub, GH and Van Loan, CF (1996) Matrix Computations, he Johns Hopkins Press, London Hannan, EJ et al (1995) ime Series in ime Domain, Elsevier Science BV, Netherlands Kendall, M (1976) ime Series, Charles Griffin and Company Ltd, London Martinez,WL and Martinez, AR (2002) Computational Statistics Handbook with MALAB, Chapman & Hall/CRC, New York Montgomery, DC et al (1990) Forecasting and ime Series Analysis, McGraw-Hill Inc, Singapore pmd 135

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL B. N. MANDAL Abstract: Yearly sugarcane production data for the period of - to - of India were analyzed by time-series methods. Autocorrelation

More information

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka Appeared in Sri Lankan Journal of Applied Statistics (Volume 3) 00 Evaluation of Some echniques for Forecasting of Electricity Demand in Sri Lanka.M.J. A. Cooray and M.Indralingam Department of Mathematics

More information

Multiplicative Winter s Smoothing Method

Multiplicative Winter s Smoothing Method Multiplicative Winter s Smoothing Method LECTURE 6 TIME SERIES FORECASTING METHOD rahmaanisa@apps.ipb.ac.id Review What is the difference between additive and multiplicative seasonal pattern in time series

More information

Agriculture Update Volume 12 Issue 2 May, OBJECTIVES

Agriculture Update Volume 12 Issue 2 May, OBJECTIVES DOI: 10.15740/HAS/AU/12.2/252-257 Agriculture Update Volume 12 Issue 2 May, 2017 252-257 Visit us : www.researchjournal.co.in A U e ISSN-0976-6847 RESEARCH ARTICLE : Modelling and forecasting of tur production

More information

Statistical Analysis of Influenced Factors Affecting the Plastic Limit of Soils

Statistical Analysis of Influenced Factors Affecting the Plastic Limit of Soils Kasetsart J. (Nat. Sci.) 36 : 98-102 (2002) Statistical Analysis of Influenced Factors Affecting the Plastic Limit of Soils Aekapong Temyingyong 1, Korchoke Chantawarangul 1 and Prapaisri Sudasna-na-Ayudthya

More information

MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS

MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS MATH 425-Spring 2010 HOMEWORK ASSIGNMENTS Instructor: Shmuel Friedland Department of Mathematics, Statistics and Computer Science email: friedlan@uic.edu Last update April 18, 2010 1 HOMEWORK ASSIGNMENT

More information

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Forecasting demand 02/06/03 page 1 of 34 Forecasting is very difficult. especially about the

More information

Estimation Techniques for Monitoring and Controlling the Performance of the Computer Communication Networks

Estimation Techniques for Monitoring and Controlling the Performance of the Computer Communication Networks American Journal of Applied Sciences 2 (1): 1395-14, 25 ISSN 1546-9239 25 Science Publications Estimation Techniques for Monitoring and Controlling the Performance of the Computer Communication Networks

More information

Autoregressive Process Parameters Estimation. under Non-Classical Error Model

Autoregressive Process Parameters Estimation. under Non-Classical Error Model Journal of Statistical and Econometric Methods, vol, no3, 0, 63-78 ISSN: 79-660 (print), 79-6939 (online) Scienpress Ltd, 0 Autoregressive Process Parameters Estimation under Non-Classical Error Model

More information

A complex autoregressive model and application to monthly temperature forecasts

A complex autoregressive model and application to monthly temperature forecasts Annales Geophysicae, 23, 3229 3235, 2005 SRef-ID: 1432-0576/ag/2005-23-3229 European Geosciences Union 2005 Annales Geophysicae A complex autoregressive model and application to monthly temperature forecasts

More information

Characterizing Forecast Uncertainty Prediction Intervals. The estimated AR (and VAR) models generate point forecasts of y t+s, y ˆ

Characterizing Forecast Uncertainty Prediction Intervals. The estimated AR (and VAR) models generate point forecasts of y t+s, y ˆ Characterizing Forecast Uncertainty Prediction Intervals The estimated AR (and VAR) models generate point forecasts of y t+s, y ˆ t + s, t. Under our assumptions the point forecasts are asymtotically unbiased

More information

Efficiency Tradeoffs in Estimating the Linear Trend Plus Noise Model. Abstract

Efficiency Tradeoffs in Estimating the Linear Trend Plus Noise Model. Abstract Efficiency radeoffs in Estimating the Linear rend Plus Noise Model Barry Falk Department of Economics, Iowa State University Anindya Roy University of Maryland Baltimore County Abstract his paper presents

More information

International Journal of Advancement in Physical Sciences, Volume 4, Number 2, 2012

International Journal of Advancement in Physical Sciences, Volume 4, Number 2, 2012 International Journal of Advancement in Physical Sciences, Volume, Number, RELIABILIY IN HE ESIMAES AND COMPLIANCE O INVERIBILIY CONDIION OF SAIONARY AND NONSAIONARY IME SERIES MODELS Usoro, A. E. and

More information

7 Day 3: Time Varying Parameter Models

7 Day 3: Time Varying Parameter Models 7 Day 3: Time Varying Parameter Models References: 1. Durbin, J. and S.-J. Koopman (2001). Time Series Analysis by State Space Methods. Oxford University Press, Oxford 2. Koopman, S.-J., N. Shephard, and

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY & Contents PREFACE xiii 1 1.1. 1.2. Difference Equations First-Order Difference Equations 1 /?th-order Difference

More information

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications

Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Lecture 3: Autoregressive Moving Average (ARMA) Models and their Practical Applications Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Moving average processes Autoregressive

More information

Statistical Methods for Forecasting

Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM University of Waterloo JOHANNES LEDOLTER University of Iowa John Wiley & Sons New York Chichester Brisbane Toronto Singapore Contents 1 INTRODUCTION AND

More information

Box-Jenkins ARIMA Advanced Time Series

Box-Jenkins ARIMA Advanced Time Series Box-Jenkins ARIMA Advanced Time Series www.realoptionsvaluation.com ROV Technical Papers Series: Volume 25 Theory In This Issue 1. Learn about Risk Simulator s ARIMA and Auto ARIMA modules. 2. Find out

More information

Elements of Multivariate Time Series Analysis

Elements of Multivariate Time Series Analysis Gregory C. Reinsel Elements of Multivariate Time Series Analysis Second Edition With 14 Figures Springer Contents Preface to the Second Edition Preface to the First Edition vii ix 1. Vector Time Series

More information

Time-Varying Parameters

Time-Varying Parameters Kalman Filter and state-space models: time-varying parameter models; models with unobservable variables; basic tool: Kalman filter; implementation is task-specific. y t = x t β t + e t (1) β t = µ + Fβ

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model

Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model BULGARIAN ACADEMY OF SCIENCES CYBERNEICS AND INFORMAION ECHNOLOGIES Volume No Sofia Algorithm for Multiple Model Adaptive Control Based on Input-Output Plant Model sonyo Slavov Department of Automatics

More information

An EM algorithm for Gaussian Markov Random Fields

An EM algorithm for Gaussian Markov Random Fields An EM algorithm for Gaussian Markov Random Fields Will Penny, Wellcome Department of Imaging Neuroscience, University College, London WC1N 3BG. wpenny@fil.ion.ucl.ac.uk October 28, 2002 Abstract Lavine

More information

MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY

MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY Nanak Chand Charles H. Alexander U.S. Bureau of the Census Nanak Chand U.S. Bureau of the Census Washington D.C. 20233 1. Introduction Rolling sample surveys

More information

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356 Forecasting Of Short Term Wind Power Using ARIMA Method Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai Abstract- Wind power, i.e., electrical

More information

Information Sharing In Supply Chains: An Empirical and Theoretical Valuation

Information Sharing In Supply Chains: An Empirical and Theoretical Valuation Case 11/17/215 Information Sharing In Supply Chains: An Empirical and Theoretical Valuation Ruomeng Cui (Kelley School of Business) Gad Allon (Kellogg School of Management) Achal Bassamboo (Kellogg School

More information

Product and Inventory Management (35E00300) Forecasting Models Trend analysis

Product and Inventory Management (35E00300) Forecasting Models Trend analysis Product and Inventory Management (35E00300) Forecasting Models Trend analysis Exponential Smoothing Data Storage Shed Sales Period Actual Value(Y t ) Ŷ t-1 α Y t-1 Ŷ t-1 Ŷ t January 10 = 10 0.1 February

More information

A Hybrid Method of Forecasting in the Case of the Average Daily Number of Patients

A Hybrid Method of Forecasting in the Case of the Average Daily Number of Patients Journal of Computations & Modelling, vol.4, no.3, 04, 43-64 ISSN: 79-765 (print), 79-8850 (online) Scienpress Ltd, 04 A Hybrid Method of Forecasting in the Case of the Average Daily Number of Patients

More information

António Ascensão Costa

António Ascensão Costa ISSN 1645-0647 Notes on Pragmatic Procedures and Exponential Smoothing 04-1998 António Ascensão Costa Este documento não pode ser reproduzido, sob qualquer forma, sem autorização expressa. NOTES ON PRAGMATIC

More information

IDENTIFICATION OF ARMA MODELS

IDENTIFICATION OF ARMA MODELS IDENTIFICATION OF ARMA MODELS A stationary stochastic process can be characterised, equivalently, by its autocovariance function or its partial autocovariance function. It can also be characterised by

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY PREFACE xiii 1 Difference Equations 1.1. First-Order Difference Equations 1 1.2. pth-order Difference Equations 7

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 1440-771X AUSTRALIA DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS Empirical Information Criteria for Time Series Forecasting Model Selection Md B Billah, R.J. Hyndman and A.B. Koehler Working

More information

Speculation and the Bond Market: An Empirical No-arbitrage Framework

Speculation and the Bond Market: An Empirical No-arbitrage Framework Online Appendix to the paper Speculation and the Bond Market: An Empirical No-arbitrage Framework October 5, 2015 Part I: Maturity specific shocks in affine and equilibrium models This Appendix present

More information

Ross Bettinger, Analytical Consultant, Seattle, WA

Ross Bettinger, Analytical Consultant, Seattle, WA ABSTRACT DYNAMIC REGRESSION IN ARIMA MODELING Ross Bettinger, Analytical Consultant, Seattle, WA Box-Jenkins time series models that contain exogenous predictor variables are called dynamic regression

More information

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances

Cramér-Rao Bounds for Estimation of Linear System Noise Covariances Journal of Mechanical Engineering and Automation (): 6- DOI: 593/jjmea Cramér-Rao Bounds for Estimation of Linear System oise Covariances Peter Matiso * Vladimír Havlena Czech echnical University in Prague

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

More information

Comparative Analysis of Linear and Bilinear Time Series Models

Comparative Analysis of Linear and Bilinear Time Series Models American Journal of Mathematics and Statistics, (): - DOI:./j.ajms.0 Comparative Analysis of Linear and Bilinear ime Series Models Usoro Anthony E. Department of Mathematics and Statistics, Akwa Ibom State

More information

Discrete mathematical models in the analysis of splitting iterative methods for linear systems

Discrete mathematical models in the analysis of splitting iterative methods for linear systems Computers and Mathematics with Applications 56 2008) 727 732 wwwelseviercom/locate/camwa Discrete mathematical models in the analysis of splitting iterative methods for linear systems Begoña Cantó, Carmen

More information

Improved Newton s method with exact line searches to solve quadratic matrix equation

Improved Newton s method with exact line searches to solve quadratic matrix equation Journal of Computational and Applied Mathematics 222 (2008) 645 654 wwwelseviercom/locate/cam Improved Newton s method with exact line searches to solve quadratic matrix equation Jian-hui Long, Xi-yan

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Prediction Error Methods - Torsten Söderström PREDICTIO ERROR METHODS Torsten Söderström Department of Systems and Control, Information Technology, Uppsala University, Uppsala, Sweden Keywords: prediction error method, optimal prediction, identifiability,

More information

Numerical Methods. Rafał Zdunek Underdetermined problems (2h.) Applications) (FOCUSS, M-FOCUSS,

Numerical Methods. Rafał Zdunek Underdetermined problems (2h.) Applications) (FOCUSS, M-FOCUSS, Numerical Methods Rafał Zdunek Underdetermined problems (h.) (FOCUSS, M-FOCUSS, M Applications) Introduction Solutions to underdetermined linear systems, Morphological constraints, FOCUSS algorithm, M-FOCUSS

More information

Lecture 2. (1) Permanent Income Hypothesis (2) Precautionary Savings. Erick Sager. February 6, 2018

Lecture 2. (1) Permanent Income Hypothesis (2) Precautionary Savings. Erick Sager. February 6, 2018 Lecture 2 (1) Permanent Income Hypothesis (2) Precautionary Savings Erick Sager February 6, 2018 Econ 606: Adv. Topics in Macroeconomics Johns Hopkins University, Spring 2018 Erick Sager Lecture 2 (2/6/18)

More information

ON VARIANCE COVARIANCE COMPONENTS ESTIMATION IN LINEAR MODELS WITH AR(1) DISTURBANCES. 1. Introduction

ON VARIANCE COVARIANCE COMPONENTS ESTIMATION IN LINEAR MODELS WITH AR(1) DISTURBANCES. 1. Introduction Acta Math. Univ. Comenianae Vol. LXV, 1(1996), pp. 129 139 129 ON VARIANCE COVARIANCE COMPONENTS ESTIMATION IN LINEAR MODELS WITH AR(1) DISTURBANCES V. WITKOVSKÝ Abstract. Estimation of the autoregressive

More information

Operations Management

Operations Management 3-1 Forecasting Operations Management William J. Stevenson 8 th edition 3-2 Forecasting CHAPTER 3 Forecasting McGraw-Hill/Irwin Operations Management, Eighth Edition, by William J. Stevenson Copyright

More information

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo Vol.4, No.2, pp.2-27, April 216 MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo ABSTRACT: This study

More information

Linear Algebra is Your Friend: Least Squares Solutions to Overdetermined Linear Systems

Linear Algebra is Your Friend: Least Squares Solutions to Overdetermined Linear Systems Linear Algebra is Your Friend: Least Squares Solutions to Overdetermined Linear Systems R. E. Babcock, Mark E. Arnold Department of Chemical Engineering and Department of Mathematical Sciences Fayetteville,

More information

ADAPTIVE FILTER THEORY

ADAPTIVE FILTER THEORY ADAPTIVE FILTER THEORY Fourth Edition Simon Haykin Communications Research Laboratory McMaster University Hamilton, Ontario, Canada Front ice Hall PRENTICE HALL Upper Saddle River, New Jersey 07458 Preface

More information

arxiv: v1 [stat.co] 11 Dec 2012

arxiv: v1 [stat.co] 11 Dec 2012 Simulating the Continuation of a Time Series in R December 12, 2012 arxiv:1212.2393v1 [stat.co] 11 Dec 2012 Halis Sak 1 Department of Industrial and Systems Engineering, Yeditepe University, Kayışdağı,

More information

Optimized Operation of a Micro-grid for Energy Resources

Optimized Operation of a Micro-grid for Energy Resources Preprints of the 19th World Congress The International Federation of Automatic Control Optimized Operation of a Micro-grid for Energy Resources Fernando Ornelas-Tellez Guillermo C. Zuñiga-Neria J. Jesus

More information

Chapter 7 Forecasting Demand

Chapter 7 Forecasting Demand Chapter 7 Forecasting Demand Aims of the Chapter After reading this chapter you should be able to do the following: discuss the role of forecasting in inventory management; review different approaches

More information

STRUCTURAL TIME-SERIES MODELLING

STRUCTURAL TIME-SERIES MODELLING 1: Structural Time-Series Modelling STRUCTURAL TIME-SERIES MODELLING Prajneshu Indian Agricultural Statistics Research Institute, New Delhi-11001 1. Introduction. ARIMA time-series methodology is widely

More information

Value of Forecasts in Unit Commitment Problems

Value of Forecasts in Unit Commitment Problems Tim Schulze, Andreas Grothery and School of Mathematics Agenda Motivation Unit Commitemnt Problem British Test System Forecasts and Scenarios Rolling Horizon Evaluation Comparisons Conclusion Our Motivation

More information

Chapter 2: Unit Roots

Chapter 2: Unit Roots Chapter 2: Unit Roots 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and undeconometrics II. Unit Roots... 3 II.1 Integration Level... 3 II.2 Nonstationarity

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

SEC POWER METHOD Power Method

SEC POWER METHOD Power Method SEC..2 POWER METHOD 599.2 Power Method We now describe the power method for computing the dominant eigenpair. Its extension to the inverse power method is practical for finding any eigenvalue provided

More information

Arbitrary elementary landscapes & AR(1) processes

Arbitrary elementary landscapes & AR(1) processes Applied Mathematics Letters 18 (2005) 287 292 www.elsevier.com/locate/aml Arbitrary elementary landscapes & AR(1) processes B. Dimova, J.W. Barnes,E.Popova Graduate Program in Operations Research and Industrial

More information

MGR-815. Notes for the MGR-815 course. 12 June School of Superior Technology. Professor Zbigniew Dziong

MGR-815. Notes for the MGR-815 course. 12 June School of Superior Technology. Professor Zbigniew Dziong Modeling, Estimation and Control, for Telecommunication Networks Notes for the MGR-815 course 12 June 2010 School of Superior Technology Professor Zbigniew Dziong 1 Table of Contents Preface 5 1. Example

More information

ARMA Estimation Recipes

ARMA Estimation Recipes Econ. 1B D. McFadden, Fall 000 1. Preliminaries ARMA Estimation Recipes hese notes summarize procedures for estimating the lag coefficients in the stationary ARMA(p,q) model (1) y t = µ +a 1 (y t-1 -µ)

More information

An iterative method for the skew-symmetric solution and the optimal approximate solution of the matrix equation AXB =C

An iterative method for the skew-symmetric solution and the optimal approximate solution of the matrix equation AXB =C Journal of Computational and Applied Mathematics 1 008) 31 44 www.elsevier.com/locate/cam An iterative method for the skew-symmetric solution and the optimal approximate solution of the matrix equation

More information

Dynamic Regression Models (Lect 15)

Dynamic Regression Models (Lect 15) Dynamic Regression Models (Lect 15) Ragnar Nymoen University of Oslo 21 March 2013 1 / 17 HGL: Ch 9; BN: Kap 10 The HGL Ch 9 is a long chapter, and the testing for autocorrelation part we have already

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Recursive Algorithms - Han-Fu Chen

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Recursive Algorithms - Han-Fu Chen CONROL SYSEMS, ROBOICS, AND AUOMAION - Vol. V - Recursive Algorithms - Han-Fu Chen RECURSIVE ALGORIHMS Han-Fu Chen Institute of Systems Science, Academy of Mathematics and Systems Science, Chinese Academy

More information

Econometría 2: Análisis de series de Tiempo

Econometría 2: Análisis de series de Tiempo Econometría 2: Análisis de series de Tiempo Karoll GOMEZ kgomezp@unal.edu.co http://karollgomez.wordpress.com Segundo semestre 2016 III. Stationary models 1 Purely random process 2 Random walk (non-stationary)

More information

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the he ime-frequency Concept []. Review of Fourier Series Consider the following set of time functions {3A sin t, A sin t}. We can represent these functions in different ways by plotting the amplitude versus

More information

THE UNIVERSITY OF CHICAGO Booth School of Business Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Booth School of Business Business 41914, Spring Quarter 2013, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Booth School of Business Business 494, Spring Quarter 03, Mr. Ruey S. Tsay Unit-Root Nonstationary VARMA Models Unit root plays an important role both in theory and applications

More information

Chapter 2 Wiener Filtering

Chapter 2 Wiener Filtering Chapter 2 Wiener Filtering Abstract Before moving to the actual adaptive filtering problem, we need to solve the optimum linear filtering problem (particularly, in the mean-square-error sense). We start

More information

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M.

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M. TIME SERIES ANALYSIS Forecasting and Control Fifth Edition GEORGE E. P. BOX GWILYM M. JENKINS GREGORY C. REINSEL GRETA M. LJUNG Wiley CONTENTS PREFACE TO THE FIFTH EDITION PREFACE TO THE FOURTH EDITION

More information

S-GSTAR-SUR Model for Seasonal Spatio Temporal Data Forecasting ABSTRACT

S-GSTAR-SUR Model for Seasonal Spatio Temporal Data Forecasting ABSTRACT Malaysian Journal of Mathematical Sciences (S) March : 53-65 (26) Special Issue: The th IMT-GT International Conference on Mathematics, Statistics and its Applications 24 (ICMSA 24) MALAYSIAN JOURNAL OF

More information

Full terms and conditions of use:

Full terms and conditions of use: This article was downloaded by:[smu Cul Sci] [Smu Cul Sci] On: 28 March 2007 Access Details: [subscription number 768506175] Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered

More information

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley Time Series Models and Inference James L. Powell Department of Economics University of California, Berkeley Overview In contrast to the classical linear regression model, in which the components of the

More information

Local linear forecasts using cubic smoothing splines

Local linear forecasts using cubic smoothing splines Local linear forecasts using cubic smoothing splines Rob J. Hyndman, Maxwell L. King, Ivet Pitrun, Baki Billah 13 January 2004 Abstract: We show how cubic smoothing splines fitted to univariate time series

More information

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time TIMES SERIES INTRODUCTION A time series is a set of observations made sequentially through time A time series is said to be continuous when observations are taken continuously through time, or discrete

More information

An introduction to volatility models with indices

An introduction to volatility models with indices Applied Mathematics Letters 20 (2007) 177 182 www.elsevier.com/locate/aml An introduction to volatility models with indices S. Peiris,A.Thavaneswaran 1 School of Mathematics and Statistics, The University

More information

Forecasting. Dr. Richard Jerz rjerz.com

Forecasting. Dr. Richard Jerz rjerz.com Forecasting Dr. Richard Jerz 1 1 Learning Objectives Describe why forecasts are used and list the elements of a good forecast. Outline the steps in the forecasting process. Describe at least three qualitative

More information

Applied Time. Series Analysis. Wayne A. Woodward. Henry L. Gray. Alan C. Elliott. Dallas, Texas, USA

Applied Time. Series Analysis. Wayne A. Woodward. Henry L. Gray. Alan C. Elliott. Dallas, Texas, USA Applied Time Series Analysis Wayne A. Woodward Southern Methodist University Dallas, Texas, USA Henry L. Gray Southern Methodist University Dallas, Texas, USA Alan C. Elliott University of Texas Southwestern

More information

Vector Auto-Regressive Models

Vector Auto-Regressive Models Vector Auto-Regressive Models Laurent Ferrara 1 1 University of Paris Nanterre M2 Oct. 2018 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

13. Power Spectrum. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if.

13. Power Spectrum. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if jt X ( ) = xte ( ) dt, (3-) then X ( ) represents its energy spectrum. his follows from Parseval

More information

Data Mining Techniques

Data Mining Techniques Data Mining Techniques CS 6220 - Section 3 - Fall 2016 Lecture 18: Time Series Jan-Willem van de Meent (credit: Aggarwal Chapter 14.3) Time Series Data http://www.capitalhubs.com/2012/08/the-correlation-between-apple-product.html

More information

Vector analysis and vector identities by means of cartesian tensors

Vector analysis and vector identities by means of cartesian tensors Vector analysis and vector identities by means of cartesian tensors Kenneth H. Carpenter August 29, 2001 1 The cartesian tensor concept 1.1 Introduction The cartesian tensor approach to vector analysis

More information

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION APPLIED ECONOMETRIC TIME SERIES 4TH EDITION Chapter 2: STATIONARY TIME-SERIES MODELS WALTER ENDERS, UNIVERSITY OF ALABAMA Copyright 2015 John Wiley & Sons, Inc. Section 1 STOCHASTIC DIFFERENCE EQUATION

More information

VAR Models and Applications

VAR Models and Applications VAR Models and Applications Laurent Ferrara 1 1 University of Paris West M2 EIPMC Oct. 2016 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

Notes on Time Series Modeling

Notes on Time Series Modeling Notes on Time Series Modeling Garey Ramey University of California, San Diego January 17 1 Stationary processes De nition A stochastic process is any set of random variables y t indexed by t T : fy t g

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 1440-771X ISBN 0 7326 1085 0 Unmasking the Theta Method Rob J. Hyndman and Baki Billah Working Paper 5/2001 2001 DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS AUSTRALIA Unmasking the Theta method

More information

STUDY ON MODELING AND FORECASTING OF MILK PRODUCTION IN INDIA. Prema Borkar

STUDY ON MODELING AND FORECASTING OF MILK PRODUCTION IN INDIA. Prema Borkar STUDY ON MODELING AND FORECASTING OF MILK PRODUCTION IN INDIA Prema Borkar Gokhale Institute of Politics and Economics, BMCC Road, Deccan Gymkhana, Pune 411004. Maharashtra, India. ABSTRACT The paper describes

More information

A Hybrid Method to Improve Forecasting Accuracy An Application to the Processed Cooked Rice

A Hybrid Method to Improve Forecasting Accuracy An Application to the Processed Cooked Rice Journal of Computations & Modelling, vol.3, no., 03, 5-50 ISSN: 79-765 (print), 79-8850 (online) Scienpress Ltd, 03 A Hybrid Method to Improve Forecasting Accuracy An Application to the Processed Cooked

More information

APPLICATION OF TAYLOR MATRIX METHOD TO THE SOLUTION OF LONGITUDINAL VIBRATION OF RODS

APPLICATION OF TAYLOR MATRIX METHOD TO THE SOLUTION OF LONGITUDINAL VIBRATION OF RODS Mathematical and Computational Applications, Vol. 15, No. 3, pp. 334-343, 21. Association for Scientific Research APPLICAION OF AYLOR MARIX MEHOD O HE SOLUION OF LONGIUDINAL VIBRAION OF RODS Mehmet Çevik

More information

Conjugate Gradient Tutorial

Conjugate Gradient Tutorial Conjugate Gradient Tutorial Prof. Chung-Kuan Cheng Computer Science and Engineering Department University of California, San Diego ckcheng@ucsd.edu December 1, 2015 Prof. Chung-Kuan Cheng (UC San Diego)

More information

LM TEST FOR THE CONSTANCY OF REGRESSION COEFFICIENT WITH MOVING AVERAGE INNOVATION

LM TEST FOR THE CONSTANCY OF REGRESSION COEFFICIENT WITH MOVING AVERAGE INNOVATION Sankhyā : he Indian Journal of Statistics 22, Volume 64, Series B, Pt.2, pp 24-233 LM ES FOR HE CONSANCY OF REGRESSION COEFFICIEN WIH MOVING AVERAGE INNOVAION By MEIHUI GUO and C.C. SHEN National Sun Yat-Sen

More information

Frequency Forecasting using Time Series ARIMA model

Frequency Forecasting using Time Series ARIMA model Frequency Forecasting using Time Series ARIMA model Manish Kumar Tikariha DGM(O) NSPCL Bhilai Abstract In view of stringent regulatory stance and recent tariff guidelines, Deviation Settlement mechanism

More information

Linear Model Under General Variance Structure: Autocorrelation

Linear Model Under General Variance Structure: Autocorrelation Linear Model Under General Variance Structure: Autocorrelation A Definition of Autocorrelation In this section, we consider another special case of the model Y = X β + e, or y t = x t β + e t, t = 1,..,.

More information

Lecture 3: Dynamics of small open economies

Lecture 3: Dynamics of small open economies Lecture 3: Dynamics of small open economies Open economy macroeconomics, Fall 2006 Ida Wolden Bache September 5, 2006 Dynamics of small open economies Required readings: OR chapter 2. 2.3 Supplementary

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation AMERICAN JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH 214, Science Huβ, http://www.scihub.org/ajsir ISSN: 2153-649X, doi:1.5251/ajsir.214.5.6.185.194 Time Series Forecasting: A Tool for Out - Sample Model

More information

Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins Methods

Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins Methods International Journal of Sciences Research Article (ISSN 2305-3925) Volume 2, Issue July 2013 http://www.ijsciences.com Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins

More information

Basic concepts and terminology: AR, MA and ARMA processes

Basic concepts and terminology: AR, MA and ARMA processes ECON 5101 ADVANCED ECONOMETRICS TIME SERIES Lecture note no. 1 (EB) Erik Biørn, Department of Economics Version of February 1, 2011 Basic concepts and terminology: AR, MA and ARMA processes This lecture

More information

Chapter 9: Forecasting

Chapter 9: Forecasting Chapter 9: Forecasting One of the critical goals of time series analysis is to forecast (predict) the values of the time series at times in the future. When forecasting, we ideally should evaluate the

More information

A Comparison of Time Series Models for Forecasting Outbound Air Travel Demand *

A Comparison of Time Series Models for Forecasting Outbound Air Travel Demand * Journal of Aeronautics, Astronautics and Aviation, Series A, Vol.42, No.2 pp.073-078 (200) 73 A Comparison of Time Series Models for Forecasting Outbound Air Travel Demand * Yu-Wei Chang ** and Meng-Yuan

More information