Segment and combine approach for non-parametric time-series classification

Size: px
Start display at page:

Download "Segment and combine approach for non-parametric time-series classification"

Transcription

1 Segmen and combine approach for non-parameric ime-series classificaion Pierre Geurs and Louis Wehenkel Universiy of Liège, Deparmen of Elecrical Engineering and Compuer Science, Sar-Tilman B28, B4000 Liège, Belgium, Posdocoral researcher, FNRS, Belgium Absrac. This paper presens a novel, generic, scalable, auonomous, and flexible supervised learning algorihm for he classificaion of mulivariae and variable lengh ime series. The essenial ingrediens of he algorihm are randomizaion, segmenaion of ime-series, decision ree ensemble based learning of subseries classifiers, combinaion of subseries classificaion by voing, and cross-validaion based emporal resoluion adapaion. Experimens are carried ou wih his mehod on 10 synheic and real-world daases. They highligh he good behavior of he algorihm on a large diversiy of problems. Our resuls are also highly compeiive wih exising approaches from he lieraure. 1 Learning o classify ime-series Time-series classificaion is an imporan problem from he viewpoin of is muliudinous applicaions. Specific applicaions concern he non inrusive monioring and diagnosis of processes and biological sysems, for example o decide wheher he sysem is in a healhy operaing condiion on he basis of measuremens of various signals. Oher relevan applicaions concern speech recogniion and behavior analysis, in paricular biomerics and fraud deecion. From he viewpoin of machine learning, a ime-series classificaion problem is basically a supervised learning problem, wih emporally srucured inpu variables. Among he pracical problems faced while rying o apply classical (proposiional) learning algorihms o his class of problems, he main one is o ransform he non-sandard inpu represenaion ino a fixed number of scalar aribues which can be managed by a proposiional base learner and a he same ime reain informaion abou he emporal properies of he original daa. One approach o solve his problem is o define a (possibly very large) collecion of emporal predicaes which can be applied o each ime-series in order o compue (logical or numerical) feaures which can hen be used as inpu represenaion for any base learner (e.g. [7, 8, 10, 11]). This feaure exracion sep can also be incorporaed direcly ino he learning algorihm [1, 2, 14]. Anoher approach is o define a disance or similariy measure beween ime-series ha akes ino accoun emporal specific peculiariies (e.g. invariance wih respec o

2 ime or ampliude rescaling) and hen o use his disance measure in combinaion wih neares neighbors or oher kernel-based mehods [12, 13]. A poenial advanage of hese approaches is he possibiliy o bias he represenaion by exploiing prior problem specific knowledge. A he same ime, his problem specific modeling sep makes he applicaion of machine learning non auonomous. The approach invesigaed in his paper aims a developing a fully generic and off-he-shelf ime-series classificaion mehod. More precisely, he proposed algorihm relies on a generic pre-processing sage which exracs from he imeseries a number of randomly seleced subseries, all of he same lengh, which are labeled wih he class of he ime-series from which hey were aken. Then a generic supervised learning mehod is applied o he sample of subseries, so as o derive a subseries classifier. Finally, a new ime-series is classified by aggregaing he predicions of all is subseries of he said size. The mehod is combined wih a en-fold cross-validaion wrapper in order o adjus auomaically he size of he subseries o a given daase. As base learners, we use ree-based mehods because of heir scalabiliy and auonomy. Secion 2 presens and moivaes he proposed algorihmic framework of segmenaion and combinaion of ime-series daa and Secion 3 presens an empirical evaluaion of he algorihm on a diverse se of ime-series classificaion asks. Furher deails abou his sudy may be found in [4]. 2 Segmen and Combine Noaions A ime-series is originally represened as a discree ime finie duraion real-valued vecor signal. The differen componens of he vecor signal are called emporal aribues in wha follows. The number of ime-seps for a given emporal aribue is called is duraion. We suppose ha all emporal aribues of a given ime-series have he same duraion. On he oher hand, he duraions of differen ime-series of a given problem (or daase) are no assumed o be idenical. A given ime series is relaed o a paricular observaion (or objec). A learning sample (or daase) is a se (ordering is considered irrelevan a his level) of N preclassified ime-series denoed by LS N = {( a( d(o), o), c(o) ) o = 1,..., N }, where o denoes an observaion, d(o) IN sands for he duraion of he imeseries, c(o) refers o he class associaed o he ime-series, and a( d(o), o) = (a 1 ( d(o), o),..., a n ( d(o), o)), a i ( d(o), o) = (a i (1, o),..., a i (d(o), o)), represens he vecor of n real-valued emporal aribues of duraion d(o). The objecive of he ime-series classificaion problem is o derive from LS N a classificaion rule ĉ(a( d(o), o)) which predics oupu classes of an unseen imeseries a( d(o), o) as accuraely as possible. Training a subseries classifier. In is raining sage, he segmen and combine algorihm uses a proposiional base learner o yield a subseries classifier from LS N in he following way:

3 Subseries sampling. For i = 1,..., N s choose o i {1,..., N} randomly, hen choose a subseries offse i {0,..., d(o i ) l} randomly, and creae a scalar aribue vecor a l i (o i ) = (a 1 ( i + 1, o i ),..., a 1 ( i + l, o i ),..., a n ( i + 1, o i ),..., a n ( i + l, o i )) concaenaing he values of all n emporal aribues over he ime inerval i + 1,..., i + l. Collec he samples in a raining se of subseries LS l N s = { (a l i (o i ), c(o i )) i = 1,..., N s }. Classifier raining. Use he base learner on LS l N s o build a subseries classifier. This classifier is supposed o reurn a class-probabiliy vecor P l c (a l ). Noice ha when N s is greaer han he oal number of subseries of lengh l, no sampling is done and LSN l s is aken as he se of all subseries. Classifying a ime-series by voes on is subseries. For a new imeseries a( d(o), o), exrac sysemaically all is subseries of lengh l, a l i (o), i {0,..., d(o) l}, and classify i according o d(o) l ĉ(a( d(o), o)) = arg max P l c c (al i (o)). Noe ha if he base learner reurns 0/1 class indicaors, he aggregaion sep merely selecs he class receiving he larges number of voes. i=0 Tuning he subseries lengh l. In addiion o he choice of base learner discussed below, he sole parameers of he above mehod are he number of subseries N s and he subseries lengh l. In pracice, he larger N s, he higher he accuracy. Hence, he choice of he value of N s is only dicaed by compuaional consrains. On he oher hand, he subseries lengh l should be adaped o he emporal resoluion of he problem. Small values of l force he algorihm o focus on local (shif-invarian) paerns in he original ime-series while larger values of l amoun o considering he ime-series more globally. In our mehod, we deermine his lengh auomaically by rying ou a se of candidae values l i min o LSN d(o), esimaing for each l i he error-rae by en-fold cross-validaion over LS N, and selecing he value l yielding he lowes error rae esimae. Base learners. In principle, any proposiional base learner (SVM, knn, MLP ec.) could be used in he above approach. However, for scalabiliy reasons, we recommend o use decision rees or ensembles of decision rees. In he rials in he nex secion we will compare he resuls obained wih wo differen reebased mehods, namely single unpruned CART rees and ensembles of exremely randomized rees. The exremely randomized rees algorihm (Exra-Trees) is

4 Table 1. Summary of daases Daase Src. N d n c d d Proocol Bes Ref {l i}, {s i} CBF fold cv 0.00 [7] 1,2,4,8,16,32,64,96,128 CC fold cv 0.83 [1] 1,2,5,10,20,30 CBF-r fold cv 1,2,4,8,16,32,64,96,128 Two-pa fold cv 1,2,4,8,16,32,64,96,128 TTes fold cv 0.50 [7] 3,5,10,20,40,60 Trace holdou [1] 10,25,50,100,150,200,250 Auslan-s fold cv 1.50 [1] 1,2,5,10,20,30 Auslan-b holdou [7] 1,2,5,10,20,30,40 JV holdou [8] 2,3,5,7 ECG fold cv 1,2,5,10,20,30,39 1 hp:// 2 [5] 3 hp://www2.ife.no 4 hp://www-2.cs.cmu.edu/~bobski/pubs/r01108.hml 5 hp://waleed.web.cse.unsw.edu.au/new/phd.hml described in deails in [4]. I grows a ree by selecing he bes spli from a small se of candidae random splis (boh aribue and cu-poin are randomized). This mehod allows o reduce srongly variance wihou increasing bias oo much. I is also significanly faser in he raining sage han bagging or boosing which search for opimal aribue and cu-poins a each node. Noice ha because he segmen and combine approach has some inrinsic variance reducion capabiliy, i is generally counerproducive o prune single rees in his conex. For he same reason, he number of rees in he ree ensemble mehods can be chosen reasonably small (25 in our experimens). 3 Empirical analysis 3.1 Benchmark problems Experimens are carried ou on 10 problems. For he sake of breviy, we only repor in Table 1 he main properies of he 10 daases. We refer he ineresed reader o [4] and he references herein for more deails. The second column gives he (web) source of he daase. The nex four columns give he number N d of ime-series in he daase, he number of emporal aribues n of each imeseries, he number of classes c, and he range of values of he duraion d(o); he sevenh column specifies our proocol o derive error raes; he eighh and ninh columns give respecively he bes published error rae (wih idenical or comparable proocol o ours) and he corresponding reference; he las column gives he rial values used for he parameers l and s. The firs six problems are arificial problems specifically designed for he validaion of ime-series classificaion mehods, while he las four problems correspond o real world problems. 3.2 Accuracy resuls Accuracy resuls on each problem are gahered in Table 2. In order o assess he ineres of he segmen and combine approach, we compare i wih a simple

5 Table 2. Error raes (in %) and opimal values of s and l Temporal normalizaion Segmen&Combine (N s = 10000) ST ET ST ET Daase Err% s Err% s Err% l Err% l CBF ± ± ± ± 0.0 CC ± ± ± ± 4.6 CBF-r ± ± ± ± 31.4 Two-pa ± ± ± ± 0.0 TTes ± ± ± ± 0.0 Trace Auslan-s ± ± ± ± 4.6 Auslan-b ± ± 0.0 JV ECG ± ± ± ± 8.5 normalizaion echnique [2, 6], which aims a ransforming a ime-series ino a vecor of fixed dimensionaliy of scalar numerical aribues: he ime inerval of each objec is divided ino s equal-lengh segmens and he average values of all emporal aribues along hese segmens are compued, yielding a new vecor of n s aribues which are used as inpus o he base learner. The wo approaches are combined wih single decision rees (ST) and ensembles of 25 Exra-Trees (ET) as base learners. The bes resul in each row is highlighed. For he segmen and combine mehod, we randomly exraced 10,000 subseries. The opimal values of he parameers l and s are searched among he candidae values repored in he las column of Table 1. When he esing proocol is holdou, he parameers are adjused by 10-fold cross-validaion on he learning sample only; when he esing proocol is 10-fold cross-validaion, he adjusmen of hese parameers is made for each of he en folds by an inernal 10-fold cross-validaion. In his laer case average values and sandard deviaions of he parameers s and l over he (exernal) esing folds are provided. From hese resuls we firs observe ha Segmen and Combine wih Exra- Trees (ET) yields he bes resuls on six ou of en problems. On hree oher problems (CBF, CBR-r, Auslan-b) is accuracy is close o he bes one. Only on he ECG problem, he resuls obained are somewha disappoining wih respec o he normalizaion approach. On he oher hand, i is clear ha he combinaion of he normalizaion echnique wih single rees (ST) is sysemaically (much) less accurae han he oher varians. We also observe ha, boh for normalizaion and segmen and combine, he Exra-Trees always give significanly beer resuls han single rees. 1 On he oher hand, he improvemen resuling from he segmen and combine mehod is sronger for single decision rees han for Exra-Trees. Indeed, error raes of he former are reduced in average by 65% while error raes of he laer are 1 There is only one excepion, namely CBF-r where he ST mehod is slighly beer han ET in he case of segmen and combine.

6 only reduced by 30%. Acually, wih segmen and combine, single rees and Exra-Trees are close o each oher in erms of accuracy on several problems, while hey are no wih normalizaion. This can be explained by he inrinsic variance reducion effec of he segmen and combine mehod, which is due o he virual increase of he learning sample size and he averaging sep and somewha miigaes he effec variance reducion echniques like ensemble mehods (see [3] for a discussion of bias and variance of he segmen and combine mehod). From he values of l in he las column of Table 2, i is clear ha he opimal l is a problem dependen parameer. Indeed, wih respec o he average duraion of he ime-series his opimal values ranges from 17% (on JV) o 80% (on TTes). This highlighs he usefulness of he auomaic uning by crossvalidaion of l as well as he capaciy of he segmen and combine approach o adap iself o variable emporal resoluions. A comparison of he resuls of he las wo columns of Table 2 wih he eighh column of Table 1, shows ha he segmen and combine mehod wih Exra-Trees is acually quie compeiive wih he bes published resuls. Indeed, on CBF, CC, TTes, Auslan-s, and JV, is resuls are very close o he bes published ones. 2 Since on Trace, and o a lesser exen on Auslan-b, he resuls were less good, we ran a side-experimen o see if here is room for improvemen. On Trace we were able (wih Exra-Trees and N s = 15000) o reduce he error rae from 5.00% o 0.875% by firs resampling he ime series ino a fixed number of 268 ime poins. The same approach wih 40 ime poins decreased also he error rae on Auslan-b from 5.16% o 3.94%. 3.3 Inerpreabiliy Le us illusrae he possibiliy o exrac inerpreable informaion from he subseries classifiers. Acually, hese classifiers provide for each ime poin a vecor esimaing he class-probabiliies of subseries cenered a his poin. Hence, subseries ha correspond o a high probabiliy of a cerain subse of classes can be considered as ypical paerns of his subse of classes. Figure 1 shows for example, in he op par, wo emporal aribues for hree insances of he Trace problem respecively of classes 1, 3, and 5, and in he boom par he evoluion of he probabiliies of hese hree classes as prediced for subseries (of lengh l = 50) as hey move progressively from lef o righ on he ime axis. The Class 3 signal (op middle) differs from he Class 1 signal (op lef) only in he occurrence of a small sinusoidal paern in one of he aribue (around = 200); on he oher hand, Class 1 and 3 differ from Class 5 (op righ) in he occurrence of a sharp peak in he oher aribue (around = 75 and = 100 respecively). From he probabiliy plos we see ha, for 50 he hree classes are equally likely, bu a he ime where he peak appears ( [60 70]) he probabiliy of Class 5 decreases for he wo 2 Noe ha on CBF, CC, TTes, and Auslan-s, our es proocols are no sricly idenical o hose published since we could no use he same en folds. This may be sufficien o explain small differences wih respec o resuls from he lieraure.

7 Class 1 Class 3 Class C1 C3 C5 C1 C3 C C1 C3 C Fig. 1. Inerpreabiliy of Segmen and Combine (Trace daase, N s = 10000, ET) firs series (where a peak appears) and increases for he righ-mos series (where no peak appears). Subsequenly, around = 170, he subseries in he middle insance sar o deec he sinusoidal paern, which ranslaes ino an increase of he probabiliy of Class 3, while for he wo oher ime-series Classes 1 and 5 become equally likely and Class 3 relaively less. Noice ha he voing scheme used o classify he whole ime-series from is subseries amouns o inegraing hese curves along he ime axis and deciding on he mos likely class once all subseries have been incorporaed. This suggess ha, once a subseries classifier has been rained, he segmen combine approach can be used in real-ime in order o classify signals hrough ime. 4 Conclusion In his paper, we have proposed a new generic and non-parameric mehod for ime-series classificaion which randomly exracs subseries of a given lengh from ime-series, induces a subseries classifier from his sample, and classifies ime-series by averaging he predicion over is subseries. The subseries lengh is auomaically adaped by he algorihm o he emporal resoluion of he problem. This algorihm has been validaed on 10 benchmark problems, where i yielded resuls compeiive wih sae-of-he-ar algorihms from he lieraure. Given he diversiy of benchmark problems and concepual simpliciy of our algorihm, his is a very promising resul. Furhermore, he possibiliy o exrac inerpreable informaion from ime-series has been highlighed. There are several possible exensions of our work, such as more sophisicaed aggregaion schemes and muli-scale subseries exracion. These would allow o handle problems wih more complex emporally relaed characerisic paerns

8 of variable ime-scale. We have also suggesed ha he mehod could be used for real-ime ime-series classificaion, by adjusing he voing scheme. The approach presened here for ime-series is essenially idenical o he work repored in [9] for image classificaion. Similar ideas could also be exploied o yield generic approaches for he classificaion of exs or biological sequences. Alhough hese laer problems have differen srucural properies, we believe ha he flexibiliy of he approach makes i possible o adjus i o hese conexs in a sraighforward manner. References 1. J. Alonso González and J. J. Rodríguez Diez. Boosing inerval-based lierals: Variable lengh and early classificaion. In M. Las, A. Kandel, and H. Bunke, ediors, Daa mining in ime series daabases. World Scienific, June P. Geurs. Paern exracion for ime-series classificaion. In L. de Raed and A. Siebes, ediors, Proceedings of PKDD 2001, 5h European Conference on Principles of Daa Mining and Knowledge Discovery, LNAI 2168, pages , Freiburg, Sepember Springer-Verlag. 3. P. Geurs. Conribuions o decision ree inducion: bias/variance radeoff and ime series classificaion. PhD hesis, Universiy of Liège, Belgium, May P. Geurs and L. Wehenkel. Segmen and combine approach for non-parameric ime-series classificaion. Technical repor, Universiy of Liège, S. Heich and S. D. Bay. The UCI KDD archive, Irvine, CA: Universiy of California, Deparmen of Informaion and Compuer Science. hp://kdd.ics.uci.edu. 6. M. W. Kadous. Learning comprehensible descripions of mulivariae ime series. In Proceedings of he Sixeenh Inernaional Conference on Machine Learning, ICML 99, pages , Bled, Slovenia, M. W. Kadous and C. Sammu. Classificaion of mulivariae ime series and srucured daa using conrucive inducion. Machine learning, 58(1-2): , February/March M. Kudo, J. Toyama, and M. Shimbo. Mulidimensional curve classificaion using passing-hrough regions. Paern Recogniion Leers, 20(11-13): , R. Marée, P. Geurs, J. Piaer, and L. Wehenkel. Random subwindows for robus image classificaion. In Proceedings of he IEEE Inernaional Conference on Compuer Vision and Paern Recogniion (CVPR 2005), I. Mierswa and K. Morik. Auomaic feaure exracion for classifying audio daa. Machine Learning, 58(1-2): , February/March R. T. Olszewski. Generalized feaure exracion for srucural paern recogniion in ime-series daa. PhD hesis, Carnegie Mellon Universiy, Pisburgh, PA, C.A. Raanamahaana and E. Keogh. Making ime-series classificaion more accurae using learned consrains. In Proceedings of SIAM, H. Shimodaira, K.I. Noma, M. Nakai, and S. Sagayama. Dynamic ime-alignmen kernel in suppor vecor machine. In Advances in Neural Informaion Processing Sysems 14, NIPS2001, volume 2, pages , December Y. Yamada, E. Suzuki, H. Yokoi, and K. Takabayashi. Decision-ree inducion from ime-series daa based on sandard-example spli es. In Proceedings of he 20h Inernaional Conference on Machine Learning (ICML-2003), 2003.

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS RICHARD J. POVINELLI AND XIN FENG Deparmen of Elecrical and Compuer Engineering Marquee Universiy, P.O.

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS Hao Wu and Qinfen Zheng Cenre for Auomaion Research Dep. of Elecrical and Compuer Engineering Universiy of Maryland, College Park, MD-20742 {wh2003, qinfen}@cfar.umd.edu

More information

Predicting Stock Market Index Trading Signals Using Neural Networks

Predicting Stock Market Index Trading Signals Using Neural Networks Predicing Sock Marke Index Trading Using Neural Neworks C. D. Tilakarane, S. A. Morris, M. A. Mammadov, C. P. Hurs Cenre for Informaics and Applied Opimizaion School of Informaion Technology and Mahemaical

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005 FONDATION POUR LES ETUDES ET RERS LE DEVELOPPEMENT INTERNATIONAL Measuring macroeconomic volailiy Applicaions o expor revenue daa, 1970-005 by Joël Cariolle Policy brief no. 47 March 01 The FERDI is a

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

Automatic measurement and detection of GSM interferences

Automatic measurement and detection of GSM interferences Auomaic measuremen and deecion of GSM inerferences Poor speech qualiy and dropped calls in GSM neworks may be caused by inerferences as a resul of high raffic load. The radio nework analyzers from Rohde

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1

Single-machine Scheduling with Periodic Maintenance and both Preemptive and. Non-preemptive jobs in Remanufacturing System 1 Absrac number: 05-0407 Single-machine Scheduling wih Periodic Mainenance and boh Preempive and Non-preempive jobs in Remanufacuring Sysem Liu Biyu hen Weida (School of Economics and Managemen Souheas Universiy

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

Individual Health Insurance April 30, 2008 Pages 167-170

Individual Health Insurance April 30, 2008 Pages 167-170 Individual Healh Insurance April 30, 2008 Pages 167-170 We have received feedback ha his secion of he e is confusing because some of he defined noaion is inconsisen wih comparable life insurance reserve

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

A New Adaptive Ensemble Boosting Classifier for Concept Drifting Stream Data

A New Adaptive Ensemble Boosting Classifier for Concept Drifting Stream Data A New Adapive Ensemble Boosing Classifier for Concep Drifing Sream Daa Kapil K. Wankhade and Snehlaa S. Dongre, Members, IACSIT Absrac Wih he emergence of large-volume and high speed sreaming daa, mining

More information

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES Mehme Nuri GÖMLEKSİZ Absrac Using educaion echnology in classes helps eachers realize a beer and more effecive learning. In his sudy 150 English eachers were

More information

Hotel Room Demand Forecasting via Observed Reservation Information

Hotel Room Demand Forecasting via Observed Reservation Information Proceedings of he Asia Pacific Indusrial Engineering & Managemen Sysems Conference 0 V. Kachivichyanuul, H.T. Luong, and R. Piaaso Eds. Hoel Room Demand Forecasing via Observed Reservaion Informaion aragain

More information

Genetic Algorithm Search for Predictive Patterns in Multidimensional Time Series

Genetic Algorithm Search for Predictive Patterns in Multidimensional Time Series Geneic Algorihm Search for Predicive Paerns in Mulidimensional Time Series Arnold Polanski School of Managemen and Economics Queen s Universiy of Belfas 25 Universiy Square Belfas BT7 1NN, Unied Kingdom

More information

Performance Center Overview. Performance Center Overview 1

Performance Center Overview. Performance Center Overview 1 Performance Cener Overview Performance Cener Overview 1 ODJFS Performance Cener ce Cener New Performance Cener Model Performance Cener Projec Meeings Performance Cener Execuive Meeings Performance Cener

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

DOES TRADING VOLUME INFLUENCE GARCH EFFECTS? SOME EVIDENCE FROM THE GREEK MARKET WITH SPECIAL REFERENCE TO BANKING SECTOR

DOES TRADING VOLUME INFLUENCE GARCH EFFECTS? SOME EVIDENCE FROM THE GREEK MARKET WITH SPECIAL REFERENCE TO BANKING SECTOR Invesmen Managemen and Financial Innovaions, Volume 4, Issue 3, 7 33 DOES TRADING VOLUME INFLUENCE GARCH EFFECTS? SOME EVIDENCE FROM THE GREEK MARKET WITH SPECIAL REFERENCE TO BANKING SECTOR Ahanasios

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

When Is Growth Pro-Poor? Evidence from a Panel of Countries

When Is Growth Pro-Poor? Evidence from a Panel of Countries Forhcoming, Journal of Developmen Economics When Is Growh Pro-Poor? Evidence from a Panel of Counries Aar Kraay The World Bank Firs Draf: December 2003 Revised: December 2004 Absrac: Growh is pro-poor

More information

Stock Price Prediction Using the ARIMA Model

Stock Price Prediction Using the ARIMA Model 2014 UKSim-AMSS 16h Inernaional Conference on Compuer Modelling and Simulaion Sock Price Predicion Using he ARIMA Model 1 Ayodele A. Adebiyi., 2 Aderemi O. Adewumi 1,2 School of Mahemaic, Saisics & Compuer

More information

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets Making Use of ae Charge Informaion in MOSFET and IBT Daa Shees Ralph McArhur Senior Applicaions Engineer Advanced Power Technology 405 S.W. Columbia Sree Bend, Oregon 97702 Power MOSFETs and IBTs have

More information

DDoS Attacks Detection Model and its Application

DDoS Attacks Detection Model and its Application DDoS Aacks Deecion Model and is Applicaion 1, MUHAI LI, 1 MING LI, XIUYING JIANG 1 School of Informaion Science & Technology Eas China Normal Universiy No. 500, Dong-Chuan Road, Shanghai 0041, PR. China

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

Bayesian Filtering with Online Gaussian Process Latent Variable Models

Bayesian Filtering with Online Gaussian Process Latent Variable Models Bayesian Filering wih Online Gaussian Process Laen Variable Models Yali Wang Laval Universiy yali.wang.1@ulaval.ca Marcus A. Brubaker TTI Chicago mbrubake@cs.orono.edu Brahim Chaib-draa Laval Universiy

More information

To Sponsor or Not to Sponsor: Sponsored Search Auctions with Organic Links and Firm Dependent Click-Through Rates

To Sponsor or Not to Sponsor: Sponsored Search Auctions with Organic Links and Firm Dependent Click-Through Rates To Sponsor or No o Sponsor: Sponsored Search Aucions wih Organic Links and Firm Dependen Click-Through Raes Michael Arnold, Eric Darmon and Thierry Penard June 5, 00 Draf: Preliminary and Incomplee Absrac

More information

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas

The Greek financial crisis: growing imbalances and sovereign spreads. Heather D. Gibson, Stephan G. Hall and George S. Tavlas The Greek financial crisis: growing imbalances and sovereign spreads Heaher D. Gibson, Sephan G. Hall and George S. Tavlas The enry The enry of Greece ino he Eurozone in 2001 produced a dividend in he

More information

SPEC model selection algorithm for ARCH models: an options pricing evaluation framework

SPEC model selection algorithm for ARCH models: an options pricing evaluation framework Applied Financial Economics Leers, 2008, 4, 419 423 SEC model selecion algorihm for ARCH models: an opions pricing evaluaion framework Savros Degiannakis a, * and Evdokia Xekalaki a,b a Deparmen of Saisics,

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1 Business Condiions & Forecasing Exponenial Smoohing LECTURE 2 MOVING AVERAGES AND EXPONENTIAL SMOOTHING OVERVIEW This lecure inroduces ime-series smoohing forecasing mehods. Various models are discussed,

More information

Small and Large Trades Around Earnings Announcements: Does Trading Behavior Explain Post-Earnings-Announcement Drift?

Small and Large Trades Around Earnings Announcements: Does Trading Behavior Explain Post-Earnings-Announcement Drift? Small and Large Trades Around Earnings Announcemens: Does Trading Behavior Explain Pos-Earnings-Announcemen Drif? Devin Shanhikumar * Firs Draf: Ocober, 2002 This Version: Augus 19, 2004 Absrac This paper

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS Shuzhen Xu Research Risk and Reliabiliy Area FM Global Norwood, Massachuses 262, USA David Fuller Engineering Sandards FM Global Norwood, Massachuses 262,

More information

Measuring the Effects of Monetary Policy: A Factor-Augmented Vector Autoregressive (FAVAR) Approach * Ben S. Bernanke, Federal Reserve Board

Measuring the Effects of Monetary Policy: A Factor-Augmented Vector Autoregressive (FAVAR) Approach * Ben S. Bernanke, Federal Reserve Board Measuring he Effecs of Moneary Policy: A acor-augmened Vecor Auoregressive (AVAR) Approach * Ben S. Bernanke, ederal Reserve Board Jean Boivin, Columbia Universiy and NBER Pior Eliasz, Princeon Universiy

More information

A Natural Feature-Based 3D Object Tracking Method for Wearable Augmented Reality

A Natural Feature-Based 3D Object Tracking Method for Wearable Augmented Reality A Naural Feaure-Based 3D Objec Tracking Mehod for Wearable Augmened Realiy Takashi Okuma Columbia Universiy / AIST Email: okuma@cs.columbia.edu Takeshi Kuraa Universiy of Washingon / AIST Email: kuraa@ieee.org

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt

Statistical Analysis with Little s Law. Supplementary Material: More on the Call Center Data. by Song-Hee Kim and Ward Whitt Saisical Analysis wih Lile s Law Supplemenary Maerial: More on he Call Cener Daa by Song-Hee Kim and Ward Whi Deparmen of Indusrial Engineering and Operaions Research Columbia Universiy, New York, NY 17-99

More information

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking?

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking? Supplemenary Appendix for Depression Babies: Do Macroeconomic Experiences Affec Risk-Taking? Ulrike Malmendier UC Berkeley and NBER Sefan Nagel Sanford Universiy and NBER Sepember 2009 A. Deails on SCF

More information

-, On the digital-computer classification of geometric line patterns,

-, On the digital-computer classification of geometric line patterns, IEEE TRANSACTIONS ON PP;ITERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 12, NO. 12, DECEMBER 1990 1217 M. S. El-Wakil and A. A. Shoukry, On-line recogniion of handwrien isolaed Arabic characers, Paern Recogniion,

More information

A Short Introduction to Boosting

A Short Introduction to Boosting Journal of Japanese Sociey for Arificial Inelligence,14(5):771-780, Sepember, 1999. (In Japanese, ranslaion by Naoki Abe.) A Shor Inroducion o Boosing Yoav Freund Rober E. Schapire AT&T Labs Research Shannon

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

Usefulness of the Forward Curve in Forecasting Oil Prices Usefulness of he Forward Curve in Forecasing Oil Prices Akira Yanagisawa Leader Energy Demand, Supply and Forecas Analysis Group The Energy Daa and Modelling Cener Summary When people analyse oil prices,

More information

Finance and Economics Discussion Series Divisions of Research & Statistics and Monetary Affairs Federal Reserve Board, Washington, D.C.

Finance and Economics Discussion Series Divisions of Research & Statistics and Monetary Affairs Federal Reserve Board, Washington, D.C. Finance and Economics Discussion Series Divisions of Research & Saisics and Moneary Affairs Federal Reserve Board, Washingon, D.C. The Effecs of Unemploymen Benefis on Unemploymen and Labor Force Paricipaion:

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Market Liquidity and the Impacts of the Computerized Trading System: Evidence from the Stock Exchange of Thailand

Market Liquidity and the Impacts of the Computerized Trading System: Evidence from the Stock Exchange of Thailand 36 Invesmen Managemen and Financial Innovaions, 4/4 Marke Liquidiy and he Impacs of he Compuerized Trading Sysem: Evidence from he Sock Exchange of Thailand Sorasar Sukcharoensin 1, Pariyada Srisopisawa,

More information

Chapter 1.6 Financial Management

Chapter 1.6 Financial Management Chaper 1.6 Financial Managemen Par I: Objecive ype quesions and answers 1. Simple pay back period is equal o: a) Raio of Firs cos/ne yearly savings b) Raio of Annual gross cash flow/capial cos n c) = (1

More information

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR

MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR MACROECONOMIC FORECASTS AT THE MOF A LOOK INTO THE REAR VIEW MIRROR The firs experimenal publicaion, which summarised pas and expeced fuure developmen of basic economic indicaors, was published by he Minisry

More information

MODEL AND ALGORITHMS FOR THE REAL TIME MANAGEMENT OF RESIDENTIAL ELECTRICITY DEMAND. A. Barbato, G. Carpentieri

MODEL AND ALGORITHMS FOR THE REAL TIME MANAGEMENT OF RESIDENTIAL ELECTRICITY DEMAND. A. Barbato, G. Carpentieri MODEL AND ALGORITHMS FOR THE REAL TIME MANAGEMENT OF RESIDENTIAL ELECTRICITY DEMAND A. Barbao, G. Carpenieri Poliecnico di Milano, Diparimeno di Eleronica e Informazione, Email: barbao@ele.polimi.i, giuseppe.carpenieri@mail.polimi.i

More information

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds OPERATIONS RESEARCH Vol. 54, No. 6, November December 2006, pp. 1079 1097 issn 0030-364X eissn 1526-5463 06 5406 1079 informs doi 10.1287/opre.1060.0338 2006 INFORMS Invenory Planning wih Forecas Updaes:

More information

Evolutionary building of stock trading experts in real-time systems

Evolutionary building of stock trading experts in real-time systems Evoluionary building of sock rading expers in real-ime sysems Jerzy J. Korczak Universié Louis Paseur Srasbourg, France Email: jjk@dp-info.u-srasbg.fr Absrac: This paper addresses he problem of consrucing

More information

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal Quarerly Repor on he Euro Area 3/202 II.. Deb reducion and fiscal mulipliers The deerioraion of public finances in he firs years of he crisis has led mos Member Saes o adop sizeable consolidaion packages.

More information

Information Theoretic Evaluation of Change Prediction Models for Large-Scale Software

Information Theoretic Evaluation of Change Prediction Models for Large-Scale Software Informaion Theoreic Evaluaion of Change Predicion Models for Large-Scale Sofware Mina Askari School of Compuer Science Universiy of Waerloo Waerloo, Canada maskari@uwaerloo.ca Ric Hol School of Compuer

More information

Time Series Prediction of Web Domain Visits by IF-Inference System

Time Series Prediction of Web Domain Visits by IF-Inference System Time Series Predicion of Web Domain Visis by IF-Inference Sysem VLADIMÍR OLEJ, JANA FILIPOVÁ, PETR HÁJEK Insiue of Sysem Engineering and Informaics Faculy of Economics and Adminisraion Universiy of Pardubice,

More information

Hedging with Forwards and Futures

Hedging with Forwards and Futures Hedging wih orwards and uures Hedging in mos cases is sraighforward. You plan o buy 10,000 barrels of oil in six monhs and you wish o eliminae he price risk. If you ake he buy-side of a forward/fuures

More information

1. BACKGROUND 1-1 Traffic Flow Surveillance

1. BACKGROUND 1-1 Traffic Flow Surveillance Auo-Recogniion of Vehicle Maneuvers Based on Spaio-Temporal Clusering. BACKGROUND - Traffic Flow Surveillance Conduced wih kinds of beacons mouned a limied roadside poins wih Images from High Aliude Plaforms

More information

Premium Income of Indian Life Insurance Industry

Premium Income of Indian Life Insurance Industry Premium Income of Indian Life Insurance Indusry A Toal Facor Produciviy Approach Ram Praap Sinha* Subsequen o he passage of he Insurance Regulaory and Developmen Auhoriy (IRDA) Ac, 1999, he life insurance

More information

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999 TSG-RAN Working Group 1 (Radio Layer 1) meeing #3 Nynashamn, Sweden 22 nd 26 h March 1999 RAN TSGW1#3(99)196 Agenda Iem: 9.1 Source: Tile: Documen for: Moorola Macro-diversiy for he PRACH Discussion/Decision

More information

Improving timeliness of industrial short-term statistics using time series analysis

Improving timeliness of industrial short-term statistics using time series analysis Improving imeliness of indusrial shor-erm saisics using ime series analysis Discussion paper 04005 Frank Aelen The views expressed in his paper are hose of he auhors and do no necessarily reflec he policies

More information

PRACTICES AND ISSUES IN OPERATIONAL RISK MODELING UNDER BASEL II

PRACTICES AND ISSUES IN OPERATIONAL RISK MODELING UNDER BASEL II Lihuanian Mahemaical Journal, Vol. 51, No. 2, April, 2011, pp. 180 193 PRACTICES AND ISSUES IN OPERATIONAL RISK MODELING UNDER BASEL II Paul Embrechs and Marius Hofer 1 RiskLab, Deparmen of Mahemaics,

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

GOOD NEWS, BAD NEWS AND GARCH EFFECTS IN STOCK RETURN DATA

GOOD NEWS, BAD NEWS AND GARCH EFFECTS IN STOCK RETURN DATA Journal of Applied Economics, Vol. IV, No. (Nov 001), 313-37 GOOD NEWS, BAD NEWS AND GARCH EFFECTS 313 GOOD NEWS, BAD NEWS AND GARCH EFFECTS IN STOCK RETURN DATA CRAIG A. DEPKEN II * The Universiy of Texas

More information

Technical Report / Universität Dortmund, SFB 475 Komplexitätsreduktion in Multivariaten Datenstrukturen, No. 2006,23

Technical Report / Universität Dortmund, SFB 475 Komplexitätsreduktion in Multivariaten Datenstrukturen, No. 2006,23 econsor www.econsor.eu Der Open-Access-Publikaionsserver der ZBW Leibniz-Informaionszenrum Wirschaf The Open Access Publicaion Server of he ZBW Leibniz Informaion Cenre for Economics Schelinger, Karen;

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Load Prediction Using Hybrid Model for Computational Grid

Load Prediction Using Hybrid Model for Computational Grid Load Predicion Using Hybrid Model for Compuaional Grid Yongwei Wu, Yulai Yuan, Guangwen Yang 3, Weimin Zheng 4 Deparmen of Compuer Science and Technology, Tsinghua Universiy, Beijing 00084, China, 3, 4

More information

Segmentation, Probability of Default and Basel II Capital Measures. for Credit Card Portfolios

Segmentation, Probability of Default and Basel II Capital Measures. for Credit Card Portfolios Segmenaion, Probabiliy of Defaul and Basel II Capial Measures for Credi Card Porfolios Draf: Aug 3, 2007 *Work compleed while a Federal Reserve Bank of Philadelphia Dennis Ash Federal Reserve Bank of Philadelphia

More information

The Architecture of a Churn Prediction System Based on Stream Mining

The Architecture of a Churn Prediction System Based on Stream Mining The Archiecure of a Churn Predicion Sysem Based on Sream Mining Borja Balle a, Bernardino Casas a, Alex Caarineu a, Ricard Gavaldà a, David Manzano-Macho b a Universia Poliècnica de Caalunya - BarcelonaTech.

More information

Efficient One-time Signature Schemes for Stream Authentication *

Efficient One-time Signature Schemes for Stream Authentication * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING, 611-64 (006) Efficien One-ime Signaure Schemes for Sream Auhenicaion * YONGSU PARK AND YOOKUN CHO + College of Informaion and Communicaions Hanyang Universiy

More information

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer Recen Advances in Business Managemen and Markeing Analysis of Pricing and Efficiency Conrol Sraegy beween Inerne Reailer and Convenional Reailer HYUG RAE CHO 1, SUG MOO BAE and JOG HU PARK 3 Deparmen of

More information

Distributing Human Resources among Software Development Projects 1

Distributing Human Resources among Software Development Projects 1 Disribuing Human Resources among Sofware Developmen Proecs Macario Polo, María Dolores Maeos, Mario Piaini and rancisco Ruiz Summary This paper presens a mehod for esimaing he disribuion of human resources

More information

A Conceptual Framework for Commercial Property Price Indexes

A Conceptual Framework for Commercial Property Price Indexes Gran-in-Aid for Scienific Research(S) Real Esae Markes, Financial Crisis, and Economic Growh : An Inegraed Economic Approach Working Paper Series No.4 A Concepual Framework for Commercial Propery Price

More information

An Online Learning-based Framework for Tracking

An Online Learning-based Framework for Tracking An Online Learning-based Framework for Tracking Kamalika Chaudhuri Compuer Science and Engineering Universiy of California, San Diego La Jolla, CA 9293 Yoav Freund Compuer Science and Engineering Universiy

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

Price Controls and Banking in Emissions Trading: An Experimental Evaluation

Price Controls and Banking in Emissions Trading: An Experimental Evaluation This version: March 2014 Price Conrols and Banking in Emissions Trading: An Experimenal Evaluaion John K. Sranlund Deparmen of Resource Economics Universiy of Massachuses-Amhers James J. Murphy Deparmen

More information

Multi-camera scheduling for video production

Multi-camera scheduling for video production Muli-camera scheduling for video producion Fahad Daniyal and Andrea Cavallaro Queen Mary Universiy of London Mile End Road, E 4S London, Unied Kingdom Email: {fahad.daniyal, andrea.cavallaro}@eecs.qmul.ac.uk

More information

Trends in TCP/IP Retransmissions and Resets

Trends in TCP/IP Retransmissions and Resets Trends in TCP/IP Reransmissions and Reses Absrac Concordia Chen, Mrunal Mangrulkar, Naomi Ramos, and Mahaswea Sarkar {cychen, mkulkarn, msarkar,naramos}@cs.ucsd.edu As he Inerne grows larger, measuring

More information

SEASONAL ADJUSTMENT. 1 Introduction. 2 Methodology. 3 X-11-ARIMA and X-12-ARIMA Methods

SEASONAL ADJUSTMENT. 1 Introduction. 2 Methodology. 3 X-11-ARIMA and X-12-ARIMA Methods SEASONAL ADJUSTMENT 1 Inroducion 2 Mehodology 2.1 Time Series and Is Componens 2.1.1 Seasonaliy 2.1.2 Trend-Cycle 2.1.3 Irregulariy 2.1.4 Trading Day and Fesival Effecs 3 X-11-ARIMA and X-12-ARIMA Mehods

More information

Towards Incentive-Compatible Reputation Management

Towards Incentive-Compatible Reputation Management Towards Incenive-Compaible Repuaion Managemen Radu Jurca, Boi Falings Arificial Inelligence Laboraory Swiss Federal Insiue of Technology (EPFL) IN-Ecublens, 115 Lausanne, Swizerland radu.jurca@epfl.ch,

More information

This is the author s version of a work that was submitted/accepted for publication in the following source:

This is the author s version of a work that was submitted/accepted for publication in the following source: This is he auhor s version of a work ha was submied/acceped for publicaion in he following source: Debnah, Ashim Kumar & Chin, Hoong Chor (2006) Analysis of marine conflics. In Proceedings of he 19h KKCNN

More information

Appendix D Flexibility Factor/Margin of Choice Desktop Research

Appendix D Flexibility Factor/Margin of Choice Desktop Research Appendix D Flexibiliy Facor/Margin of Choice Deskop Research Cheshire Eas Council Cheshire Eas Employmen Land Review Conens D1 Flexibiliy Facor/Margin of Choice Deskop Research 2 Final Ocober 2012 \\GLOBAL.ARUP.COM\EUROPE\MANCHESTER\JOBS\200000\223489-00\4

More information

Diane K. Michelson, SAS Institute Inc, Cary, NC Annie Dudley Zangi, SAS Institute Inc, Cary, NC

Diane K. Michelson, SAS Institute Inc, Cary, NC Annie Dudley Zangi, SAS Institute Inc, Cary, NC ABSTRACT Paper DK-02 SPC Daa Visualizaion of Seasonal and Financial Daa Using JMP Diane K. Michelson, SAS Insiue Inc, Cary, NC Annie Dudley Zangi, SAS Insiue Inc, Cary, NC JMP Sofware offers many ypes

More information

Migration, Spillovers, and Trade Diversion: The Impact of Internationalization on Domestic Stock Market Activity

Migration, Spillovers, and Trade Diversion: The Impact of Internationalization on Domestic Stock Market Activity Migraion, Spillovers, and Trade Diversion: The mpac of nernaionalizaion on Domesic Sock Marke Aciviy Ross Levine and Sergio L. Schmukler Firs Draf: February 10, 003 This draf: April 8, 004 Absrac Wha is

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

An Empirical Comparison of Asset Pricing Models for the Tokyo Stock Exchange

An Empirical Comparison of Asset Pricing Models for the Tokyo Stock Exchange An Empirical Comparison of Asse Pricing Models for he Tokyo Sock Exchange Absrac In his sudy we compare he performance of he hree kinds of asse pricing models proposed by Fama and French (1993), Carhar

More information

Situated vs. Global Aggregation Schemes for Autonomous Management Systems

Situated vs. Global Aggregation Schemes for Autonomous Management Systems 4h IFIP/IEEE Workshop on Disribued Auonomous Nework Managemen Sysems Siuaed vs. Global Aggregaion Schemes for Auonomous Managemen Sysems Rafik Makhloufi*, Guillaume Doyen*, Gregory Bonne and Dominique

More information

Term Structure of Prices of Asian Options

Term Structure of Prices of Asian Options Term Srucure of Prices of Asian Opions Jirô Akahori, Tsuomu Mikami, Kenji Yasuomi and Teruo Yokoa Dep. of Mahemaical Sciences, Risumeikan Universiy 1-1-1 Nojihigashi, Kusasu, Shiga 525-8577, Japan E-mail:

More information

Time-Series Forecasting Model for Automobile Sales in Thailand

Time-Series Forecasting Model for Automobile Sales in Thailand การประช มว ชาการด านการว จ ยด าเน นงานแห งชาต ประจ าป 255 ว นท 24 25 กรกฎาคม พ.ศ. 255 Time-Series Forecasing Model for Auomobile Sales in Thailand Taweesin Apiwaanachai and Jua Pichilamken 2 Absrac Invenory

More information

Direc Manipulaion Inerface and EGN algorithms

Direc Manipulaion Inerface and EGN algorithms A Direc Manipulaion Inerface for 3D Compuer Animaion Sco Sona Snibbe y Brown Universiy Deparmen of Compuer Science Providence, RI 02912, USA Absrac We presen a new se of inerface echniques for visualizing

More information

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

Network Discovery: An Estimation Based Approach

Network Discovery: An Estimation Based Approach Nework Discovery: An Esimaion Based Approach Girish Chowdhary, Magnus Egersed, and Eric N. Johnson Absrac We consider he unaddressed problem of nework discovery, in which, an agen aemps o formulae an esimae

More information

Tourism demand forecasting with different neural networks models

Tourism demand forecasting with different neural networks models Insiu de Recerca en Economia Aplicada Regional i Pública Research Insiue of Applied Economics Documen de Treball 2013/21, 23 pàg. Working Paper 2013/21, 23 pag. Grup de Recerca Anàlisi Quaniaiva Regional

More information

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues

Market Efficiency or Not? The Behaviour of China s Stock Prices in Response to the Announcement of Bonus Issues Discussion Paper No. 0120 Marke Efficiency or No? The Behaviour of China s Sock Prices in Response o he Announcemen of Bonus Issues Michelle L. Barnes and Shiguang Ma May 2001 Adelaide Universiy SA 5005,

More information

Forecasting and Forecast Combination in Airline Revenue Management Applications

Forecasting and Forecast Combination in Airline Revenue Management Applications Forecasing and Forecas Combinaion in Airline Revenue Managemen Applicaions Chrisiane Lemke 1, Bogdan Gabrys 1 1 School of Design, Engineering & Compuing, Bournemouh Universiy, Unied Kingdom. E-mail: {clemke,

More information

Setting Accuracy Targets for. Short-Term Judgemental Sales Forecasting

Setting Accuracy Targets for. Short-Term Judgemental Sales Forecasting Seing Accuracy Targes for Shor-Term Judgemenal Sales Forecasing Derek W. Bunn London Business School Sussex Place, Regen s Park London NW1 4SA, UK Tel: +44 (0)171 262 5050 Fax: +44(0)171 724 7875 Email:

More information

User Identity Verification via Mouse Dynamics

User Identity Verification via Mouse Dynamics User Ideniy Verificaion via Mouse Dynamics Clin Feher, Yuval Elovici,, Rober Moskovich, Lior Rokach,, Alon Schclar Deusche Telekom Laboraories a Ben-Gurion Universiy, Ben-Gurion Universiy of he Negev,

More information