Lecture 2: ARMA(p,q) models (part 3)

Size: px
Start display at page:

Download "Lecture 2: ARMA(p,q) models (part 3)"

Transcription

1 Lecture 2: ARMA(p,q) models (part 3) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept Jan Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

2 Motivation Introduction Characterize the main properties of ARMA(p,q) models. Estimation of ARMA(p,q) models Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

3 Road map Introduction 1 ARMA(1,1) model Definition and conditions Moments Estimation 2 ARMA(p,q) model Definition and conditions Moments Estimation 3 Application 4 Appendix Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

4 ARMA(1,1) model Definition and conditions 1. ARMA(1,1) 1.1. Definition and conditions Definition A stochastic process (X t ) t Z is said to be a mixture autoregressive moving average model of order 1, ARMA(1,1), if it satisfies the following equation : X t = µ + φx t 1 + ɛ t + θɛ t 1 t Φ(L)X t = µ + Θ(L)ɛ t where θ 0, θ 0, µ is a constant term, (ɛ t ) t Z is a weak white noise process with expectation zero and variance σ 2 ɛ (ɛ t WN(0, σ 2 ɛ )), Φ(L) = 1 φl and Θ(L) = 1 + θl. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

5 ARMA(1,1) model Definition and conditions Simulation of an ARMA(1,1) with (-0.5;-0.5) 4 Simulation of an ARMA(1,1) with (-0.5;0.5) Simulation of an ARMA(1,1) with (0.9;-0.5) 10 Simulation of an ARMA(1,1) with (0.9;0.5) Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

6 ARMA(1,1) model Definition and conditions The properties of an ARMA(1,1) process are a mixture of those of an AR(1) and MA(1) processes : The (stability) stationarity condition is the one of an AR(1) process (or ARMA(1,0) process) : φ < 1. The invertibility condition is the one of a MA(1) process (or ARMA(0,1) process) : θ < 1. The representation of an ARMA(1,1) process is fundamental or causal if : φ < 1 and θ < 1. The representation of an ARMA(1,1) process is said to be minimal and causal if : φ < 1, θ < 1 and φ θ. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

7 ARMA(1,1) model Definition and conditions If (X t ) is stable and thus weakly stationary, then (X t ) has an infinite moving average representation (MA( )) : X t = = µ 1 φ + (1 φl) 1 (1 + θl)ɛ t µ 1 φ + a k ɛ t k k=0 where : a 0 = 1 a k = φ k + θφ k 1. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

8 ARMA(1,1) model Definition and conditions If (X t ) is invertible, then (X t ) has an infinite autoregressive representation (AR( )) : i.e. (1 θ L) 1 (1 φl)x t = X t = = µ 1 θ + ɛ t µ 1 θ + b k X t k + ɛ t k=1 where θ = θ, and : b k = θ k θ k 1 φ. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

9 1.2. Moments ARMA(1,1) model Moments Definition Let (X t ) denote a stationary stochastic process that has a fundamental ARMA(1,1) representation, X t = µ + φx t 1 + ɛ t + θɛ t 1. Then : E [X t ] = Proof : See Appendix 1. µ 1 φ m γ X (0) 1 + 2φθ + θ2 V(X t ) = 1 φ 2 σɛ 2 γ X (1) (φ + θ)(1 + φθ) Cov [X t, X t 1 ] = 1 φ 2 σɛ 2 γ X (h) = φγ X (h 1) for h > 1. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

10 ARMA(1,1) model Moments Definition The autocorrelation function of an ARMA(1,1) process satisfies : 1 if h = 0 (φ+θ)(1+φθ) ρ X (h) = if h = 1 1+2φθ+θ 2 φρ X (h 1) if h > 1. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

11 ARMA(1,1) model Moments The autocorrelation function of an ARMA(1,1) process exhibits exponential decay towards zero : it does not cut off but gradually dies out as h increases. The autocorrelation function of an ARMA(1,1) process displays the shape of that of an AR(1) process for h > 1. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

12 ARMA(1,1) model Moments Partial Autocorrelation : The partial autocorrelation function of an ARMA(1,1) process will gradually die out (the same property as a moving average model). Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

13 Estimation ARMA(1,1) model Estimation Same techniques as before, especially those of MA models. Yule-Walker estimator : the extended Yule-Walker equations could be used in principe to estimate the AR coefficients but the MA coefficients need to be estimated by other means. In the presence of moving average components, the least squares estimator becomes nonlinear and the corresponding estimator is the conditional nonlinear least squares estimator (see estimation of MA(q) models). It has to be solved with numerical methods. Taking explicit distributional assumption for the error term, the conditional or exact maximum likelihood estimator can be computed (using also numerical or optimization methods). Other methods are also available : the Kalman filter, the generalized method of moments, etc. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

14 ARMA(1,1) model Estimation Estimation of ARMA(p,q) models (true DGP: µ = 0, φ = 0.9, and θ = 0.5) Coefficient Std. Error t-statistic p-value. Akaike info criterion Schwarz criterion ARMA(1,1) C AR(1) MA(1) ARMA(2,2) C AR(1) AR(2) MA(1) MA(2) ARMA(2,1) AR(1) AR(2) MA(1) AR(2) C AR(1) AR(2) AR(1) C AR(1) MA(2) C MA(1) MA(2) MA(4) C MA(1) MA(2) MA(3) MA(4) Note: C, AR(j), and MA(j) are respectively the estimate of the constant term, the jth autogressive term, and the jth moving average term. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

15 ARMA(p,q) model Definition and conditions 2. ARMA(p,q) 2.1. Definition and conditions Definition A stochastic process (X t ) t Z is said to be a mixture autoregressive moving average model of order p and q, ARMA(p,q), if it satisfies the following equation : X t = µ + φ 1 X t φ p X t p + ɛ t + θ 1 ɛ t θ q ɛ t q t Φ(L)X t = µ + Θ(L)ɛ t where θ q 0, φ p 0, µ is a constant term, (ɛ t ) t Z is a weak white noise process with expectation zero and variance σ 2 ɛ (ɛ t WN(0, σ 2 ɛ )), Φ(L) = 1 φ 1 L φ p L p and Θ(L) = 1 + θ 1 L + + θ q L q. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

16 ARMA(p,q) model Definition and conditions Main idea of ARMA(p,q) models Approximate Wold form of stationary time series by parsimonious parametric models AR and MA models can be cumbersome because one may need a high-order model with many parameters to adequately describe the data dynamics (see the effective Fed fund rate application) By mixing AR and MA models into a more compact form, the number of parameters is kept small... Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

17 ARMA(p,q) model Definition and conditions The properties of an ARMA(p,q) process are a mixture of those of an AR(p) and MA(q) processes : The (stability) stationarity conditions are those of an AR(p) process (or ARMA(p,0) process) : z p Φ(z 1 ) = 0 z p φ 1 z p 1 φ p = 0 z i < 1. for i = 1,, p. The invertibility conditions are those of an MA(q) process (or ARMA(0,q) process) : z q Θ(z 1 ) = 0 z q + θ 1 z q θ q = 0 z i < 1. for i = 1,, q. The representation of an ARMA(p,q) process is fundamental or causal if it is stable and invertible The representation of an ARMA(1,1) process is said to be minimal and causal if it is stable, invertible and the characteristic polynomials z p Φ(z 1 ) and z q Θ(z 1 ) have no common roots. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

18 ARMA(p,q) model Definition and conditions Definition The representation of a mixture autoregressive moving average process of order p and q defined by : X t = µ + φ 1X t φ px t p + ɛ t + θ 1ɛ t θ qɛ t q, is said to be a minimal causal (fundamental) representation (ɛ t) is the innovation process if : (i) All the roots of the characteristic equation associated to Φ z p φ 1z p 1 φ p = 0 are of modulus less than one, z i < 1 for i = 1,, p ; (ii) All the roots of the characteristic equation associated to Θ z q + θ 1z q θ q = 0 are of modulus less than one, z i < 1 for i = 1,, q ; (iii) The characteristic polynomials z p Φ(z 1 ) and z q Θ(z 1 ) have no common roots. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

19 ARMA(p,q) model Definition and conditions If (X t ) is stable and thus weakly stationary, then (X t ) has an infinite moving average representation (MA( )) : X t = = µ 1 p k=1 φ k µ 1 p k=1 φ k + Φ(L) 1 (1 + θl)ɛ t + a k ɛ t k k=0 where : a 0 = 1 a k < k=0 Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

20 ARMA(p,q) model Definition and conditions If (X t ) is invertible, then (X t ) has an infinite autoregressive representation (AR( )) : i.e. Θ(L) 1 Φ(L)X t = X t = = µ 1 q k=1 θ q µ 1 q k=1 θ k + + ɛ t b k X t k + ɛ t k=1 where θ k = θ k. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

21 ARMA(p,q) model Moments 2.2. Moments of an ARMA(p,q) The properties of the moments of an ARMA(p,q) are also a mixture of those of an AR(1) and MA(1) processes. The mean is the same as the one of an AR(p) model (with a constant term) : E(X t ) = µ 1 p k=1 φ k m. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

22 ARMA(p,q) model Moments Autocorrelation : The autocorrelation function of an ARMA(p,q) process exhibits exponential decay towards zero : it does not cut off but gradually dies out as h increases (possibly damped oscillations. The autocorrelation function of an ARMA(p,q) process displays the shape of that of an AR(p) process for h > max(p, q + 1). Partial Autocorrelation : The partial autocorrelation function of an ARMA(p,q) process will gradually die out (the same property as a MA(q) model). Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

23 2.3. Estimation ARMA(p,q) model Estimation Same techniques as in previous models... 1 Conditional least squares method 2 Maximum likelihood estimator (conditional or exact) 3 Generalized method of moments 4 Etc Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

24 Application 3. Application Effective Fed fund rate : 1970 : :01 (monthly observations) An ARMA(1,2) captures better the dynamics of the effective Fed fund rate. ML estimation of the effective Fed fund rate : ARMA(1,2) Coefficients Estimates Std. Error P-value µ φ θ θ Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

25 Application Effective Fed fund rate: ARMA(1,2) specification Residual Actual Fitted Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

26 Application Effective Fed fund rate: diagnostics of the ARMA(1,2) specification Autocorrelation Actual Theoretical Partial autocorrelation Actual Theoretical Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

27 Application Effective Fed fund rate: Impulse response function of the estimated ARMA(1,2) specification 1.0 Impulse Response ± 2 S.E Accumulated Response ± 2 S.E Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

28 4. Appendix Appendix 1. Moments of an ARMA(1,1). Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

29 Appendix 1. Moments of an ARMA(1,1) The properties of the moments of an ARMA(1,1) are a mixture of those of an AR(1) and MA(1) processes. The mean is the same as the one of an AR(1) model (with a constant term) : E(X t ) = E (µ + φx t 1 + ɛ t + θɛ t 1 ) = µ + φe(x t 1 ) + E(ɛ t ) + θe(ɛ t 1 ) = µ + φe(x t ) since E(X t ) = E(X t j ) for all j (stationarity property) and E(ɛ t j ) = 0 for all j(white noise). Therefore, E(X t ) = µ 1 φ m. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

30 Appendix Autocovariances Trick : Proceed in the same way and note that the Yule-Walker equations are the same as those of an AR(1) for h > 1. For h = 0 : γ X (0) = E [(X t m)(x t m)] = E [(φ(x t 1 m) + ɛ t + θɛ t 1) (X t m)] = φe [(X t m)(x t 1 m)] + E [ɛ t(x t m)] + θ E [ɛ t 1(X t m)] } {{ } 0 = φγ X (1) + σɛ 2 +θe [(φ(x t 1 m) + ɛ t + θɛ t 1) ɛ t 1] } {{ } AR(1) part = φγ X (1) + σ 2 ɛ + θφe [(X t 1 m)ɛ t 1] + θe [ɛ tɛ t 1] + θ 2 E = φγ X (1) + σ 2 ɛ (1 + θ(φ + θ)). [ ] ɛ 2 t 1 Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

31 Appendix For h = 1 : γ X (1) = E [(X t m)(x t 1 m)] = E [(φ(x t 1 m) + ɛ t + θɛ t 1 ) (X t 1 m)] = φe [(X t 1 m)(x t 1 m)] + E [ɛ t (X t 1 m)] +θe [ɛ t 1 (X t 1 m)] = φγ X (0) +θσɛ 2 } {{ } AR(1) part Solving for γ X (0) and γ X (1) : γ X (0) V(X t ) = γ X (1) Cov(X t, X t 1 ) = 1 + 2φθ + θ2 1 φ 2 σ 2 ɛ (φ + θ)(1 + φθ) 1 φ 2 σ 2 ɛ. Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

32 Appendix For h > 1 : γ X (h) = E [(X t m)(x t h m)] = E [(φ(x t 1 m) + ɛ t + θɛ t 1 ) (X t h m)] = φe [(X t 1 m)(x t h m)] + E [ɛ t (X t h m)] +θe [ɛ t 1 (X t h m)] = φγ X (h 1) } {{ } AR(1) part since E [ɛ t j (X t h m)] = 0 for all h > j (ɛ t ) is the innovation process. The expression of the autocovariance of order h displays the same difference or recurrence equation as in an AR(1) model only the initial value γ X (1) changes! Florian Pelgrin (HEC) Univariate time series Sept Jan / 32

Time Series Analysis

Time Series Analysis Time Series Analysis Autoregressive, MA and ARMA processes Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 212 Alonso and García-Martos

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Spring 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Univariate Time Series Analysis We consider a single time series, y,y 2,..., y T. We want to construct simple

More information

Introduction to Time Series Analysis. Lecture 6.

Introduction to Time Series Analysis. Lecture 6. Introduction to Time Series Analysis. Lecture 6. Peter Bartlett www.stat.berkeley.edu/ bartlett/courses/153-fall2010 Last lecture: 1. Causality 2. Invertibility 3. AR(p) models 4. ARMA(p,q) models 1 Introduction

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

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 Identification of univariate time series models, cont.:

More information

Some useful concepts in univariate time series analysis

Some useful concepts in univariate time series analysis Some useful concepts in univariate time series analysis Autoregressive moving average models Autocorrelation functions Model Estimation Diagnostic measure Model selection Forecasting Assumptions: 1. Non-seasonal

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

More information

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI (9906360) - 1 - ABSTRACT...3 1. INTRODUCTION...4 2. DATA ANALYSIS...5 2.1 Stationary estimation...5 2.2 Dickey-Fuller Test...6 3.

More information

Estimating an ARMA Process

Estimating an ARMA Process Statistics 910, #12 1 Overview Estimating an ARMA Process 1. Main ideas 2. Fitting autoregressions 3. Fitting with moving average components 4. Standard errors 5. Examples 6. Appendix: Simple estimators

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: mag208@exeter.ac.uk Time Series - An Introduction A time series is a sequence of observations

More information

Exam Solutions. X t = µ + βt + A t,

Exam Solutions. X t = µ + βt + A t, Exam Solutions Please put your answers on these pages. Write very carefully and legibly. HIT Shenzhen Graduate School James E. Gentle, 2015 1. 3 points. There was a transcription error on the registrar

More information

Time Series Analysis 1. Lecture 8: Time Series Analysis. Time Series Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013 MIT 18.S096

Time Series Analysis 1. Lecture 8: Time Series Analysis. Time Series Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013 MIT 18.S096 Lecture 8: Time Series Analysis MIT 18.S096 Dr. Kempthorne Fall 2013 MIT 18.S096 Time Series Analysis 1 Outline Time Series Analysis 1 Time Series Analysis MIT 18.S096 Time Series Analysis 2 A stochastic

More information

3.1 Stationary Processes and Mean Reversion

3.1 Stationary Processes and Mean Reversion 3. Univariate Time Series Models 3.1 Stationary Processes and Mean Reversion Definition 3.1: A time series y t, t = 1,..., T is called (covariance) stationary if (1) E[y t ] = µ, for all t Cov[y t, y t

More information

Time Series Analysis in Economics. Klaus Neusser

Time Series Analysis in Economics. Klaus Neusser Time Series Analysis in Economics Klaus Neusser May 26, 2015 Contents I Univariate Time Series Analysis 3 1 Introduction 1 1.1 Some examples.......................... 2 1.2 Formal definitions.........................

More information

Non-Stationary Time Series andunitroottests

Non-Stationary Time Series andunitroottests Econometrics 2 Fall 2005 Non-Stationary Time Series andunitroottests Heino Bohn Nielsen 1of25 Introduction Many economic time series are trending. Important to distinguish between two important cases:

More information

ARMA, GARCH and Related Option Pricing Method

ARMA, GARCH and Related Option Pricing Method ARMA, GARCH and Related Option Pricing Method Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook September

More information

Time Series Analysis and Forecasting

Time Series Analysis and Forecasting Time Series Analysis and Forecasting Math 667 Al Nosedal Department of Mathematics Indiana University of Pennsylvania Time Series Analysis and Forecasting p. 1/11 Introduction Many decision-making applications

More information

Advanced Forecasting Techniques and Models: ARIMA

Advanced Forecasting Techniques and Models: ARIMA Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: admin@realoptionsvaluation.com

More information

Graphical Tools for Exploring and Analyzing Data From ARIMA Time Series Models

Graphical Tools for Exploring and Analyzing Data From ARIMA Time Series Models Graphical Tools for Exploring and Analyzing Data From ARIMA Time Series Models William Q. Meeker Department of Statistics Iowa State University Ames, IA 50011 January 13, 2001 Abstract S-plus is a highly

More information

Time Series - ARIMA Models. Instructor: G. William Schwert

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 schwert@schwert.ssb.rochester.edu Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

More information

Software Review: ITSM 2000 Professional Version 6.0.

Software Review: ITSM 2000 Professional Version 6.0. Lee, J. & Strazicich, M.C. (2002). Software Review: ITSM 2000 Professional Version 6.0. International Journal of Forecasting, 18(3): 455-459 (June 2002). Published by Elsevier (ISSN: 0169-2070). http://0-

More information

AR(p) + MA(q) = ARMA(p, q)

AR(p) + MA(q) = ARMA(p, q) AR(p) + MA(q) = ARMA(p, q) Outline 1 3.4: ARMA(p, q) Model 2 Homework 3a Arthur Berg AR(p) + MA(q) = ARMA(p, q) 2/ 12 ARMA(p, q) Model Definition (ARMA(p, q) Model) A time series is ARMA(p, q) if it is

More information

1 Short Introduction to Time Series

1 Short Introduction to Time Series ECONOMICS 7344, Spring 202 Bent E. Sørensen January 24, 202 Short Introduction to Time Series A time series is a collection of stochastic variables x,.., x t,.., x T indexed by an integer value t. The

More information

Lecture Notes on Univariate Time Series Analysis and Box Jenkins Forecasting John Frain Economic Analysis, Research and Publications April 1992 (reprinted with revisions) January 1999 Abstract These are

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)

More information

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4

More information

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen

Forecasting model of electricity demand in the Nordic countries. Tone Pedersen Forecasting model of electricity demand in the Nordic countries Tone Pedersen 3/19/2014 Abstract A model implemented in order to describe the electricity demand on hourly basis for the Nordic countries.

More information

Topic 5: Stochastic Growth and Real Business Cycles

Topic 5: Stochastic Growth and Real Business Cycles Topic 5: Stochastic Growth and Real Business Cycles Yulei Luo SEF of HKU October 1, 2015 Luo, Y. (SEF of HKU) Macro Theory October 1, 2015 1 / 45 Lag Operators The lag operator (L) is de ned as Similar

More information

Semi Parametric Estimation of Long Memory: Comparisons and Some Attractive Alternatives

Semi Parametric Estimation of Long Memory: Comparisons and Some Attractive Alternatives Semi Parametric Estimation of Long Memory: Comparisons and Some Attractive Alternatives Richard T. Baillie Departments of Economics and Finance, Michigan State University Department of Economics, Queen

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

Time Series Analysis

Time Series Analysis JUNE 2012 Time Series Analysis CONTENT A time series is a chronological sequence of observations on a particular variable. Usually the observations are taken at regular intervals (days, months, years),

More information

Prediction of Stock Price usingautoregressiveintegrated Moving AverageFilter Arima P,D,Q

Prediction of Stock Price usingautoregressiveintegrated Moving AverageFilter Arima P,D,Q Global Journal of Science Frontier Research Mathematics and Decision Sciences Volume 13 Issue 8 Version 1.0 Year Type : Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Discrete Time Series Analysis with ARMA Models

Discrete Time Series Analysis with ARMA Models Discrete Time Series Analysis with ARMA Models Veronica Sitsofe Ahiati (veronica@aims.ac.za) African Institute for Mathematical Sciences (AIMS) Supervised by Tina Marquardt Munich University of Technology,

More information

Studying Achievement

Studying Achievement Journal of Business and Economics, ISSN 2155-7950, USA November 2014, Volume 5, No. 11, pp. 2052-2056 DOI: 10.15341/jbe(2155-7950)/11.05.2014/009 Academic Star Publishing Company, 2014 http://www.academicstar.us

More information

Autocovariance and Autocorrelation

Autocovariance and Autocorrelation Chapter 3 Autocovariance and Autocorrelation If the {X n } process is weakly stationary, the covariance of X n and X n+k depends only on the lag k. This leads to the following definition of the autocovariance

More information

How To Model A Series With Sas

How To Model A Series With Sas Chapter 7 Chapter Table of Contents OVERVIEW...193 GETTING STARTED...194 TheThreeStagesofARIMAModeling...194 IdentificationStage...194 Estimation and Diagnostic Checking Stage...... 200 Forecasting Stage...205

More information

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Traffic Safety Facts Research Note March 2004 DOT HS 809 718 Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Summary This research note uses

More information

Time Series Analysis III

Time Series Analysis III Lecture 12: Time Series Analysis III MIT 18.S096 Dr. Kempthorne Fall 2013 MIT 18.S096 Time Series Analysis III 1 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis

More information

Time Series Analysis

Time Series Analysis Time Series 1 April 9, 2013 Time Series Analysis This chapter presents an introduction to the branch of statistics known as time series analysis. Often the data we collect in environmental studies is collected

More information

Chapter 9: Univariate Time Series Analysis

Chapter 9: Univariate Time Series Analysis Chapter 9: Univariate Time Series Analysis In the last chapter we discussed models with only lags of explanatory variables. These can be misleading if: 1. The dependent variable Y t depends on lags of

More information

Time Series Laboratory

Time Series Laboratory Time Series Laboratory Computing in Weber Classrooms 205-206: To log in, make sure that the DOMAIN NAME is set to MATHSTAT. Use the workshop username: primesw The password will be distributed during the

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS Ramasubramanian V. I.A.S.R.I., Library Avenue, New Delhi- 110 012 ram_stat@yahoo.co.in 1. Introduction A Time Series (TS) is a sequence of observations ordered in time. Mostly these

More information

Forecasting Using Eviews 2.0: An Overview

Forecasting Using Eviews 2.0: An Overview Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values

More information

Analysis of algorithms of time series analysis for forecasting sales

Analysis of algorithms of time series analysis for forecasting sales SAINT-PETERSBURG STATE UNIVERSITY Mathematics & Mechanics Faculty Chair of Analytical Information Systems Garipov Emil Analysis of algorithms of time series analysis for forecasting sales Course Work Scientific

More information

ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES

ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES ANALYZING INVESTMENT RETURN OF ASSET PORTFOLIOS WITH MULTIVARIATE ORNSTEIN-UHLENBECK PROCESSES by Xiaofeng Qian Doctor of Philosophy, Boston University, 27 Bachelor of Science, Peking University, 2 a Project

More information

9th Russian Summer School in Information Retrieval Big Data Analytics with R

9th Russian Summer School in Information Retrieval Big Data Analytics with R 9th Russian Summer School in Information Retrieval Big Data Analytics with R Introduction to Time Series with R A. Karakitsiou A. Migdalas Industrial Logistics, ETS Institute Luleå University of Technology

More information

Forecasting Chilean Industrial Production and Sales with Automated Procedures 1

Forecasting Chilean Industrial Production and Sales with Automated Procedures 1 Forecasting Chilean Industrial Production and Sales with Automated Procedures 1 Rómulo A. Chumacero 2 February 2004 1 I thank Ernesto Pastén, Klaus Schmidt-Hebbel, and Rodrigo Valdés for helpful comments

More information

The SAS Time Series Forecasting System

The SAS Time Series Forecasting System The SAS Time Series Forecasting System An Overview for Public Health Researchers Charles DiMaggio, PhD College of Physicians and Surgeons Departments of Anesthesiology and Epidemiology Columbia University

More information

Financial TIme Series Analysis: Part II

Financial TIme Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland January 29 February 13, 2015 Feb 14, 2015 1 Univariate linear stochastic models: further topics Unobserved component model Signal

More information

Fractionally integrated data and the autodistributed lag model: results from a simulation study

Fractionally integrated data and the autodistributed lag model: results from a simulation study Fractionally integrated data and the autodistributed lag model: results from a simulation study Justin Esarey July 1, 215 Abstract Two contributions in this issue, Grant and Lebo (215) and Keele, Linn

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Math 541: Statistical Theory II Lecturer: Songfeng Zheng Maximum Likelihood Estimation 1 Maximum Likelihood Estimation Maximum likelihood is a relatively simple method of constructing an estimator for

More information

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory Agenda Managing Uncertainty in the Supply Chain TIØ485 Produkjons- og nettverksøkonomi Lecture 3 Classic Inventory models Economic Order Quantity (aka Economic Lot Size) The (s,s) Inventory Policy Managing

More information

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Department of Industrial Engineering and Management Sciences Northwestern University September 15th, 2014

More information

THE SVM APPROACH FOR BOX JENKINS MODELS

THE SVM APPROACH FOR BOX JENKINS MODELS REVSTAT Statistical Journal Volume 7, Number 1, April 2009, 23 36 THE SVM APPROACH FOR BOX JENKINS MODELS Authors: Saeid Amiri Dep. of Energy and Technology, Swedish Univ. of Agriculture Sciences, P.O.Box

More information

3. Regression & Exponential Smoothing

3. Regression & Exponential Smoothing 3. Regression & Exponential Smoothing 3.1 Forecasting a Single Time Series Two main approaches are traditionally used to model a single time series z 1, z 2,..., z n 1. Models the observation z t as a

More information

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression Logistic Regression Department of Statistics The Pennsylvania State University Email: jiali@stat.psu.edu Logistic Regression Preserve linear classification boundaries. By the Bayes rule: Ĝ(x) = arg max

More information

Is the Basis of the Stock Index Futures Markets Nonlinear?

Is the Basis of the Stock Index Futures Markets Nonlinear? University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Engineering and Information Sciences 2011 Is the Basis of the Stock

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

A FULLY INTEGRATED ENVIRONMENT FOR TIME-DEPENDENT DATA ANALYSIS

A FULLY INTEGRATED ENVIRONMENT FOR TIME-DEPENDENT DATA ANALYSIS A FULLY INTEGRATED ENVIRONMENT FOR TIME-DEPENDENT DATA ANALYSIS Version 1.4 July 2007 First edition Intended for use with Mathematica 6 or higher Software and manual: Yu He, John Novak, Darren Glosemeyer

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem Chapter Vector autoregressions We begin by taking a look at the data of macroeconomics. A way to summarize the dynamics of macroeconomic data is to make use of vector autoregressions. VAR models have become

More information

Time Series in Mathematical Finance

Time Series in Mathematical Finance Instituto Superior Técnico (IST, Portugal) and CEMAT cnunes@math.ist.utl.pt European Summer School in Industrial Mathematics Universidad Carlos III de Madrid July 2013 Outline The objective of this short

More information

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2 THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Homework Assignment #2 Assignment: 1. Consumer Sentiment of the University of Michigan.

More information

Integrated Resource Plan

Integrated Resource Plan Integrated Resource Plan March 19, 2004 PREPARED FOR KAUA I ISLAND UTILITY COOPERATIVE LCG Consulting 4962 El Camino Real, Suite 112 Los Altos, CA 94022 650-962-9670 1 IRP 1 ELECTRIC LOAD FORECASTING 1.1

More information

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Business cycle plays an important role in economics. In time series analysis, business cycle

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

Spectral Analysis of Stochastic Processes

Spectral Analysis of Stochastic Processes Spectral Analysis of Stochastic Processes Henning Rust hrust@uni-potsdam.de Nonlinear Dynamics Group, University of Potsdam Lecture Notes for the E2C2 / GIACS Summer School, Comorova, Romania September

More information

Impulse Response Functions

Impulse Response Functions Impulse Response Functions Wouter J. Den Haan University of Amsterdam April 28, 2011 General definition IRFs The IRF gives the j th -period response when the system is shocked by a one-standard-deviation

More information

State Space Time Series Analysis

State Space Time Series Analysis State Space Time Series Analysis p. 1 State Space Time Series Analysis Siem Jan Koopman http://staff.feweb.vu.nl/koopman Department of Econometrics VU University Amsterdam Tinbergen Institute 2011 State

More information

Introduction to Time Series Analysis. Lecture 1.

Introduction to Time Series Analysis. Lecture 1. Introduction to Time Series Analysis. Lecture 1. Peter Bartlett 1. Organizational issues. 2. Objectives of time series analysis. Examples. 3. Overview of the course. 4. Time series models. 5. Time series

More information

Some stability results of parameter identification in a jump diffusion model

Some stability results of parameter identification in a jump diffusion model Some stability results of parameter identification in a jump diffusion model D. Düvelmeyer Technische Universität Chemnitz, Fakultät für Mathematik, 09107 Chemnitz, Germany Abstract In this paper we discuss

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Andrea Beccarini Center for Quantitative Economics Winter 2013/2014 Andrea Beccarini (CQE) Time Series Analysis Winter 2013/2014 1 / 143 Introduction Objectives Time series are ubiquitous

More information

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model Tropical Agricultural Research Vol. 24 (): 2-3 (22) Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model V. Sivapathasundaram * and C. Bogahawatte Postgraduate Institute

More information

On-line outlier detection and data cleaning

On-line outlier detection and data cleaning Computers and Chemical Engineering 8 (004) 1635 1647 On-line outlier detection and data cleaning Hancong Liu a, Sirish Shah a,, Wei Jiang b a Department of Chemical and Materials Engineering, University

More information

Time Series HILARY TERM 2010 PROF. GESINE REINERT http://www.stats.ox.ac.uk/~reinert

Time Series HILARY TERM 2010 PROF. GESINE REINERT http://www.stats.ox.ac.uk/~reinert Time Series HILARY TERM 2010 PROF. GESINE REINERT http://www.stats.ox.ac.uk/~reinert Overview Chapter 1: What are time series? Types of data, examples, objectives. Definitions, stationarity and autocovariances.

More information

Promotional Analysis and Forecasting for Demand Planning: A Practical Time Series Approach Michael Leonard, SAS Institute Inc.

Promotional Analysis and Forecasting for Demand Planning: A Practical Time Series Approach Michael Leonard, SAS Institute Inc. Promotional Analysis and Forecasting for Demand Planning: A Practical Time Series Approach Michael Leonard, SAS Institute Inc. Cary, NC, USA Abstract Many businesses use sales promotions to increase the

More information

Master s Thesis. Volume and Volatility in the Icelandic Foreign Exchange Market

Master s Thesis. Volume and Volatility in the Icelandic Foreign Exchange Market Master s Thesis Financial Economics Volume and Volatility in the Icelandic Foreign Exchange Market Sveinn Þórarinsson University of Iceland Department of Economics Advisor: Helgi Tómasson September 2009

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

Modeling and forecasting regional GDP in Sweden. using autoregressive models

Modeling and forecasting regional GDP in Sweden. using autoregressive models MASTER THESIS IN MICRODATA ANALYSIS Modeling and forecasting regional GDP in Sweden using autoregressive models Author: Haonan Zhang Supervisor: Niklas Rudholm 2013 Business Intelligence Program School

More information

Package SCperf. February 19, 2015

Package SCperf. February 19, 2015 Package SCperf February 19, 2015 Type Package Title Supply Chain Perform Version 1.0 Date 2012-01-22 Author Marlene Silva Marchena Maintainer The package implements different inventory models, the bullwhip

More information

In this paper we study how the time-series structure of the demand process affects the value of information

In this paper we study how the time-series structure of the demand process affects the value of information MANAGEMENT SCIENCE Vol. 51, No. 6, June 25, pp. 961 969 issn 25-199 eissn 1526-551 5 516 961 informs doi 1.1287/mnsc.15.385 25 INFORMS Information Sharing in a Supply Chain Under ARMA Demand Vishal Gaur

More information

Chapter 3: The Multiple Linear Regression Model

Chapter 3: The Multiple Linear Regression Model Chapter 3: The Multiple Linear Regression Model Advanced Econometrics - HEC Lausanne Christophe Hurlin University of Orléans November 23, 2013 Christophe Hurlin (University of Orléans) Advanced Econometrics

More information

Lecture 8. Confidence intervals and the central limit theorem

Lecture 8. Confidence intervals and the central limit theorem Lecture 8. Confidence intervals and the central limit theorem Mathematical Statistics and Discrete Mathematics November 25th, 2015 1 / 15 Central limit theorem Let X 1, X 2,... X n be a random sample of

More information

TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS. A nonlinear moving average test as a robust test for ARCH

TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS. A nonlinear moving average test as a robust test for ARCH TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS ISSN 0786 656 ISBN 951 9 1450 6 A nonlinear moving average test as a robust test for ARCH Jussi Tolvi No 81 May

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Monte Carlo-based statistical methods (MASM11/FMS091)

Monte Carlo-based statistical methods (MASM11/FMS091) Monte Carlo-based statistical methods (MASM11/FMS091) Jimmy Olsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February 5, 2013 J. Olsson Monte Carlo-based

More information

Forecasting methods applied to engineering management

Forecasting methods applied to engineering management Forecasting methods applied to engineering management Áron Szász-Gábor Abstract. This paper presents arguments for the usefulness of a simple forecasting application package for sustaining operational

More information

Moving averages. Rob J Hyndman. November 8, 2009

Moving averages. Rob J Hyndman. November 8, 2009 Moving averages Rob J Hyndman November 8, 009 A moving average is a time series constructed by taking averages of several sequential values of another time series. It is a type of mathematical convolution.

More information

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Errata for ASM Exam C/4 Study Manual (Sixteenth Edition) Sorted by Page 1 Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Practice exam 1:9, 1:22, 1:29, 9:5, and 10:8

More information

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators...

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators... MATH4427 Notebook 2 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 2 MATH4427 Notebook 2 3 2.1 Definitions and Examples...................................

More information

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE Ramasubramanian V. IA.S.R.I., Library Avenue, Pusa, New Delhi 110 012 ramsub@iasri.res.in 1. Introduction Time series (TS) data refers

More information

Threshold Autoregressive Models in Finance: A Comparative Approach

Threshold Autoregressive Models in Finance: A Comparative Approach University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative

More information

Properties of Future Lifetime Distributions and Estimation

Properties of Future Lifetime Distributions and Estimation Properties of Future Lifetime Distributions and Estimation Harmanpreet Singh Kapoor and Kanchan Jain Abstract Distributional properties of continuous future lifetime of an individual aged x have been studied.

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information