Comparaison Between Different Methods to Estimate Orders in ARMA Models

Size: px
Start display at page:

Download "Comparaison Between Different Methods to Estimate Orders in ARMA Models"

Transcription

1 Comparaison Between Different Methods to Estimate Orders in MA Models Michel GRUN-REHOMME () Dominique LADIRAY (2) () IUT Département Statistique (2) INSEE Département de la Recherche Abstract It is usually difficult to determine the values of p and q for the stationnary autoregressive moving average MA(pq) models. Considerable progress over the last few years has been made in order estimation problems in time series analysis several approaches and criteria have been proposed. In the eighties two methods have been development for the identification of a model MA(pq) : the corner method ([]) and the triangle method ([8]). These two methods use the autocorrelation function. The corner method define a determinant with the autocorrelations and present an algorithm for determining simultaneously the order p and q. With the triangle method for the MA models an iterative regression procedure is applied to produce consistent estimates of the autotregressive parameters. An extended sample autocorrelation function based on these consistent estimates is then defined and used for order determination. The order determination quantity (ODQ) is an other way to solve order estimation problems in time series analysis ([567]). β γ β γ χ η 2 2 ODQ p q n σ p q n σ p q n n n n where σ n 2βγ.. denotes an estimate of the variance of the white noise; p qηis an upper bound which can be arbitrarily large but fixed and is supposed to be known a priori; n is the sample size. Finally simulations allow to compare the efficiency of these different methods by using SAS macro. χ Keywords : Time series MA models order determination criteria SAS macro.

2 Consider the usual MA(pq) model for a univariate time series {Y t } βγt βγ ϕ BY θ Bε p q where ϕβγ B φ B... φ p B and θβγ B θ B... θ q B B is the backshift operator such that BYt Yt and βγ ε t is a Gaussian white noise process. All the zeros of ϕ Bβγ and θ Bβγ are outside the unit circle and ϕ Bβγ and θ Bβγ have no commun factors. The true value of p and q are unknown. An additive constant may be elimined by the transformation : Zt Yt E Yt βγ. This article propose to compare three methods to solve this problem : the corner method by Beguin Gourieroux and monfort (98) the "triangle" method by Tiao and Tsay (984) and the order determination quantity by Koreisha and Pukkila (994). Each method has been implemented with a SAS macro.. The corner method βγ δ The autocorrelation function is defined by ρ X t r X t X t where r denotes the Pearson's coefficient between βx t γ and δx t+ ι. We consider the autocorrelation matrix Dβγ i of order i+ defined by : ( ) Di t + ( + ) ( + 2)... ( + i+ ) ρ() ρ( + )... ρ( + i) ρ ρ ρ ρ ( + i) ρ( + ) for i 2... max(p) (an a priori upper bound for the degree of ϕ Bβγ) and for 2... max(q) (an a priori upper bound for the degree of θ Bβγ). Let βγ i the determinant of Dβγ. i The authors showed that Y t is an MA(pq) process if and only if βγ i i p q iq i p βp γ q Of course the true values of βγ i are unknown and have to be estimated and it is necessary to test the nullity of them.. Student s test In a first time an estimate of the asymptotic variance of βγ i is defined as follows : ' Κϑ Φ Η Γ ( i ) ( i ) Vas ( ( i )) Σ N ρ ρ Φ Η Γ Ι ι Ι Κ ϑ

3 where N is the number of observations in the time series ( Y t ) ( i ) ρ the vector column of the partial derivates of βγ i for h... maxp + maxq + and Σ is the matrix of general term + σkl ρ( ) ρ( + k + l) + ρ( + k l) + 2ρ( ) ρ( k) ρ( l) 2ρ( l) ρ( + k) 2ρ( k) ρ( + l) ( i ) The previous sum is trimmed for max p+ maxq+. It remains to calculate the ρ for i and fixed. Resuming ( i ) ρ is the sum of the cofactors of the elements that correspond à ρ( h ). The explicit calculation of these partial derivates isn t produced in the article it s based on the following proposition Proposition Let A a matrix of order n. If ai al c x( c> i ) and if all the other elements are distinct and different from x then (det A) a lc + ai where a lc (resp. a i ) denotes the x cofactor of a lc (resp. a i ). This result is easly generalized if several elements of the matrix A are equal to x. In a second step we calculate the Student table of general term: t i ( i ) σ ( ( i )) as βγ. Also we test the nullity of i We consider the matrix T ( δ i ) defined by δ i if t i <.96 and δ i otherwise. In that case the automatic determination of p and q can be realized as follows. The matrix B ( b i ) is defined by: Ρbi δi + δi + δi i 2 2 b + + Σ δ δ 2 bi δi + δi + i 2 Τ b δ + 2 Thus the b i equal to 2 represent the corners namely b i 2 if and only if pi- and q-..2 The Pearson chi-square statistic The previous Student s test estimate separately the nullity of each βγ. i It seems preferable to test the simultaneous nullity of a corner βγ i βi+ γ and βi +γ. For i and fixed ' let ( i ) 2 ( i+ ) 3 ( i + ) and ( 2 3 ). Vectors are presumed to be column vectors unless they are transposed ( ). Denote A( a ih ) the matrix of order (3K) defined by : i aih ρ( h)

4 ' ' The quadratic form Q N ( AΣA ) converge to a chi-square distribution which three degrees of freedom. The previous step is too used to determinate an MA model. The SAS macro present and compare these two tests..3 The SAS-macro The following statements are available in %coin. DATA OUT V MAXP MAXQ NIVEAU PRINT name of the input data set containing observations. name of an output data set containing the models. names of the time series. the upper bound of the order of the autoregressive models. the upper bound of the order of the moving average models. level of the Student's test. By default niveau5 (%). prints the output. %coin(database.arma vararma_2 maxq5 maxp5 niveau5 printoui out_result_);.4 An example The same example is used for the three methods with simulations and we keep the data set. PROC IML; phi{.5 }; theta{. -.56}; donneesmasim(phitheta2); nom{'arma_2'}; CREATE essai FROM donnees [COLNAMEnom]; APPEND FROM donnees; CLOSE essai; QUIT; «Student» table MA Matrix T MA

5 Chi-square table MA Matrix of results of the chi-square test MA Specification of the order of Arma models OBS MA STUD CHI As we can see on that example each test proposes more than one model. 2. The «triangle» method This method is based on interactive regression procedure that produce consistent estimates of the autoregressive parameters. «An extended sample autocorrelation function based on these estimates is then defined and used for order determination» ([8]). As in the corner method we estimate p (resp. q) in a set of values {...maxp} (resp. {... maxq}). 2. Initialisation R denotes the matrix of the sample autocorrelation function. The general term is defined as follows : ρ ( Y t ) r( X t X t ) for...maxq +. R is a row matrix. We note r( ) ρ ( Yt) and B the backshift matrix of order (NM) where the kth column is B k Yfor k...mmaxp + maxq +. More precisely

6 B Φ Γ ΗΓ.... X... X2 X.. X X X N N 2 N M Let Φ the triangulare matrix of regression parameters of Y t on the first kth column of B. Φ ( ϕ lk ) where < l k < M+ and ϕ lk for l > k. Φ Φ ΗΓ ϕ ϕ. ϕ 2 M ϕ22. ϕ2 M.. ϕ If ϕ k denotes only the first kth columns of Φ and B k the extractive matrix of B with only the first kth column we have ' ' ϕ k ( BB k k ) BY k k where Y k is the transpose of the matrix B. 2.2 Iterative step M M Ι ϑ Κϑ Ι Κϑ The previous considerations have led us to consider a general set of iterated regressions. Let Φ ( ϕ l k ) the triangulare matrix of order M- defined by : ϕl k ϕk+ k+ ϕlk ϕlk + for l k ϕ ϕ lk ϕ k for l k kk > and k Consider the time series W kt that Wkt Xt ϕl k X k l t l for k to maxp. We now define the extended sample autocorrelation matrix A r( k) ρ ( Wk t) for k to maxp and to maxq Identification The asymptotic property of A can be exploited to help tentavely identify MA(pq) models in practice. If Y k follows an MA(q) model then r( ) > q where denotes asymptotic equivalence in probability (Student s test). If Y k follows an MA(pq) model (p>) r( k) for k p and q > k p r( k) for q and q k p This results may be presented in a two-way table E in which the rows are numbered... maxp to signify the order and the columns in a similar way for the MA order.

7 If we denotes x a non zero value and a null value an MA(pq) model is presented as follows : \MA. q. q x x x x x x x x x x x x... x x x x p.. x... x x p x x x x x We remplace x by. Let E ( δ k ) where δ k or and δk ρ( k ) for k max p+ max q+. maxq+ ) For k γ δ c and Yt MA( q) if δ q+ c 2) For k > γ k δl cwhere Uk ( l c ) k l + l k c () lc U k µ ρ The values of triangles are added in order to include the case of eventual isolated zeros. Thus we define the matrix B ( b k ) that b maxq+ b k if γ k and k 2 k max q+ b k if γ k and k 2 k max q+ Finally we denote ck bk + ( bk + bk+ ) and 2 Yt MA ( p q) cp q 2.4 The SAS-macro The following statements are available in %TsayTiao. DATA name of the input data set containing observations. OUT name of an output data set with models. V names of the time series. MAXP the upper bound of the order of the autoregressive models. MAXQ the upper bound of the order of the moving average models. NIVEAU level of the Student's test. By default niveau5 (%). PRINT prints the output. %TsayTiao(database.arma var maxp5 maxq5 niveau5 printoui out_result_); 2.5 An example The previous statements produce this output where the different matrix used are printed : + +

8 Matrix ESACF (Extended Sample Autocorrelation Function) MA Matrix E MA Matrix B MA OBS MA Order determination quantity criterion To estimate the unknown true orders of an MA model the authors introduce the ODQ that is defined by : 2 2 ODQ p q n σ p q n σ p q a where β γ β γ χ η n n n n () p p q q (2) σ n 2βγ.. denotes an estimate of the common variance of the error sequence (3) a n is any constant provited that a n an and ( β ). For example a β n n ε n (ln( n)) where < ε <. We choose an n and ( pq ) such that : µ ρ ( p q) Min ( p q) ODQ( p q) > ODQ( p q ) > ODQ( p q) <

9 3. Tentative model identification We calculate each ODQ( p p) and we stop at the first p that ODQ( p p)<. It is not necessary to calculate ODQ( p q) to each couple ( pq. ) More precisely let p and pi+ pi + we calculate successively ODQ( pi pi). If ODQ( pi pi)> we continue and if ODQ( pi pi)< we stop. Thus we obtain p such that ODQ( p p ) >. In a second step ODQ( p p ) and ODQ( p p ) are calculed. Four cases can appear according to the sign of these two terms : ) If these two terms are positive an MA ( p p ) is proposed. 2) If ODQ( p p) < and ODQ( p p ) > one seeks the greatest value of p such that : p< p and ODQ( p p) > thus one obtains an MA ( p + p ) model. 3) If ODQ( p p) > and ODQ( p p ) < one seeks the greatest value of q such that: q < p and ODQ( p q) > thus one obtains an MA ( p q + ) model. 4) If these two terms are negative one applies points ) and 2) thus two models are obtained. To determinate retained models one determine the matrix T of order ( p + q + ) such that: T ( t i ) where t i if ODQ( i ) > and t i if ODQ( i ) <. Then one replaces T by the matrix A whose general term a i is defined by : ai ti + ti + ti 2 In conclusion Yt MA ( p q) a p q The SAS-macro The following statements are available in %ODQ. + + DATA OUT V MAXPQ POWER METHOD PRINT name of the input data set containing observations. name of an output data set with models. names of the time series. the upper bound of the order of the MA models..the power parameter of n in ODQ. specifies the method for estimating parameters prints the output. %ODQ(database.arma var maxpq3 power.5 methodcls out_result_ printoui); 3.3 An example The previous statements produce this output : _NAME_ VALUE ODQ ODQ.6854 ODQ ODQ ODQ2.2546

10 ODQ2.735 _NAME_ P QMA MODELE 2 4. Comparaison between these different methods The different simulations using the corner method put in obviousness the following points: - The performance of the method is sensitive to the number n of observations of the series. The asymptotic character of the method explains these results. More precisely for n < the simulated model is recognized less once on two and models of inferior orders to the former are equally recognized. When n increases the performance of the method improves especially for n > 25 the simulated model is the most often recognized and minimal order among models proposed. Finally improvements are no longer significant when n exceeds 5. - Student s test gives better results. The following graph presents the rate of recognition of the model according to the length of the series. The nullity of the ( i ) is tested which a Student s test (curve superior) and a chi-square statistic. Rate of recognition Student's test Chi-square Number of observations In the presentation these results will be compared to these obtain by the other methods.

11 References [] Beguin J.M. Gourieroux C. and Montfort A. (98) The Corner Method : An Investigation of an Discrimination Procedure for General MA Processes J. Opl. Res. Soc. Vol [2] Box G.E.P. and Jenkins G.M. (976) Time Series Analysis- Forecasting and Control San Francisco: Holden-Day. [3] Hannan E.J. and Quin B.G. (979) The Determination of the Order of an Autoregression J.R.Statist.Soc. B [4] Hannan E.J. (98) The Estimation of the Order of an MA Process The Annals of Statistics [5] Koreisha S. Kallinen A. and Pukkila T. (99) The Identification of MA Models Biometrika [6] Koreisha S. and Pukkila T. (993) New Approaches for determining the Degree of Differencing neccesary to induce Stationarity in MA Models J. of Statistical Planning and Inference North-Holland. [7] Koreisha S. and Pukkila T. (995) A Comparaison Between Different Order-Determination Criteria for Identification of IMA Models J. of Business & Economic Statistics vol. 3 n [8] Tiao G.C. and Tsay R.S. (984) Consistent Estimates of Autoregressive Parameters and Extended Sample Autocorrelation Function for Stationary and Nonstationary MA Models JASA Vol. 79 n [9] Wang P. and Zhang Hu-Ming (994) A new Way to Estimate Orders in Time Series J; of Time Series AnalysisVol

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

Example: Baseball winning % for NL West pennant winner

Example: Baseball winning % for NL West pennant winner (38) Likelihood based statistics ñ ln( _) = log of likelihood: big is good. ñ AIC = -2 ln( _) + 2(p+q) small is good Akaike's Information Criterion ñ SBC = -2 ln( _) + (p+q) ln(n) Schwartz's Bayesian Criterion

More information

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Facoltà di Economia Università dell Aquila umberto.triacca@gmail.com Introduction In this lesson we present a method to construct an ARMA(p,

More information

5 Transfer function modelling

5 Transfer function modelling MSc Further Time Series Analysis 5 Transfer function modelling 5.1 The model Consider the construction of a model for a time series (Y t ) whose values are influenced by the earlier values of a series

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

A test for improved forecasting performance at higher lead times

A test for improved forecasting performance at higher lead times A test for improved forecasting performance at higher lead times John Haywood and Granville Tunnicliffe Wilson September 3 Abstract Tiao and Xu (1993) proposed a test of whether a time series model, estimated

More information

Residuals in Time Series Models

Residuals in Time Series Models Residuals in Time Series Models José Alberto Mauricio Universidad Complutense de Madrid, Facultad de Económicas, Campus de Somosaguas, 83 Madrid, Spain. (E-mail: jamauri@ccee.ucm.es.) Summary: Three types

More information

5 Autoregressive-Moving-Average Modeling

5 Autoregressive-Moving-Average Modeling 5 Autoregressive-Moving-Average Modeling 5. Purpose. Autoregressive-moving-average (ARMA models are mathematical models of the persistence, or autocorrelation, in a time series. ARMA models are widely

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

Lecture 7: Model Building Bus 41910, Time Series Analysis, Mr. R. Tsay

Lecture 7: Model Building Bus 41910, Time Series Analysis, Mr. R. Tsay Lecture 7: Model Building Bus 41910, Time Series Analysis, Mr R Tsay An effective procedure for building empirical time series models is the Box-Jenkins approach, which consists of three stages: model

More information

Circle a single answer for each multiple choice question. Your choice should be made clearly.

Circle a single answer for each multiple choice question. Your choice should be made clearly. TEST #1 STA 4853 March 4, 215 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. There are 31 questions. Circle

More information

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8]

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] 1 Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] Insights: Price movements in one market can spread easily and instantly to another market [economic globalization and internet

More information

Vector autoregressions, VAR

Vector autoregressions, VAR 1 / 45 Vector autoregressions, VAR Chapter 2 Financial Econometrics Michael Hauser WS17/18 2 / 45 Content Cross-correlations VAR model in standard/reduced form Properties of VAR(1), VAR(p) Structural VAR,

More information

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn }

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn } Stochastic processes Time series are an example of a stochastic or random process Models for time series A stochastic process is 'a statistical phenomenon that evolves in time according to probabilistic

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Chapter 9 Multivariate time series 2 Transfer function

More information

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis Introduction to Time Series Analysis 1 Contents: I. Basics of Time Series Analysis... 4 I.1 Stationarity... 5 I.2 Autocorrelation Function... 9 I.3 Partial Autocorrelation Function (PACF)... 14 I.4 Transformation

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

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting)

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) (overshort example) White noise H 0 : Let Z t be the stationary

More information

Forecasting Area, Production and Yield of Cotton in India using ARIMA Model

Forecasting Area, Production and Yield of Cotton in India using ARIMA Model Forecasting Area, Production and Yield of Cotton in India using ARIMA Model M. K. Debnath 1, Kartic Bera 2 *, P. Mishra 1 1 Department of Agricultural Statistics, Bidhan Chanda Krishi Vishwavidyalaya,

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

Multivariate Time Series: VAR(p) Processes and Models

Multivariate Time Series: VAR(p) Processes and Models Multivariate Time Series: VAR(p) Processes and Models A VAR(p) model, for p > 0 is X t = φ 0 + Φ 1 X t 1 + + Φ p X t p + A t, where X t, φ 0, and X t i are k-vectors, Φ 1,..., Φ p are k k matrices, with

More information

The ARIMA Procedure: The ARIMA Procedure

The ARIMA Procedure: The ARIMA Procedure Page 1 of 120 Overview: ARIMA Procedure Getting Started: ARIMA Procedure The Three Stages of ARIMA Modeling Identification Stage Estimation and Diagnostic Checking Stage Forecasting Stage Using ARIMA Procedure

More information

of seasonal data demonstrating the usefulness of the devised tests. We conclude in "Conclusion" section with a discussion.

of seasonal data demonstrating the usefulness of the devised tests. We conclude in Conclusion section with a discussion. DOI 10.1186/s40064-016-3167-4 RESEARCH Open Access Portmanteau test statistics for seasonal serial correlation in time series models Esam Mahdi * *Correspondence: emahdi@iugaza.edu.ps Department of Mathematics,

More information

Design of Time Series Model for Road Accident Fatal Death in Tamilnadu

Design of Time Series Model for Road Accident Fatal Death in Tamilnadu Volume 109 No. 8 2016, 225-232 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Design of Time Series Model for Road Accident Fatal Death in Tamilnadu

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

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK

Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models. Sung Y. Park CUHK Econ 4120 Applied Forecasting Methods L10: Forecasting with Regression Models Sung Y. Park CUHK Conditional forecasting model Forecast a variable conditional on assumptions about other variables. (scenario

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

BJEST. Function: Usage:

BJEST. Function: Usage: BJEST BJEST (CONSTANT, CUMPLOT, EXACTML, NAR=number of AR parameters, NBACK=number of back-forecasted residuals,ndiff=degree of differencing, NLAG=number of autocorrelations,nma=number of MA parameters,

More information

CHAPTER 8 FORECASTING PRACTICE I

CHAPTER 8 FORECASTING PRACTICE I CHAPTER 8 FORECASTING PRACTICE I Sometimes we find time series with mixed AR and MA properties (ACF and PACF) We then can use mixed models: ARMA(p,q) These slides are based on: González-Rivera: Forecasting

More information

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω ECO 513 Spring 2015 TAKEHOME FINAL EXAM (1) Suppose the univariate stochastic process y is ARMA(2,2) of the following form: y t = 1.6974y t 1.9604y t 2 + ε t 1.6628ε t 1 +.9216ε t 2, (1) where ε is i.i.d.

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

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED

A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED A TIME SERIES PARADOX: UNIT ROOT TESTS PERFORM POORLY WHEN DATA ARE COINTEGRATED by W. Robert Reed Department of Economics and Finance University of Canterbury, New Zealand Email: bob.reed@canterbury.ac.nz

More information

EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION

EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION ARIMA MODELS: IDENTIFICATION A. Autocorrelations and Partial Autocorrelations 1. Summary of What We Know So Far: a) Series y t is to be modeled by Box-Jenkins methods. The first step was to convert y t

More information

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Delivered by Dr. Nathaniel E. Urama Department of Economics, University of Nigeria,

More information

Ch 6. Model Specification. Time Series Analysis

Ch 6. Model Specification. Time Series Analysis We start to build ARIMA(p,d,q) models. The subjects include: 1 how to determine p, d, q for a given series (Chapter 6); 2 how to estimate the parameters (φ s and θ s) of a specific ARIMA(p,d,q) model (Chapter

More information

A Data-Driven Model for Software Reliability Prediction

A Data-Driven Model for Software Reliability Prediction A Data-Driven Model for Software Reliability Prediction Author: Jung-Hua Lo IEEE International Conference on Granular Computing (2012) Young Taek Kim KAIST SE Lab. 9/4/2013 Contents Introduction Background

More information

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 )

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 ) Covariance Stationary Time Series Stochastic Process: sequence of rv s ordered by time {Y t } {...,Y 1,Y 0,Y 1,...} Defn: {Y t } is covariance stationary if E[Y t ]μ for all t cov(y t,y t j )E[(Y t μ)(y

More information

Multivariate Time Series

Multivariate Time Series Multivariate Time Series Notation: I do not use boldface (or anything else) to distinguish vectors from scalars. Tsay (and many other writers) do. I denote a multivariate stochastic process in the form

More information

Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles

Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

Forecasting with VARMA Models

Forecasting with VARMA Models EUROPEAN UNIVERSITY INSTITUTE DEPARTMENT OF ECONOMICS EUI Working Paper ECO No. 2004 /25 Forecasting with VARMA Models HELMUT LÜTKEPOHL BADIA FIESOLANA, SAN DOMENICO (FI) All rights reserved. No part of

More information

Cointegrated VARIMA models: specification and. simulation

Cointegrated VARIMA models: specification and. simulation Cointegrated VARIMA models: specification and simulation José L. Gallego and Carlos Díaz Universidad de Cantabria. Abstract In this note we show how specify cointegrated vector autoregressive-moving average

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

Econ 623 Econometrics II Topic 2: Stationary Time Series 1 Introduction Econ 623 Econometrics II Topic 2: Stationary Time Series In the regression model we can model the error term as an autoregression AR(1) process. That is, we can use the past value of the

More information

ARIMA modeling to forecast area and production of rice in West Bengal

ARIMA modeling to forecast area and production of rice in West Bengal Journal of Crop and Weed, 9(2):26-31(2013) ARIMA modeling to forecast area and production of rice in West Bengal R. BISWAS AND B. BHATTACHARYYA Department of Agricultural Statistics Bidhan Chandra Krishi

More information

IS THE NORTH ATLANTIC OSCILLATION A RANDOM WALK? A COMMENT WITH FURTHER RESULTS

IS THE NORTH ATLANTIC OSCILLATION A RANDOM WALK? A COMMENT WITH FURTHER RESULTS INTERNATIONAL JOURNAL OF CLIMATOLOGY Int. J. Climatol. 24: 377 383 (24) Published online 11 February 24 in Wiley InterScience (www.interscience.wiley.com). DOI: 1.12/joc.13 IS THE NORTH ATLANTIC OSCILLATION

More information

Outlier detection in ARIMA and seasonal ARIMA models by. Bayesian Information Type Criteria

Outlier detection in ARIMA and seasonal ARIMA models by. Bayesian Information Type Criteria Outlier detection in ARIMA and seasonal ARIMA models by Bayesian Information Type Criteria Pedro Galeano and Daniel Peña Departamento de Estadística Universidad Carlos III de Madrid 1 Introduction The

More information

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations Ch 15 Forecasting Having considered in Chapter 14 some of the properties of ARMA models, we now show how they may be used to forecast future values of an observed time series For the present we proceed

More information

Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc

Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc /. ) ( ) / (Box & Jenkins).(.(2010-2006) ARIMA(2,1,0). Abstract: The aim of this research is to

More information

1 Linear Difference Equations

1 Linear Difference Equations ARMA Handout Jialin Yu 1 Linear Difference Equations First order systems Let {ε t } t=1 denote an input sequence and {y t} t=1 sequence generated by denote an output y t = φy t 1 + ε t t = 1, 2,... with

More information

Chapter 6: Model Specification for Time Series

Chapter 6: Model Specification for Time Series Chapter 6: Model Specification for Time Series The ARIMA(p, d, q) class of models as a broad class can describe many real time series. Model specification for ARIMA(p, d, q) models involves 1. Choosing

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

Goodness-of-Fit Tests for Time Series Models: A Score-Marked Empirical Process Approach

Goodness-of-Fit Tests for Time Series Models: A Score-Marked Empirical Process Approach Goodness-of-Fit Tests for Time Series Models: A Score-Marked Empirical Process Approach By Shiqing Ling Department of Mathematics Hong Kong University of Science and Technology Let {y t : t = 0, ±1, ±2,

More information

4.1 Order Specification

4.1 Order Specification THE UNIVERSITY OF CHICAGO Booth School of Business Business 41914, Spring Quarter 2009, Mr Ruey S Tsay Lecture 7: Structural Specification of VARMA Models continued 41 Order Specification Turn to data

More information

Model selection criteria Λ

Model selection criteria Λ Model selection criteria Λ Jean-Marie Dufour y Université de Montréal First version: March 1991 Revised: July 1998 This version: April 7, 2002 Compiled: April 7, 2002, 4:10pm Λ This work was supported

More information

KALMAN-TYPE RECURSIONS FOR TIME-VARYING ARMA MODELS AND THEIR IMPLICATION FOR LEAST SQUARES PROCEDURE ANTONY G AU T I E R (LILLE)

KALMAN-TYPE RECURSIONS FOR TIME-VARYING ARMA MODELS AND THEIR IMPLICATION FOR LEAST SQUARES PROCEDURE ANTONY G AU T I E R (LILLE) PROBABILITY AND MATHEMATICAL STATISTICS Vol 29, Fasc 1 (29), pp 169 18 KALMAN-TYPE RECURSIONS FOR TIME-VARYING ARMA MODELS AND THEIR IMPLICATION FOR LEAST SQUARES PROCEDURE BY ANTONY G AU T I E R (LILLE)

More information

Dynamic Time Series Regression: A Panacea for Spurious Correlations

Dynamic Time Series Regression: A Panacea for Spurious Correlations International Journal of Scientific and Research Publications, Volume 6, Issue 10, October 2016 337 Dynamic Time Series Regression: A Panacea for Spurious Correlations Emmanuel Alphonsus Akpan *, Imoh

More information

Seasonal Models and Seasonal Adjustment

Seasonal Models and Seasonal Adjustment LECTURE 10 Seasonal Models and Seasonal Adjustment So far, we have relied upon the method of trigonometrical regression for building models which can be used for forecasting seasonal economic time series.

More information

Lesson 2: Analysis of time series

Lesson 2: Analysis of time series Lesson 2: Analysis of time series Time series Main aims of time series analysis choosing right model statistical testing forecast driving and optimalisation Problems in analysis of time series time problems

More information

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models Module 3 Descriptive Time Series Statistics and Introduction to Time Series Models Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W Q Meeker November 11, 2015

More information

ARIMA Modelling and Forecasting

ARIMA Modelling and Forecasting ARIMA Modelling and Forecasting Economic time series often appear nonstationary, because of trends, seasonal patterns, cycles, etc. However, the differences may appear stationary. Δx t x t x t 1 (first

More information

FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL

FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL S.Poyyamozhi 1, Dr. A. Kachi Mohideen 2. 1 Assistant Professor and Head, Department of Statistics, Government Arts College (Autonomous), Kumbakonam

More information

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE Mozammel H. Khan Kuwait Institute for Scientific Research Introduction The objective of this work was to investigate

More information

Sugarcane Productivity in Bihar- A Forecast through ARIMA Model

Sugarcane Productivity in Bihar- A Forecast through ARIMA Model Available online at www.ijpab.com Kumar et al Int. J. Pure App. Biosci. 5 (6): 1042-1051 (2017) ISSN: 2320 7051 DOI: http://dx.doi.org/10.18782/2320-7051.5838 ISSN: 2320 7051 Int. J. Pure App. Biosci.

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

Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh

Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh CHIANG MAI UNIVERSITY JOURNAL OF SOCIAL SCIENCE AND HUMANITIES M. N. A. Bhuiyan 1*, Kazi Saleh Ahmed 2 and Roushan Jahan 1 Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh

More information

Econometrics I. Professor William Greene Stern School of Business Department of Economics 25-1/25. Part 25: Time Series

Econometrics I. Professor William Greene Stern School of Business Department of Economics 25-1/25. Part 25: Time Series Econometrics I Professor William Greene Stern School of Business Department of Economics 25-1/25 Econometrics I Part 25 Time Series 25-2/25 Modeling an Economic Time Series Observed y 0, y 1,, y t, What

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

Applied time-series analysis

Applied time-series analysis Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 18, 2011 Outline Introduction and overview Econometric Time-Series Analysis In principle,

More information

Revisiting linear and non-linear methodologies for time series prediction - application to ESTSP 08 competition data

Revisiting linear and non-linear methodologies for time series prediction - application to ESTSP 08 competition data Revisiting linear and non-linear methodologies for time series - application to ESTSP 08 competition data Madalina Olteanu Universite Paris 1 - SAMOS CES 90 Rue de Tolbiac, 75013 Paris - France Abstract.

More information

arxiv: v1 [stat.me] 5 Nov 2008

arxiv: v1 [stat.me] 5 Nov 2008 arxiv:0811.0659v1 [stat.me] 5 Nov 2008 Estimation of missing data by using the filtering process in a time series modeling Ahmad Mahir R. and Al-khazaleh A. M. H. School of Mathematical Sciences Faculty

More information

Review Session: Econometrics - CLEFIN (20192)

Review Session: Econometrics - CLEFIN (20192) Review Session: Econometrics - CLEFIN (20192) Part II: Univariate time series analysis Daniele Bianchi March 20, 2013 Fundamentals Stationarity A time series is a sequence of random variables x t, t =

More information

Univariate linear models

Univariate linear models Univariate linear models The specification process of an univariate ARIMA model is based on the theoretical properties of the different processes and it is also important the observation and interpretation

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

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

Autoregressive Moving Average (ARMA) Models and their Practical Applications

Autoregressive Moving Average (ARMA) Models and their Practical Applications Autoregressive Moving Average (ARMA) Models and their Practical Applications Massimo Guidolin February 2018 1 Essential Concepts in Time Series Analysis 1.1 Time Series and Their Properties Time series:

More information

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University Topic 4 Unit Roots Gerald P. Dwyer Clemson University February 2016 Outline 1 Unit Roots Introduction Trend and Difference Stationary Autocorrelations of Series That Have Deterministic or Stochastic Trends

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

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Emmanuel Alphonsus Akpan Imoh Udo Moffat Department of Mathematics and Statistics University of Uyo, Nigeria Ntiedo Bassey Ekpo Department of

More information

Forecasting with the age-period-cohort model and the extended chain-ladder model

Forecasting with the age-period-cohort model and the extended chain-ladder model Forecasting with the age-period-cohort model and the extended chain-ladder model By D. KUANG Department of Statistics, University of Oxford, Oxford OX1 3TG, U.K. di.kuang@some.ox.ac.uk B. Nielsen Nuffield

More information

Ch. 14 Stationary ARMA Process

Ch. 14 Stationary ARMA Process Ch. 14 Stationary ARMA Process A general linear stochastic model is described that suppose a time series to be generated by a linear aggregation of random shock. For practical representation it is desirable

More information

1. Fundamental concepts

1. Fundamental concepts . Fundamental concepts A time series is a sequence of data points, measured typically at successive times spaced at uniform intervals. Time series are used in such fields as statistics, signal processing

More information

Volatility. Gerald P. Dwyer. February Clemson University

Volatility. Gerald P. Dwyer. February Clemson University Volatility Gerald P. Dwyer Clemson University February 2016 Outline 1 Volatility Characteristics of Time Series Heteroskedasticity Simpler Estimation Strategies Exponentially Weighted Moving Average Use

More information

SOME COMMENTS ON THE THEOREM PROVIDING STATIONARITY CONDITION FOR GSTAR MODELS IN THE PAPER BY BOROVKOVA et al.

SOME COMMENTS ON THE THEOREM PROVIDING STATIONARITY CONDITION FOR GSTAR MODELS IN THE PAPER BY BOROVKOVA et al. J. Indones. Math. Soc. (MIHMI) Vol. xx, No. xx (20xx), pp. xx xx. SOME COMMENTS ON THE THEOREM PROVIDING STATIONARITY CONDITION FOR GSTAR MODELS IN THE PAPER BY BOROVKOVA et al. SUHARTONO and SUBANAR Abstract.

More information

9. Multivariate Linear Time Series (II). MA6622, Ernesto Mordecki, CityU, HK, 2006.

9. Multivariate Linear Time Series (II). MA6622, Ernesto Mordecki, CityU, HK, 2006. 9. Multivariate Linear Time Series (II). MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Introduction to Time Series and Forecasting. P.J. Brockwell and R. A. Davis, Springer Texts

More information

Time Series Analysis. Asymptotic Results for Spatial ARMA Models

Time Series Analysis. Asymptotic Results for Spatial ARMA Models Communications in Statistics Theory Methods, 35: 67 688, 2006 Copyright Taylor & Francis Group, LLC ISSN: 036-0926 print/532-45x online DOI: 0.080/036092050049893 Time Series Analysis Asymptotic Results

More information

Time series analysis of activity and temperature data of four healthy individuals

Time series analysis of activity and temperature data of four healthy individuals Time series analysis of activity and temperature data of four healthy individuals B.Hadj-Amar N.Cunningham S.Ip March 11, 2016 B.Hadj-Amar, N.Cunningham, S.Ip Time Series Analysis March 11, 2016 1 / 26

More information

3. ARMA Modeling. Now: Important class of stationary processes

3. ARMA Modeling. Now: Important class of stationary processes 3. ARMA Modeling Now: Important class of stationary processes Definition 3.1: (ARMA(p, q) process) Let {ɛ t } t Z WN(0, σ 2 ) be a white noise process. The process {X t } t Z is called AutoRegressive-Moving-Average

More information

Testing for a unit root in an ar(1) model using three and four moment approximations: symmetric distributions

Testing for a unit root in an ar(1) model using three and four moment approximations: symmetric distributions Hong Kong Baptist University HKBU Institutional Repository Department of Economics Journal Articles Department of Economics 1998 Testing for a unit root in an ar(1) model using three and four moment approximations:

More information

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis Chapter 12: An introduction to Time Series Analysis Introduction In this chapter, we will discuss forecasting with single-series (univariate) Box-Jenkins models. The common name of the models is Auto-Regressive

More information

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41914, Spring Quarter 017, Mr Ruey S Tsay Solutions to Midterm Problem A: (51 points; 3 points per question) Answer briefly the following questions

More information

SAS/ETS 14.1 User s Guide. The ARIMA Procedure

SAS/ETS 14.1 User s Guide. The ARIMA Procedure SAS/ETS 14.1 User s Guide The ARIMA Procedure This document is an individual chapter from SAS/ETS 14.1 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

Forecasting Bangladesh's Inflation through Econometric Models

Forecasting Bangladesh's Inflation through Econometric Models American Journal of Economics and Business Administration Original Research Paper Forecasting Bangladesh's Inflation through Econometric Models 1,2 Nazmul Islam 1 Department of Humanities, Bangladesh University

More information

Binary choice 3.3 Maximum likelihood estimation

Binary choice 3.3 Maximum likelihood estimation Binary choice 3.3 Maximum likelihood estimation Michel Bierlaire Output of the estimation We explain here the various outputs from the maximum likelihood estimation procedure. Solution of the maximum likelihood

More information

Vector autoregressive Moving Average Process. Presented by Muhammad Iqbal, Amjad Naveed and Muhammad Nadeem

Vector autoregressive Moving Average Process. Presented by Muhammad Iqbal, Amjad Naveed and Muhammad Nadeem Vector autoregressive Moving Average Process Presented by Muhammad Iqbal, Amjad Naveed and Muhammad Nadeem Road Map 1. Introduction 2. Properties of MA Finite Process 3. Stationarity of MA Process 4. VARMA

More information

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS Marian Zaharia, Ioana Zaheu, and Elena Roxana Stan Abstract Stock exchange market is one of the most dynamic and unpredictable

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

Time Series Outlier Detection

Time Series Outlier Detection Time Series Outlier Detection Tingyi Zhu July 28, 2016 Tingyi Zhu Time Series Outlier Detection July 28, 2016 1 / 42 Outline Time Series Basics Outliers Detection in Single Time Series Outlier Series Detection

More information

Chapter 18 The STATESPACE Procedure

Chapter 18 The STATESPACE Procedure Chapter 18 The STATESPACE Procedure Chapter Table of Contents OVERVIEW...999 GETTING STARTED...1002 AutomaticStateSpaceModelSelection...1003 SpecifyingtheStateSpaceModel...1010 SYNTAX...1013 FunctionalSummary...1013

More information

Multiplicative Sarima Modelling Of Nigerian Monthly Crude Oil Domestic Production

Multiplicative Sarima Modelling Of Nigerian Monthly Crude Oil Domestic Production Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 103-112 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 Multiplicative Sarima Modelling Of Nigerian Monthly Crude Oil

More information