Predicting Time Series Using Integration of Moving Average and Support Vector Regression

Size: px
Start display at page:

Download "Predicting Time Series Using Integration of Moving Average and Support Vector Regression"

Transcription

1 Inernaional Journal of Machine Learning and Compuing, Vol. 4, No. 6, December 204 Predicing Time Series Using Inegraion of Moving Average and Suppor Vecor Regression Chihli Hung, Chih-Neng Hung, and Szu-Yin Lin daase. For he predicion of hese ime series, we use wo differen ime-based moving average approaches, i.e. weekly moving average and daily moving average, in order o reduce he amoun of variaion in he daa. We use he median of differen weekly and daily moving averages insead of he radiional moving average. As i is no easy o predic he arge variable, Y, direcly, we rea he difference beween he acual value and he median of moving average as he predicion arge for SVR. The remainder of his paper is organized as follows. The relaed work, focusing on compuaional inelligence approaches, is described in Secion II. Secion III inroduces our mehodologies, which include suppor vecor regression and our proposed predicion approach. The experimenal design, including he daase and he evaluaion, is presened in Secion IV. The experimenal resuls are given in Secion V and finally, he conclusion is provided in Secion VI. Absrac Time series predicion is one of he major asks in he field of daa mining. The approaches of ime series predicion can be divided ino saisical echniques and compuaional inelligence echniques. Mos researchers use one specific approach and compare he performance wih oher approaches. This paper proposes a novel hybrid approach, which inegraes radiional moving average models wih suppor vecor regression for he predicion of ATM wihdrawals in England. The use of moving average modeling is no only for he purpose of smoohing bu also for ime series predicion. We rea a weekly median moving average as he benchmark. Based on experimenal resuls, our proposed approach consisenly ouperforms he benchmark. Index Terms Suppor vecor regression, cash wihdrawal analysis, ime series predicion, daa mining. I. INTRODUCTION This paper proposes a novel approach, which inegraes radiional moving average models wih suppor vecor regression [] for he predicion of ATM wihdrawals in England. Time series predicion is one of he major asks in he field of daa mining [2]-[4]. Mining useful knowledge from large amouns of daa has araced a grea deal of ineres. A large porion of daa in he real world is presened as ime series, in which daa iems are ime dependen and obained over repeaed ime inervals [5]. Time series predicion is beneficial for many applicaions, such as predicions for financial reurns, sock marke prices, reail ransacions, river floods, elecrical consumpion, and so on. There are several ime series predicion compeiions, which no only group researchers from differen fields ogeher, bu also provide valid and reliable evaluaion plaforms for he empirical performance of differen approaches [6], [7]. Generally speaking, he approaches o ime series predicion include saisical echniques and compuaional inelligence echniques. Mos researchers use one specific approach and compare he performance wih oher approaches. This paper combines he compuaional inelligence echnique, i.e. he suppor vecor regression (SVR) [8], wih saisical moving average models, for eleven ime series from he NN5 ime series predicion compeiion II. RELATED WORK A vas amoun of research has been devoed o ime series predicion. The approaches o ime series predicion can be broadly divided ino wo groups. The firs group uses saisical echniques and he second group uses compuaional inelligence echniques. The major mehods in he saisical group conain moving average (MA), linear regression, muliple regression, logisic regression, cluser analysis, muliple group discriminan analysis, auoregressive moving average (ARMA), auoregressive inegraed moving average (ARIMA), and so on [9]. Even hough such approaches have performed well for several ime series asks, he fas developmen of compuer hardware and sofware echniques provides an efficien simulaion environmen recenly. Thus, researchers in he compuaional inelligence field use many echniques including he mulilayer percepron neural nework (MLP) [0], recurren neural nework (RNN) [], self-organizing map (SOM) [2], suppor vecor machine (SVM) [3], geneic algorihm (GA) [4], fuzzy logic [5], ec. for ime series predicion. For example, Hill e al. [6] compared six saisical mehods wih he arificial neural nework (ANN) echnique on ime series. Based on he experimenal resuls, he ANN ouperforms he saisical mehods. Xie and Hu [7] prediced Shanghai housing prince index using ARIMA, ANN and SVM, and found ha ANN and SVM are superior o ARIMA. Many ANN models have been proven useful for Manuscrip received April 0, 204; revised June 8, 204. This work was suppored in par by he Minisry of Science and Technology, Taiwan under Gran of NSC H MY2. Chihli Hung and Szu-Yin Lin are wih he Deparmen of Informaion Managemen, Chung Yuan Chrisian Universiy, Chungli 32023, Taiwan, ROC ( chihli@cycu.edu.w, san@cycu.edu.w). Chih-Neng Hung is wih he Deparmen of Informaion and Technology Educaion, Minisry of Educaion, Taipei, Taiwan, ROC ( hcn069@gmail.com). DOI: /IJMLC.204.V hp://

2 ime series, e.g. [8], [9]. However, some researchers have reached he opposie conclusion. Afer exensive analysis of he forecasing accuracy of ANN and saisical forecasers, Foser e al. [20] found ha linear regression and he simple average of he exponenial smoohing mehod are superior o heir ANN counerpar. Some work was based on a hybrid approach, which combines he ANN and saisical mehods, such as ARIMA [2], or several echniques in compuaional inelligence [22], [23] in order o achieve beer performance. In his paper, we focus on using compuaional inelligence echniques and inegrae moving average mehods wih suppor vecor regression for eleven ime series in he NN5 ime series predicion ask. III. METHODOLOGIES A. Suppor Vecor Regression The suppor vecor machine (SVM), based on he compuaional approach ermed he principle of srucural risk minimizaion, proposed by Vapnik [], was originally mainly used for binary classificaion asks. This principle is relaed o he saisical learning heory in order o develop a novel ype of neural nework. The main idea of SVM is o find he hyper plane wih he bigges margin o divide daa ino wo groups. This hyper plane is called he opimal separaing hyper plane. For linearly indivisible daa, SVM should map hem ono a higher dimensional feaure space by he ransformaion of is kernel funcion. In oher words, he opimal separaing hyper plane can be found by he ransformaion from linearly indivisible daa in a lower dimensional feaure space o linearly divisible daa in a higher dimensional feaure space. Based on he same concep of SVM, Vapnik e al. [8] proposed anoher version of SVM for regression, which is called suppor vecor regression (SVR). SVR has been proven valuable for modeling and predicing ime series in several pracical applicaions [24]. However, he quadraic programming solver is he only known raining algorihm for SVM for a long ime. This solver causes SVM o suffer from consuming long processing ime while dealing wih a large daase. Several raining algorihms have recenly been proposed for SVM. In his paper, we use a sequenial minimal opimizaion (SMO) algorihm [25]. More heoreical analysis can be found in he echnical repor of Smola and Schölkopf [26]. B. The Predicion Approach I is necessary o model ime series by analyzing he mechanism ha produces he ime series before predicion. The daa used in he NN5 ime series predicion ask conains abou wo years of daily cash wihdrawals a various auomaic eller machines (ATMs) which are locaed hroughou England. As such wihdrawals from ATMs are mainly relaed o differen day of he week, and he weekly flucuaion rae, i is necessary o deal wih rends and seasonal variaions. The wihdrawals are also influenced by special evens or srucural sysem breaks, which may cause he ime series o include ouliners, zeros and missing values. Tha is, hese ime series also conain rends, cyclic variaions, seasonal variaions and random movemens. The ime series predicion arge variable, Y, can be illusraed as Y T C S I or heir sum, where T, C, S and I indicaes rend, cyclic seasonal and random movemens, respecively. Even hough here are several approaches which are able o model and predic ime series usefully, some of hem may no be easy o build. For example, Rojas e al. [2] argued ha obaining he srucure of he ARMA model is a problem iself, and i seems difficul o develop an auomaic sysem wihou he direc inervenion of a human exper in he Box-Jenkins mehodology. Conversely, a simple approach such as moving average ends o reduce he amoun of variaion presen in ime series and may have a beer performance han oher very complex algorihms [27]. Moving average (MA) is an approach for predicing he arge variable, Y, by is k following sequence of arihmeic mean, MA k as in (). Thus moving average can be reaed as a smoohing approach for ime series as i is able o eliminae unwaned flucuaions of ime series. However, his smoohing feaure also makes moving average reac o an even wih some ime lag. For example, in Fig., he solid line illusraes he acual value and he doed line is moving average of hree previous acual observaions. The difference beween acual value and is moving average a he even A is made due o his smoohing feaure of MA. Therefore, he predicion arge made by moving average is a lagging indicaor, which responds o he informaion behind he arge. Y Acual value Moving average Difference beween acual value and is MA even A Time Fig.. The difference beween acual value and moving average a he even A. Y MA ( Y Y... Y ) k 2 K K The NN5 daase generaed from ATM cash wihdrawals, which are mainly relaed o differen day of he week. In oher words, he relaionship of he same day of he week in differen weeks is significan. Thus we consider moving average on a weekly base. Moreover, he median of several weekly moving average values is more sable han a single moving average for he predicion of he difference beween he acual value and he MA median. According o our experimens, he median of wo week MA, hree week MA and four week MA is quie useful. () 492

3 Fig. 2. The concepual diagram of our proposed approach. D indicaes he difference beween median of MAs and he acual value a ime. The equaions of hese MAs are shown as (2)-(4), respecively. In his paper we use he suppor vecor regression (SVR), based on he sequenial minimal opimizaion (SMO) algorihm [25] wih a polynomial kernel funcion and an epsilon of 0.00, o model and predic ime series by evaluaing he difference beween acual value and is median weekly moving average. This difference is named as D. We can hen ge he predicion arge, Y, as in (5) and he concepual diagram is shown in Fig. 2. Week ( Y 2 Y _ MA2 4 ) (2) (3) Week _ MA3 ( Y 4 2) 3 (4) Week _ MA4 ( Y ) 4 Y D median ( Week _ MA2, Week _ MA3, Week _ MA4 ) (5) The arge oupu variable used by SVR is he difference beween acual value and is median weekly moving average, i.e. D. By analyzing he feaures of he NN5 daase, cash wihdrawals are influenced by hree groups of facors. The firs group conains previous acual wihdrawals, median of weekly MA and median of daily MA. Inpu facors in he second group are flucuaion raes. The purpose of facors in he hird group is o rack deviaion of hisoric observaions. We name his approach as SVR-median. On he oher hand, he radiional MA approach is no only for he purpose of smoohing bu also for ime series predicion. We direcly use weekly median MA o predic ime series wihou using any compuaional inelligence algorihm. This approach is our benchmark model and is named as MA-median. A. Daase IV. EXPERIMENTAL DESIGN The 2008 NN5 ime series compeiion for arificial neural neworks and compuaional inelligence exends he earlier 2007 NN3 ime series compeiion. Boh compeiions provide wo daases: a complee ime series daase and is reduced subse, which conains ime series. In his paper, we evaluae our approach based on he reduced subse as hese wo daases conain similar complexiy. The NN5 reduced daase includes abou wo years of daily cash wihdrawals a various auomaic eller machines (ATMs) locaed in differen pars of England. Each ime series is formed by cash wihdrawals from an ATM. More specifically, he daily cash wihdrawals of each ime series sar from 8 March 996 o 22 March 998, and conain abou 735 known observaions as he daase. However, since he cash wihdrawals are influenced by special evens and some srucural sysem breaks, each individual ime series conains he differen numbers of missing values, zeros and ouliners. We use he las 97 observaions from he daase as he es se and he res as he raining se so as o evaluae he performance of our proposed approach. The missing values are replaced by heir associaed median weekly MA. When heir associaed median canno be found, hen heir associaed moving average of he previous wo days is used insead. B. Evaluaion As he ime series predicion arge variable, Y, is numeric, i is more difficul o evaluae is performance han oher nominal predicion or classificaion arge variables used in a classificaion ask. Tha is, he performance of ime series predicion canno be evaluaed solely on he crierion of accuracy. We should evaluae he similariy beween acual value and is predicion arge value. On he oher hand, as differen individual ime series may conain a differen number of observaions, i is necessary o consider he differen scale beween individual ime series. We follow he evaluaion crierion defined in he NN5 ime series compeiion, which uses he symmeric mean absolue percen error (SMAPE) [28] as in (6). n X Y SMAPE 00 (6) n ( X Y ) 2 V. EXPERIMENTAL RESULTS The NN5 reduced daase consiss of eleven ime series. Each series consiss of 735 known observaions. The las 97 observaions from he original raining se are used as our es se. We use he weekly moving average approach, i.e. MA-median as he benchmark for our proposed approach, i.e. SVR-median. Table I shows he performance of hese wo approaches evaluaed by SMAPE. Our proposed approach performs consisenly beer han he benchmark on boh raining se and es se for all ime series. A -es is used o es wheher or no a difference beween he proposed SVR-median and he MA-median predicion models achieves saisical significance. According o he -es resul, his proposed SVR-median predicion model is significanly beer han he MA-median one due o of he p-value for boh raining and es ses. 493

4 TABLE I: COMPARISON BETWEEN MA-MEDIAN AND SVR-MEDIAN FOR TIME SERIES Time Series Training Se Tes Se MA-median SVR-median MA-median SVR-median (0) 22.9% 6.4% 28.5% 22.0% (02) 23.2% 8.0% 33.4% 25.% (03) 23.7% 7.7% 26.4% 22.% (04) 26.3% 2.9% 25.2% 20.5% (05) 23.2% 8.8% 3.2% 26.% (06) 24.4% 9.4% 27.2% 24.% (07) 22.0% 6.7% 34.3% 27.8% (08) 2.8% 6.5% 3.7% 26.8% (09) 6.6% 3.5% 26.% 20.7% (0) 27.6% 9.% 30.0% 24.2% () 24.0% 8.8% 26.4% 2.7% Mean SMAPE 23.3% 7.9% 29.% 23.7% VI. CONCLUSION This paper has proposed a novel hybrid approach, by he inegraion of saisical moving average models and suppor vecor regression in he compuaional inelligence field. These ime series are generaed from daily cash wihdrawals of differen auomaic eller machines, which are influenced by differen day of he week, special evens and occasional sysem srucural breaks. This paper uses he sequenial minimal opimizaion algorihm for SVR o predic he difference beween he acual wihdrawal and is median of various weekly moving averages. We consider a weekly median moving average as he benchmark for his research. Experimenal resuls show ha our proposed approach performs beer han he benchmark for all ime series evaluaed by he crierion of he symmeric mean absolue percen error. REFERENCES [] V. Vapnik, "Principles of risk minimizaion for learning heory," Proceedings of Neural Informaion Processing Sysems, pp , 99. [2] A. K. Pali and D. Popovic, Compuaional Inelligence in Time Series Forecasing: Theory and Engineering Applicaions, London: Springer-Verlag London Limied, [3] T.-C. Fu, "A review on ime series daa mining," Engineering Applicaions of Arificial Inelligence, vol. 24, pp. 64-8, 20. [4] P. Esling, and C. Agon, "Time-series daa mining," Compuing Surveys, vol. 45, no., paper 2, 202. [5] E. Keogh, "A decade of progress in indexing and mining large ime series daabases," in Proc. he 32nd Inernaional Conference on Very Large Daa Bases, 2006, pp [6] J. McNames, J. Suykens, and J. Vandewalle, "Winning enry of he K.U. Leuven ime-series predicion compeiion," Inernaional Journal of Bifurcaion Chaos, vol. 9, no. 8, pp , 999. [7] A. Lendasse, E. Oja, O. Simula, and M. Verleysen, "Time series predicion compeiion: The CATS benchmark," Neurocompuing, vol. 70, no. 3-5, pp , [8] V. Vapnik, S. E. Golowich, and A. Smola, "Suppor vecor mehod for funcion approximaion, regression esimaion, and signal processing," in Advances in Neural Informaion Processing Sysems, vol. 9, M. C. Mozer e al., Eds. Cambridge: MIT Press, 997, pp [9] B. L. Bowerman, R. T. O Connell, and A. B. Koehler, Forecasing, Time Series, and Regression: An Applied Approach, Belmon, CA: Thomson Learning, [0] R. Yadav, P. Kalra, and J. John, "Time series predicion wih single muliplicaive neuron model," Applied Sof Compuing, vol. 7, no. 4, pp , [] R. C. Saudemeyer and C. W. Omlin, "Evaluaing performance of long shor-erm memory recurren neural neworks on inrusion deecion daa," in Proc. he Souh African Insiue for Compuer Scieniss and Informaion Technologiss Conference (SAICSIT), pp , 203. [2] G. Barreo, "Time series predicion wih he self-organizing map: A review," Sudies in Compuaional Inelligence, vol. 77, pp.35-58, [3] A. Sorjamaa, J. Hao, N. Reyhani, Y. Ji, and A. Lendasse, "Mehodology for long-erm predicion of ime series, Neurocompuing, vol. 70, no. 6-8, pp , [4] M. M. M. Fuad, "Differenial evoluion versus geneic algorihms: Towards symbolic aggregae approximaion of non-normalized ime series," in Proc. he 6h Inernaional Daabase Engineering & Applicaions Symposium, pp , 202. [5] H. G. Seedig, R. Grohmann, and T. A. Runkler, "Forecasing of clusered ime series wih recurren neural neworks and a fuzzy clusering scheme," in Proc. he 2009 Inernaional Join Conference on Neural Neworks (IJCNN), [6] T. Hill, M. O Connor, and W. Remus, "Neural nework models for ime series models forecass," Managemen Sciences, vol. 42, no. 7, pp , 996. [7] X. Xie and G. Hu, "A comparison of Shanghai housing price index forecasing," in Proc. he Third Inernaional Conference on Naural Compuaion, pp , [8] T. H.-K. Yu and K.-H. Huarng, "A bivariae fuzzy ime series model o forecas he TAIEX," Exper Sysems wih Applicaions, vol. 34, no. 4, pp , [9] G. P. Zhang, "A neural nework ensemble mehod wih jiered raining daa for ime series forecasing," Informaion Sciences, vol. 77, pp , [20] W. R. Forser, F. Collopy, and L. H. Ungar, "Neural nework forecasing of shor, noisy ime series," Compuers and Chemical Engineering, vol. 6, no. 2, pp , 992. [2] I. Rojas, O. Valenzuela, F. Rojas, A. Guillen, L. J. Herrera, H. Pomares, L. Marquez, and M. Pasadas, "Sof-compuing echniques and ARMA model for ime series predicion," Neurocompuing, vol. 7, pp , [22] H.-J. Kim and K.-S. Shin, "A hybrid approach based on neural neworks and geneic algorihms for deecing emporal paerns in sock markes," Applied Sof Compuing, vol. 7, pp , [23] K. W. Lau and Q. H. Wu, "Local predicion of non-linear ime series using suppor vecor regression," Paern Recogniion, vol. 4, pp , [24] L. Cao, "Suppor vecor machines expers for ime series forecasing," Neurocompuing, vol. 5, pp , [25] J. Pla, "Fas raining of suppor vecor machines using sequenial minimal opimizaion," in Advances in Kernel Mehods-Suppor Vecor Learning, B. Schoelkopf e al. Eds., Cambridge: MIT Press, pp , 999. [26] A. Smola, and B. Schölkopf, "A uorial on suppor vecor regression," Technical Repor, Royal Holloway College, NeuroCOLT Technical Repor (NC-TR ), Universiy of London, UK, 998. [27] R. T. Clemen, "Combining forecass: A review and annoaed bibliography," Inernaional Journal of Forecasing, vol. 5, pp , 989. [28] J. S. Armsrong and F. Collopy, "Error measures for generalizing abou forecasing mehods: Empirical comparisons," Inernaional Journal of Forecasing, vol. 8, pp , 992. Chihli Hung received a PhD degree a he School of Compuing and Technology from he Universiy of Sunderland, UK in He is an associae professor a he Deparmen of Informaion Managemen, Chung Yuan Chrisian Universiy, Taiwan, R.O.C. His curren research ineress include ex mining, inelligence sysems, compuaional inelligence, and daa mining. 494

5 Chih-Neng Hung received a PhD degree a he Insiue of Managemen Science from Tamkang Universiy, Taiwan in 203. His curren research ineress include daa mining and informaion securiy governance. Szu-Yin Lin received his Ph.D. degree in informaion managemen from Naional Chiao Tung Universiy, Taiwan, 202. He is an assisan professor in he Deparmen of Informaion Managemen a Chung Yuan Chrisian Universiy, Taiwan. His experise is on service-oriened archiecure and compuing, inelligen dynamic daa analysis, muli-agen sysems, and inerne echnology. 495

Forecasting Stock Exchange Movements Using Artificial Neural Network Models and Hybrid Models

Forecasting Stock Exchange Movements Using Artificial Neural Network Models and Hybrid Models Forecasing Sock Exchange Movemens Using Arificial Neural Nework Models and Hybrid Models Erkam GÜREEN and Gülgün KAYAKUTLU Isanbul Technical Universiy, Deparmen of Indusrial Engineering, Maçka, 34367 Isanbul,

More information

Ensamble methods: Bagging and Boosting

Ensamble methods: Bagging and Boosting Lecure 21 Ensamble mehods: Bagging and Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Ensemble mehods Mixure of expers Muliple base models (classifiers, regressors), each covers a differen par

More information

Time Series Forecasting using CCA and Kohonen Maps - Application to Electricity Consumption

Time Series Forecasting using CCA and Kohonen Maps - Application to Electricity Consumption ESANN'2000 proceedings - European Symposium on Arificial Neural Neworks Bruges (Belgium), 26-28 April 2000, D-Faco public., ISBN 2-930307-00-5, pp. 329-334. Time Series Forecasing using CCA and Kohonen

More information

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 175 CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 10.1 INTRODUCTION Amongs he research work performed, he bes resuls of experimenal work are validaed wih Arificial Neural Nework. From he

More information

Ensamble methods: Boosting

Ensamble methods: Boosting Lecure 21 Ensamble mehods: Boosing Milos Hauskrech milos@cs.pi.edu 5329 Senno Square Schedule Final exam: April 18: 1:00-2:15pm, in-class Term projecs April 23 & April 25: a 1:00-2:30pm in CS seminar room

More information

Frequency independent automatic input variable selection for neural networks for forecasting

Frequency independent automatic input variable selection for neural networks for forecasting Universiä Hamburg Insiu für Wirschafsinformaik Prof. Dr. D.B. Preßmar Frequency independen auomaic inpu variable selecion for neural neworks for forecasing Nikolaos Kourenzes Sven F. Crone LUMS Deparmen

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems Single-Pass-Based Heurisic Algorihms for Group Flexible Flow-shop Scheduling Problems PEI-YING HUANG, TZUNG-PEI HONG 2 and CHENG-YAN KAO, 3 Deparmen of Compuer Science and Informaion Engineering Naional

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis Speaker Adapaion Techniques For Coninuous Speech Using Medium and Small Adapaion Daa Ses Consaninos Boulis Ouline of he Presenaion Inroducion o he speaker adapaion problem Maximum Likelihood Sochasic Transformaions

More information

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Kriging Models Predicing Arazine Concenraions in Surface Waer Draining Agriculural Waersheds Paul L. Mosquin, Jeremy Aldworh, Wenlin Chen Supplemenal Maerial Number

More information

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis

Summer Term Albert-Ludwigs-Universität Freiburg Empirische Forschung und Okonometrie. Time Series Analysis Summer Term 2009 Alber-Ludwigs-Universiä Freiburg Empirische Forschung und Okonomerie Time Series Analysis Classical Time Series Models Time Series Analysis Dr. Sevap Kesel 2 Componens Hourly earnings:

More information

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate.

Introduction D P. r = constant discount rate, g = Gordon Model (1962): constant dividend growth rate. Inroducion Gordon Model (1962): D P = r g r = consan discoun rae, g = consan dividend growh rae. If raional expecaions of fuure discoun raes and dividend growh vary over ime, so should he D/P raio. Since

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

Deep Learning: Theory, Techniques & Applications - Recurrent Neural Networks -

Deep Learning: Theory, Techniques & Applications - Recurrent Neural Networks - Deep Learning: Theory, Techniques & Applicaions - Recurren Neural Neworks - Prof. Maeo Maeucci maeo.maeucci@polimi.i Deparmen of Elecronics, Informaion and Bioengineering Arificial Inelligence and Roboics

More information

Article from. Predictive Analytics and Futurism. July 2016 Issue 13

Article from. Predictive Analytics and Futurism. July 2016 Issue 13 Aricle from Predicive Analyics and Fuurism July 6 Issue An Inroducion o Incremenal Learning By Qiang Wu and Dave Snell Machine learning provides useful ools for predicive analyics The ypical machine learning

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Methodology. -ratios are biased and that the appropriate critical values have to be increased by an amount. that depends on the sample size.

Methodology. -ratios are biased and that the appropriate critical values have to be increased by an amount. that depends on the sample size. Mehodology. Uni Roo Tess A ime series is inegraed when i has a mean revering propery and a finie variance. I is only emporarily ou of equilibrium and is called saionary in I(0). However a ime series ha

More information

Time series Decomposition method

Time series Decomposition method Time series Decomposiion mehod A ime series is described using a mulifacor model such as = f (rend, cyclical, seasonal, error) = f (T, C, S, e) Long- Iner-mediaed Seasonal Irregular erm erm effec, effec,

More information

Lecture 3: Exponential Smoothing

Lecture 3: Exponential Smoothing NATCOR: Forecasing & Predicive Analyics Lecure 3: Exponenial Smoohing John Boylan Lancaser Cenre for Forecasing Deparmen of Managemen Science Mehods and Models Forecasing Mehod A (numerical) procedure

More information

Air Traffic Forecast Empirical Research Based on the MCMC Method

Air Traffic Forecast Empirical Research Based on the MCMC Method Compuer and Informaion Science; Vol. 5, No. 5; 0 ISSN 93-8989 E-ISSN 93-8997 Published by Canadian Cener of Science and Educaion Air Traffic Forecas Empirical Research Based on he MCMC Mehod Jian-bo Wang,

More information

Learning Naive Bayes Classifier from Noisy Data

Learning Naive Bayes Classifier from Noisy Data UCLA Compuer Science Deparmen Technical Repor CSD-TR No 030056 1 Learning Naive Bayes Classifier from Noisy Daa Yirong Yang, Yi Xia, Yun Chi, and Richard R Munz Universiy of California, Los Angeles, CA

More information

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran Curren Trends in Technology and Science ISSN : 79-055 8hSASTech 04 Symposium on Advances in Science & Technology-Commission-IV Mashhad, Iran A New for Sofware Reliabiliy Evaluaion Based on NHPP wih Imperfec

More information

Time Series Prediction Competition: The CATS Benchmark

Time Series Prediction Competition: The CATS Benchmark IJCNN'4 proceedings Inernaional Join Conference on Neural Neworks Budapes (Hungary, 5-9 July 4, IEEE, pp. 1615-16 Time Series Predicion Compeiion: The Benchmark Amaury Lendasse, Erkki Oja and Olli Simula

More information

HYPERSPECTRAL IMAGE CLASSIFICATIO BASED O A FAST BREGMA SPARSE MULTI OMIAL LOGISTIC REGRESSIO ALGORITHM. Portugal - (jun,

HYPERSPECTRAL IMAGE CLASSIFICATIO BASED O A FAST BREGMA SPARSE MULTI OMIAL LOGISTIC REGRESSIO ALGORITHM. Portugal - (jun, HYPERSPECRAL IMAGE CLASSIFICAIO BASED O A FAS BREGMA SPARSE MULI OMIAL LOGISIC REGRESSIO ALGORIHM J. Li a, *, J. Bioucas-Dias a, Anonio Plaza b a Insiuo de elecomunicações, Insiuo Superior écnico, 049-00,

More information

STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN

STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN Inernaional Journal of Applied Economerics and Quaniaive Sudies. Vol.1-3(004) STRUCTURAL CHANGE IN TIME SERIES OF THE EXCHANGE RATES BETWEEN YEN-DOLLAR AND YEN-EURO IN 001-004 OBARA, Takashi * Absrac The

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT AND IMPERFECT DEBUGGING

SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT AND IMPERFECT DEBUGGING Inernaional Journal of Compuer Science and Communicaion Vol. 2, No. 2, July-December 2011, pp. 605-609 SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT

More information

Chapter 15. Time Series: Descriptive Analyses, Models, and Forecasting

Chapter 15. Time Series: Descriptive Analyses, Models, and Forecasting Chaper 15 Time Series: Descripive Analyses, Models, and Forecasing Descripive Analysis: Index Numbers Index Number a number ha measures he change in a variable over ime relaive o he value of he variable

More information

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models Journal of Saisical and Economeric Mehods, vol.1, no.2, 2012, 65-70 ISSN: 2241-0384 (prin), 2241-0376 (online) Scienpress Ld, 2012 A Specificaion Tes for Linear Dynamic Sochasic General Equilibrium Models

More information

Hybridizing Exponential Smoothing and Neural Network for Financial Time Series Predication

Hybridizing Exponential Smoothing and Neural Network for Financial Time Series Predication Hybridizing Exponenial Smoohing and Neural Nework for Financial Time Series Predicaion Kin Keung Lai 1, 2, Lean Yu 2, 3, Shouyang Wang 1, 3, and Wei Huang 4 1 College of Business Adminisraion, Hunan Universiy,

More information

Particle Swarm Optimization

Particle Swarm Optimization Paricle Swarm Opimizaion Speaker: Jeng-Shyang Pan Deparmen of Elecronic Engineering, Kaohsiung Universiy of Applied Science, Taiwan Email: jspan@cc.kuas.edu.w 7/26/2004 ppso 1 Wha is he Paricle Swarm Opimizaion

More information

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model 1 Boolean and Vecor Space Rerieval Models Many slides in his secion are adaped from Prof. Joydeep Ghosh (UT ECE) who in urn adaped hem from Prof. Dik Lee (Univ. of Science and Tech, Hong Kong) Rerieval

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

Types of Exponential Smoothing Methods. Simple Exponential Smoothing. Simple Exponential Smoothing

Types of Exponential Smoothing Methods. Simple Exponential Smoothing. Simple Exponential Smoothing M Business Forecasing Mehods Exponenial moohing Mehods ecurer : Dr Iris Yeung Room No : P79 Tel No : 788 8 Types of Exponenial moohing Mehods imple Exponenial moohing Double Exponenial moohing Brown s

More information

A Local Regret in Nonconvex Online Learning

A Local Regret in Nonconvex Online Learning Sergul Aydore Lee Dicker Dean Foser Absrac We consider an online learning process o forecas a sequence of oucomes for nonconvex models. A ypical measure o evaluae online learning policies is regre bu such

More information

Financial Econometrics Jeffrey R. Russell Midterm Winter 2009 SOLUTIONS

Financial Econometrics Jeffrey R. Russell Midterm Winter 2009 SOLUTIONS Name SOLUTIONS Financial Economerics Jeffrey R. Russell Miderm Winer 009 SOLUTIONS You have 80 minues o complee he exam. Use can use a calculaor and noes. Try o fi all your work in he space provided. If

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization Air Qualiy Index Predicion Using Error Back Propagaion Algorihm and Improved Paricle Swarm Opimizaion Jia Xu ( ) and Lang Pei College of Compuer Science, Wuhan Qinchuan Universiy, Wuhan, China 461406563@qq.com

More information

Electrical and current self-induction

Electrical and current self-induction Elecrical and curren self-inducion F. F. Mende hp://fmnauka.narod.ru/works.hml mende_fedor@mail.ru Absrac The aricle considers he self-inducance of reacive elemens. Elecrical self-inducion To he laws of

More information

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method Journal of Applied Mahemaics & Bioinformaics, vol., no., 01, 1-14 ISSN: 179-660 (prin), 179-699 (online) Scienpress Ld, 01 Improved Approimae Soluions for Nonlinear Evoluions Equaions in Mahemaical Physics

More information

Georey E. Hinton. University oftoronto. Technical Report CRG-TR February 22, Abstract

Georey E. Hinton. University oftoronto.   Technical Report CRG-TR February 22, Abstract Parameer Esimaion for Linear Dynamical Sysems Zoubin Ghahramani Georey E. Hinon Deparmen of Compuer Science Universiy oftorono 6 King's College Road Torono, Canada M5S A4 Email: zoubin@cs.orono.edu Technical

More information

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS Xinping Guan ;1 Fenglei Li Cailian Chen Insiue of Elecrical Engineering, Yanshan Universiy, Qinhuangdao, 066004, China. Deparmen

More information

Linear Gaussian State Space Models

Linear Gaussian State Space Models Linear Gaussian Sae Space Models Srucural Time Series Models Level and Trend Models Basic Srucural Model (BSM Dynamic Linear Models Sae Space Model Represenaion Level, Trend, and Seasonal Models Time Varying

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

Distribution of Estimates

Distribution of Estimates Disribuion of Esimaes From Economerics (40) Linear Regression Model Assume (y,x ) is iid and E(x e )0 Esimaion Consisency y α + βx + he esimaes approach he rue values as he sample size increases Esimaion

More information

BOOTSTRAP PREDICTION INTERVALS FOR TIME SERIES MODELS WITH HETROSCEDASTIC ERRORS. Department of Statistics, Islamia College, Peshawar, KP, Pakistan 2

BOOTSTRAP PREDICTION INTERVALS FOR TIME SERIES MODELS WITH HETROSCEDASTIC ERRORS. Department of Statistics, Islamia College, Peshawar, KP, Pakistan 2 Pak. J. Sais. 017 Vol. 33(1), 1-13 BOOTSTRAP PREDICTIO ITERVAS FOR TIME SERIES MODES WITH HETROSCEDASTIC ERRORS Amjad Ali 1, Sajjad Ahmad Khan, Alamgir 3 Umair Khalil and Dos Muhammad Khan 1 Deparmen of

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

Choice of Spectral Density Estimator in Ng-Perron Test: A Comparative Analysis

Choice of Spectral Density Estimator in Ng-Perron Test: A Comparative Analysis Inernaional Economeric Review (IER) Choice of Specral Densiy Esimaor in Ng-Perron Tes: A Comparaive Analysis Muhammad Irfan Malik and Aiq-ur-Rehman Inernaional Islamic Universiy Islamabad and Inernaional

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function A Framework for Efficien Documen Ranking Using Order and Non Order Based Finess Funcion Hazra Imran, Adii Sharan Absrac One cenral problem of informaion rerieval is o deermine he relevance of documens

More information

Vectorautoregressive Model and Cointegration Analysis. Time Series Analysis Dr. Sevtap Kestel 1

Vectorautoregressive Model and Cointegration Analysis. Time Series Analysis Dr. Sevtap Kestel 1 Vecorauoregressive Model and Coinegraion Analysis Par V Time Series Analysis Dr. Sevap Kesel 1 Vecorauoregression Vecor auoregression (VAR) is an economeric model used o capure he evoluion and he inerdependencies

More information

Ensemble Confidence Estimates Posterior Probability

Ensemble Confidence Estimates Posterior Probability Ensemble Esimaes Poserior Probabiliy Michael Muhlbaier, Aposolos Topalis, and Robi Polikar Rowan Universiy, Elecrical and Compuer Engineering, Mullica Hill Rd., Glassboro, NJ 88, USA {muhlba6, opali5}@sudens.rowan.edu

More information

Application of the radial basis function neural network to the prediction of log properties from seismic attributes

Application of the radial basis function neural network to the prediction of log properties from seismic attributes Applicaion of he RBF Applicaion of he radial basis funcion neural newor o he predicion of log properies from seismic aribues Brian H. Russell, Laurence R. Lines, and Daniel P. Hampson ABSTRACT In his paper,

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI

Adaptive Compressive Tracking Based on Perceptual Hash Algorithm Lei ZHANG, Zheng-guang XIE * and Hong-jun LI 2017 2nd Inernaional Conference on Informaion Technology and Managemen Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Adapive Compressive Tracking Based on Percepual Hash Algorihm Lei ZHANG, Zheng-guang

More information

A unit root test based on smooth transitions and nonlinear adjustment

A unit root test based on smooth transitions and nonlinear adjustment MPRA Munich Personal RePEc Archive A uni roo es based on smooh ransiions and nonlinear adjusmen Aycan Hepsag Isanbul Universiy 5 Ocober 2017 Online a hps://mpra.ub.uni-muenchen.de/81788/ MPRA Paper No.

More information

2017 3rd International Conference on E-commerce and Contemporary Economic Development (ECED 2017) ISBN:

2017 3rd International Conference on E-commerce and Contemporary Economic Development (ECED 2017) ISBN: 7 3rd Inernaional Conference on E-commerce and Conemporary Economic Developmen (ECED 7) ISBN: 978--6595-446- Fuures Arbirage of Differen Varieies and based on he Coinegraion Which is under he Framework

More information

Mechanical Fatigue and Load-Induced Aging of Loudspeaker Suspension. Wolfgang Klippel,

Mechanical Fatigue and Load-Induced Aging of Loudspeaker Suspension. Wolfgang Klippel, Mechanical Faigue and Load-Induced Aging of Loudspeaker Suspension Wolfgang Klippel, Insiue of Acousics and Speech Communicaion Dresden Universiy of Technology presened a he ALMA Symposium 2012, Las Vegas

More information

INTRODUCTION TO MACHINE LEARNING 3RD EDITION

INTRODUCTION TO MACHINE LEARNING 3RD EDITION ETHEM ALPAYDIN The MIT Press, 2014 Lecure Slides for INTRODUCTION TO MACHINE LEARNING 3RD EDITION alpaydin@boun.edu.r hp://www.cmpe.boun.edu.r/~ehem/i2ml3e CHAPTER 2: SUPERVISED LEARNING Learning a Class

More information

A Hybrid Neural Network and ARIMA Model for Energy Consumption Forecasting

A Hybrid Neural Network and ARIMA Model for Energy Consumption Forecasting 84 JOURNAL OF COMPUTERS, VOL. 7, NO. 5, MAY 202 A Hybrid Neural Nework and ARIMA Model for Energy Consumpion Forecasing Xiping Wang Deparmen of Economy and Managemen, Norh China Elecric Power Universiy,

More information

Numerical Dispersion

Numerical Dispersion eview of Linear Numerical Sabiliy Numerical Dispersion n he previous lecure, we considered he linear numerical sabiliy of boh advecion and diffusion erms when approimaed wih several spaial and emporal

More information

Use of Unobserved Components Model for Forecasting Non-stationary Time Series: A Case of Annual National Coconut Production in Sri Lanka

Use of Unobserved Components Model for Forecasting Non-stationary Time Series: A Case of Annual National Coconut Production in Sri Lanka Tropical Agriculural Research Vol. 5 (4): 53 531 (014) Use of Unobserved Componens Model for Forecasing Non-saionary Time Series: A Case of Annual Naional Coconu Producion in Sri Lanka N.K.K. Brinha, S.

More information

Forecasting. Summary. Sample StatFolio: tsforecast.sgp. STATGRAPHICS Centurion Rev. 9/16/2013

Forecasting. Summary. Sample StatFolio: tsforecast.sgp. STATGRAPHICS Centurion Rev. 9/16/2013 STATGRAPHICS Cenurion Rev. 9/16/2013 Forecasing Summary... 1 Daa Inpu... 3 Analysis Opions... 5 Forecasing Models... 9 Analysis Summary... 21 Time Sequence Plo... 23 Forecas Table... 24 Forecas Plo...

More information

3.1 More on model selection

3.1 More on model selection 3. More on Model selecion 3. Comparing models AIC, BIC, Adjused R squared. 3. Over Fiing problem. 3.3 Sample spliing. 3. More on model selecion crieria Ofen afer model fiing you are lef wih a handful of

More information

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3 and d = c b - b c c d = c b - b c c This process is coninued unil he nh row has been compleed. The complee array of coefficiens is riangular. Noe ha in developing he array an enire row may be divided or

More information

DEPARTMENT OF STATISTICS

DEPARTMENT OF STATISTICS A Tes for Mulivariae ARCH Effecs R. Sco Hacker and Abdulnasser Haemi-J 004: DEPARTMENT OF STATISTICS S-0 07 LUND SWEDEN A Tes for Mulivariae ARCH Effecs R. Sco Hacker Jönköping Inernaional Business School

More information

Wavelet Variance, Covariance and Correlation Analysis of BSE and NSE Indexes Financial Time Series

Wavelet Variance, Covariance and Correlation Analysis of BSE and NSE Indexes Financial Time Series Wavele Variance, Covariance and Correlaion Analysis of BSE and NSE Indexes Financial Time Series Anu Kumar 1*, Sangeea Pan 1, Lokesh Kumar Joshi 1 Deparmen of Mahemaics, Universiy of Peroleum & Energy

More information

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model Modal idenificaion of srucures from roving inpu daa by means of maximum likelihood esimaion of he sae space model J. Cara, J. Juan, E. Alarcón Absrac The usual way o perform a forced vibraion es is o fix

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Spike-count autocorrelations in time. Supplemenary Figure 1 Spike-coun auocorrelaions in ime. Normalized auocorrelaion marices are shown for each area in a daase. The marix shows he mean correlaion of he spike coun in each ime bin wih he spike

More information

Support Vector Regression Based GARCH Model with Application to Forecasting Volatility of Financial Returns

Support Vector Regression Based GARCH Model with Application to Forecasting Volatility of Financial Returns Suppor Vecor Regression Based GARCH Model wih Applicaion o Forecasing Volailiy of Financial Reurns SHIYI CHEN * AND KIHO JEONG ** April, 007 ABSTRACT In recen years, suppor vecor regression (SVR), a novel

More information

PROC NLP Approach for Optimal Exponential Smoothing Srihari Jaganathan, Cognizant Technology Solutions, Newbury Park, CA.

PROC NLP Approach for Optimal Exponential Smoothing Srihari Jaganathan, Cognizant Technology Solutions, Newbury Park, CA. PROC NLP Approach for Opimal Exponenial Smoohing Srihari Jaganahan, Cognizan Technology Soluions, Newbury Park, CA. ABSTRACT Esimaion of smoohing parameers and iniial values are some of he basic requiremens

More information

NETWORK TRAFFIC FORECASTING USING MACHINE LEARNING AND STATISTICAL REGRESSION METHODS COMBINED WITH DIFFERENT TIME LAGS

NETWORK TRAFFIC FORECASTING USING MACHINE LEARNING AND STATISTICAL REGRESSION METHODS COMBINED WITH DIFFERENT TIME LAGS NETWORK TRAFFIC FORECASTING USING MACHINE LEARNING AND STATISTICAL REGRESSION METHODS COMBINED WITH DIFFERENT TIME LAGS 1 DERMAN AKGOL, 2 MEHMET FATIH AKAY 1 Compuer Engineering Deparmen, Osmaniye Korku

More information

Dimitri Solomatine. D.P. Solomatine. Data-driven modelling (part 2). 2

Dimitri Solomatine. D.P. Solomatine. Data-driven modelling (part 2). 2 Daa-driven modelling. Par. Daa-driven Arificial di Neural modelling. Newors Par Dimiri Solomaine Arificial neural newors D.P. Solomaine. Daa-driven modelling par. 1 Arificial neural newors ANN: main pes

More information

A New Unit Root Test against Asymmetric ESTAR Nonlinearity with Smooth Breaks

A New Unit Root Test against Asymmetric ESTAR Nonlinearity with Smooth Breaks Iran. Econ. Rev. Vol., No., 08. pp. 5-6 A New Uni Roo es agains Asymmeric ESAR Nonlineariy wih Smooh Breaks Omid Ranjbar*, sangyao Chang, Zahra (Mila) Elmi 3, Chien-Chiang Lee 4 Received: December 7, 06

More information

Comparison Between Regression and Arima Models in Forecasting Traffic Volume

Comparison Between Regression and Arima Models in Forecasting Traffic Volume Ausralian Journal of Basic and Applied Sciences, (): 6-36, 007 ISSN 99-878 007, INSIne Publicaion Comparison Beween Regression and Arima Models in Forecasing Traffic olume M. Sabry, H. Abd-El-Laif and

More information

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes Half-Range Series 2.5 Inroducion In his Secion we address he following problem: Can we find a Fourier series expansion of a funcion defined over a finie inerval? Of course we recognise ha such a funcion

More information

Computer Simulates the Effect of Internal Restriction on Residuals in Linear Regression Model with First-order Autoregressive Procedures

Computer Simulates the Effect of Internal Restriction on Residuals in Linear Regression Model with First-order Autoregressive Procedures MPRA Munich Personal RePEc Archive Compuer Simulaes he Effec of Inernal Resricion on Residuals in Linear Regression Model wih Firs-order Auoregressive Procedures Mei-Yu Lee Deparmen of Applied Finance,

More information

An Empirical Study on Energy Disaggregation via Deep Learning

An Empirical Study on Energy Disaggregation via Deep Learning Advances in Inelligen Sysems Research, volume 133 2nd Inernaional Conference on Arificial Inelligence and Indusrial Engineering (AIIE2016) An Empirical Sudy on Energy Disaggregaion via Deep Learning Wan

More information

International Journal of Mathematics Trends and Technology (IJMTT) Volume 37 Number 3 September 2016

International Journal of Mathematics Trends and Technology (IJMTT) Volume 37 Number 3 September 2016 Inernaional Journal of ahemaics Trends and Technology (IJTT) Volume 37 Number 3 Sepember 6 Conveiy in he s Class of he Rough ahemaical Programming Problems T... Aeya, Kamilia l-bess, Deparmen of Physics

More information

A Dynamic Model of Economic Fluctuations

A Dynamic Model of Economic Fluctuations CHAPTER 15 A Dynamic Model of Economic Flucuaions Modified for ECON 2204 by Bob Murphy 2016 Worh Publishers, all righs reserved IN THIS CHAPTER, OU WILL LEARN: how o incorporae dynamics ino he AD-AS model

More information

Matlab and Python programming: how to get started

Matlab and Python programming: how to get started Malab and Pyhon programming: how o ge sared Equipping readers he skills o wrie programs o explore complex sysems and discover ineresing paerns from big daa is one of he main goals of his book. In his chaper,

More information

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T

Smoothing. Backward smoother: At any give T, replace the observation yt by a combination of observations at & before T Smoohing Consan process Separae signal & noise Smooh he daa: Backward smooher: A an give, replace he observaion b a combinaion of observaions a & before Simple smooher : replace he curren observaion wih

More information

The electromagnetic interference in case of onboard navy ships computers - a new approach

The electromagnetic interference in case of onboard navy ships computers - a new approach The elecromagneic inerference in case of onboard navy ships compuers - a new approach Prof. dr. ing. Alexandru SOTIR Naval Academy Mircea cel Bărân, Fulgerului Sree, Consanţa, soiralexandru@yahoo.com Absrac.

More information

Exponential Smoothing

Exponential Smoothing Exponenial moohing Inroducion A simple mehod for forecasing. Does no require long series. Enables o decompose he series ino a rend and seasonal effecs. Paricularly useful mehod when here is a need o forecas

More information

Which Methodology is Better for Combining Linear and Nonlinear Models for Time Series Forecasting?

Which Methodology is Better for Combining Linear and Nonlinear Models for Time Series Forecasting? Journal of Indusrial and Sysems Engineering Vol. 4, No. 4, pp 265-285 Winer 2011 Which Mehodology is Beer for Combining Linear and Nonlinear Models for Time Series Forecasing? Mehdi Khashei 1, Mehdi Bijari

More information

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models.

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models. Technical Repor Doc ID: TR--203 06-March-203 (Las revision: 23-Februar-206) On formulaing quadraic funcions in opimizaion models. Auhor: Erling D. Andersen Convex quadraic consrains quie frequenl appear

More information

The Rosenblatt s LMS algorithm for Perceptron (1958) is built around a linear neuron (a neuron with a linear

The Rosenblatt s LMS algorithm for Perceptron (1958) is built around a linear neuron (a neuron with a linear In The name of God Lecure4: Percepron and AALIE r. Majid MjidGhoshunih Inroducion The Rosenbla s LMS algorihm for Percepron 958 is buil around a linear neuron a neuron ih a linear acivaion funcion. Hoever,

More information

PREDICTION OF HIGH-FREQUENCY DATA: APPLICATION TO EXCHANGE RATES TIME SERIES

PREDICTION OF HIGH-FREQUENCY DATA: APPLICATION TO EXCHANGE RATES TIME SERIES PREDICTION OF HIGH-FREQUENCY DATA: APPLICATION TO EXCHANGE RATES TIME SERIES Milan Marček Medis, spol. s r.o., Pri Dobroke, 659/8, 948 0 Nira, Silesian Universiy, Insiue of compuer Science, Opava, Czech

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 6, Nov-Dec 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 6, Nov-Dec 2015 Inernaional Journal of Compuer Science Trends and Technology (IJCST) Volume Issue 6, Nov-Dec 05 RESEARCH ARTICLE OPEN ACCESS An EPQ Model for Two-Parameer Weibully Deerioraed Iems wih Exponenial Demand

More information

Stochastic Model for Cancer Cell Growth through Single Forward Mutation

Stochastic Model for Cancer Cell Growth through Single Forward Mutation Journal of Modern Applied Saisical Mehods Volume 16 Issue 1 Aricle 31 5-1-2017 Sochasic Model for Cancer Cell Growh hrough Single Forward Muaion Jayabharahiraj Jayabalan Pondicherry Universiy, jayabharahi8@gmail.com

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information

) were both constant and we brought them from under the integral.

) were both constant and we brought them from under the integral. YIELD-PER-RECRUIT (coninued The yield-per-recrui model applies o a cohor, bu we saw in he Age Disribuions lecure ha he properies of a cohor do no apply in general o a collecion of cohors, which is wha

More information

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits EEE25 ircui Analysis I Se 4: apaciors, Inducors, and Firs-Order inear ircuis Shahriar Mirabbasi Deparmen of Elecrical and ompuer Engineering Universiy of Briish olumbia shahriar@ece.ubc.ca Overview Passive

More information

Optimal Control of Dc Motor Using Performance Index of Energy

Optimal Control of Dc Motor Using Performance Index of Energy American Journal of Engineering esearch AJE 06 American Journal of Engineering esearch AJE e-issn: 30-0847 p-issn : 30-0936 Volume-5, Issue-, pp-57-6 www.ajer.org esearch Paper Open Access Opimal Conrol

More information

FAULT PROGNOSTICS AND RELIABILITY ESTIMATION OF DC MOTOR USING TIME SERIES ANALYSIS BASED ON DEGRADATION DATA

FAULT PROGNOSTICS AND RELIABILITY ESTIMATION OF DC MOTOR USING TIME SERIES ANALYSIS BASED ON DEGRADATION DATA FAULT PROGNOSTICS AND RELIABILITY ESTIMATION OF DC MOTOR USING TIME SERIES ANALYSIS BASED ON DEGRADATION DATA LI WANG, HUIYAN ZHANG, HONG XUE School of Compuer and Informaion Engineering, Beijing Technology

More information

Testing for a Single Factor Model in the Multivariate State Space Framework

Testing for a Single Factor Model in the Multivariate State Space Framework esing for a Single Facor Model in he Mulivariae Sae Space Framework Chen C.-Y. M. Chiba and M. Kobayashi Inernaional Graduae School of Social Sciences Yokohama Naional Universiy Japan Faculy of Economics

More information

COMPRESSED KERNEL PERCEPTRONS

COMPRESSED KERNEL PERCEPTRONS COMPRESSED KERNEL PERCEPRONS Slobodan Vuceic * Vladimir Coric Zhuang Wang Deparmen of Compuer and Informaion Sciences emple Universiy Philadelphia, PA 9, USA * email: vuceic@is.emple.edu Absrac Kernel

More information