A Neural Network Approach to Time Series Forecasting

Size: px
Start display at page:

Download "A Neural Network Approach to Time Series Forecasting"

Transcription

1 A Neural Nework Approach o Tme Seres Forecasng Iffa A. Gheyas, Lesle S. Smh Absrac We propose a smple approach for forecasng unvarae me seres. The proposed algorhm s an ensemble learnng echnque ha combnes he advce from several Generalzed Regresson Neural Neworks. We compare our algorhm wh he mos used algorhms on real and synhec daases. The proposed algorhm appears as more powerful han exsng ones. Index Terms Tme seres forecasng, Box-Jenkns mehodology, Mullayer Perceprons, Generalzed Regresson Neural Neworks. I. INTRODUCTION A unvarae me seres s a sequence of observaons of he same random varable a dfferen mes, normally a unform nervals. The goal of unvarae me seres daa mnng s o predc fuure values of a gven varable by lookng a s behavour n he pas. Share prces, profs, mpors, expors, neres raes, populary rangs of polcans, amoun of polluans n he envronmen and number of SARS cases over me are some of examples of me seres. Lagged varables, auocorrelaon and nonsaonary are he major characerscs ha dsngush me seres daa from spaal daa. The dffcules posed by hese specal feaures make forecasng me seres noorously dffcul. In me seres forecasng, he magnude of he forecasng error ncreases over me, snce he uncerany ncreases wh he horzon of he forecas. When forecasng me seres, nerval esmaes are more nformave han smple pon esmaes. Whou a doub, he ARIMA (Auoregressve Inegraed Movng Average) modellng mehodology (popularzed by Box and Jenkns (1976)) and he GRACH (Generalzed Auoregressve Condonal Heeroskedascy) modellng mehodology (proposed by Bollerslev (1986)) are he mos popular mehodologes for forecasng me seres and fuure volaly, respecvely [1, 2]. Neural Neworks (NNs) are now he bgges challengers o convenonal me seres forecasng mehods [3-20]. A varey of NNs are avalable. However, mullayer perceprons (MLP) wh backproapagaon learnng are he mos employed NNs n me seres sudes. We presen a novel approach, usng a Generalzed Regresson Neural Neworks (GRNN) ensemble o he forecasng of me seres and fuure volaly. The remander of hs paper s organzed as follows: he new algorhm s descrbed n secon 2 (wh an overvew of GRNN n secon 2.1 and deals of he proposed algorhm n secon 2.2), Manuscrp receved February 15, I. A. Gheyas and L.S. Smh are boh wh he Deparmen of Compung Scence and Mahemacs, Unversy of Srlng, Srlng FK9 4LA, Scoland, UK (correspondng auhor s IAG, phone: +44 (0) ; fax: +44 (0) ; e-mal: ag@cs.sr.ac.uk). research mehodology n secon 3, resuls and dscussons n secon 4, followed by summary and conclusons n secon 5. II. DEVELOPING A NEW ALGORITHM We presen an mproved algorhm, based on GRNN, for he me seres forecasng. GRNN s a neural nework proposed by Donald F. Spech n 1991 [3]. Ths algorhm has a number of advanages over compeng algorhms. GRNN s non-paramerc. I makes no assumpons concernng he form of he underlyng dsrbuons. A major problem wh he ARIMA and GARCH mehodology and he MLP algorhm s ha hey are global approxmaors, assumng ha one relaonshp fs for all locaons n an area. Unlke hese algorhms, he GRNN s a local approxmaor. In hese algorhms local models are urned no heerogeneous forecasng models adequae o local approxmaon. GRNN s smpler han oher exsng algorhms. I has only one parameer (smoohng facorσ, where0 < σ 1) ha needs o be specfed, bu our research suggess ha he performance s no very sensve o he parameerσ. However, we face a dlemma when applyng he GRNN o he me seres forecasng ask. If we provde only he mos recen pas value, he GRNN generaes he smalles forecasng error bu does no accuraely forecas he correc drecon of change. On he oher hand, f we provde mulple pas observaons, he GRNN can forecas he drecon of change correcly, bu he forecasng error appears o proporonally ncrease wh an ncreasng number of npu values. In order o overcome hs problem, we propose a dervave of he GRNN, whch we call GRNN ensemble. Usng he MLP, he ARIMA & he GARCH mehodologes, ral-and-error mehods are appled n order o secure he bes fng model. The advanage of he proposed algorhm s ha s very smple o mplemen, neher he ral-and-error process nor pror knowledge abou he parameers s requred. A. Generalzed Regresson Neural Neworks In GRNN (Spech, 1991) each observaon n he ranng se forms s own cluser [3]. When a new npu paern x s presened o he GRNN for he predcon of he oupu value, each ranng paern y assgns a membershp value h o x based on he Eucldean dsance d = dx,y ( ) as n equaon 1. 1 h = 2πσ exp d 2 (1) 2 2σ 2 Where σ = smoohng funcon parameer (we specfy a defaul value:σ = 0.5).

2 Fnally, GRNN calculaes he oupu value z of he paern x as n equaon (2). ( h oupu of y ) z = (2) h If he oupu varable s bnary, hen GRNN calculaes he probably of even of neres. If he oupu varable s connuous, hen esmaes he value of he varable. B. Proposed Algorhm We propose a novel GRNN-based ensemble algorhm for me seres forecasng. Two GRNN ensembles, A and B, are bul. A GRNN ensemble s a collecon of GRNNs ha work ogeher. To make a forecas, every member of he ensemble forecass he oupu value. The overall oupu of he ensemble s he weghed average of he oupus produced by he member GRNNs. The GRNN ensemble A forecass he expeced fuure value, and he GRNN ensemble B forecass he expeced fuure volaly of he me seres. The raned GRNN ensemble A and he raned GRNN ensemble B are used o make successve one sep ahead forecass. Ths s done by rollng he sample forward one me sep, usng he forecas as an npu, and makng anoher one-sep-ahead forecas and so on. Pseudo code of he proposed algorhm // Consruc he GRNN ensemble A for forecasng condonal mean Saonarze he seres: Transform a non-saonary me seres no a saonary one by usng a logarhmc or square roo ransformaon and dfferencng. Normalze he values of saonary me seres n he range of 0 o 1. Selecon of npu varables: Measure he perods of waveforms (ha represens he me lags beween wo succeedng peaks or roughs) found n he whole observaon perod. Calculae he weghed average ( N A ) of all of he perods, where recen waveform perod carry more wegh han hose n he pas. Selec he N A mos recen pas values for he curren value of he seres. Creae he GRNN ensemble A wh N A separae GRNNs. Each GRNN s conneced wh a sngle npu node. The npu varable of each nework s dfferen. Tran each member GRNN on he pas values of he saonary me seres daa. Esmae weghs of each member GRNN: Presen ranng paerns o each GRNN separaely for forecasng purposes and calculae weghs for each GRNN: W j A = 1 where, A W j N =1 ( Z Z j ) N Z m, j 1,,T A m N (3). = wegh of he j-h member GRNN of he ensemble A, Z =Acual oupu of he -h paern, Z j =oupu of he -h paern predced by he j-h member GRNN, Z m = maxmum acual oupu n he ranng se, and N = number of observaons. Fnal oupu of he GRNN-ensemble A: The fnal oupu YA of GRNN ensemble A s he weghed average of he oupus of all s member GRNNs. Back-ransform he forecased condonal means no he orgnal doman. // Consruc he GRNN ensemble B for forecasng condonal varance Creae he ranng daase for he ensemble B: Presen ranng paerns o he GRNN ensemble A for predcon purposes and fnd he resdual seres a by subracng he predced value Z? from he acual value Z : a = Z Z 4. ˆ ( ) Normalze he squared resduals o le from 0 o 1. Idenfy predcors for he ensemble B: Coun he number of waves n he squared resdual seres and her assocaed perods. Calculae he weghed average of perods ( N B ). Selec he N B mos recen pas squared resduals for he ensemble B. Consruc he GRNN ensemble B wh N B separae GRNNs. Each GRNN consss of a sngle npu node. The npu of each member GRNN s a dfferen lagged squared resdual. Esmae wegh of each GRNN: Presen ranng paerns of he square resdual seres o each GRNN of he ensemble B for forecasng purposes and esmae weghs for each member GRNN as n equaon (5): W B j = 1 ( a a j ) a k m () 5 where W B j = wegh of he member GRNN of he ensemble B, a = acual square resdual, a j = square resdual predced by he j-h GRNN of he ensemble B, a m = maxmum acual resdual n he ranng se, and k = number of daa pons. The fnal oupu (predced square resdual) of he ensemble B s he weghed average of predcons of he member GRNNs. Calculae condonal varance a me lag (where =1, 2, 3.): Condonal varance a me lag = predced squared resdual me lag () 6 Compue 95% confdence nervals (CI) assocaed wh he condonal mean (predced by GRNN Ensemble A) as n equaon (7), assumng ha he me seres varable has a normal dsrbuon: 95% CI assocaed wh he expeced value a lag = condonal mean ± 1.96 ( condonal varance) ( 7)

3 III. RESEARCH METHODOLOGY An observed me seres can be decomposed no four componens: () Mean value of he daa: We arbrarly choose he mean value, () Long erm rend: We used lnear, exponenal, logarhmc, or polynomal funcons o esmae he rend a me pon, () Cyclcal change (Seasonaly/Perodcy): We esmae he perodcy s a me lag usng a snusodal model, and (v) Nose. The prncple of generang synhec me seres daases s o frs esmae he values of hese four componens usng mahemacal models and hen combne he values of componens no one based on he addve, mulplcave, or addve-mulplcave decomposon model. Fgures 1-2 show samples of synhec daa. We also red wh he Mahalanobs dsance provdng correlaon weghed dsance bu he performance dd no mprove. Our nal suspec s he hgh degree of redundancy among predcors. Mulcollneary among he predcors may lead o sysemac overesmaon of Eucldean (and Mahalanobs) lengh. Ths ssue deserves furher nvesgaon. However, our emprcal resuls demonsrae ha our new algorhm (GRNN-Ensemble) does no suffer from hs shorcomng anymore. V. SUMMARY AND CONCLUSION We propose a smpler and more effcen algorhm (GRNN ensemble) for forecasng unvarae me seres. We compare GRNN ensemble wh exsng algorhms (ARIMA & GARCH, MLP, GRNN wh a sngle predcor and GRNN wh mulple predcors) on fory daases. The one-sep process s eraed o oban predcons en-seps-ahead. The resuls obaned from he expermens show ha he GRNN ensemble s superor o exsng algorhms. IV. RESULTS AND DISCUSSIONS We compare our proposed algorhm (GRNN-Ensemble) wh exsng algorhms (ARIMA-GARCH mehodology, MLP, GS (GRNN wh a sngle predcor) and GM (GRNN wh mulple predcors)) on hry synhec daases and en real-world daases. The real-world daases (obaned from hp://sask.mahemac.unwuerzburg.de/meseres) are he Arlne Daa, he Bankrupcy Daa, he Elecrcy Daa, he Hong Kong Daa, he Nle Daa, he Share Daa, he Sar Daa, he Car Daa, he Sunspo Daa, and he Temperaures Daa. The algorhms are appled o make 10-sep-ahead ou-of-sample forecass. These algorhms were ranked n erms of her accuracy n he nerval esmaon, and nerval lengh. We assgn rank 1 o he bes algorhm, he rank 2 o he nex bes algorhm and so on. Table 1 summarzes he resuls. Obvously, he hgher he accuracy he beer. The lower he average nerval lengh, he beer he performance of he algorhms and he lower he sandard devaon, he more conssen and relable he algorhm. Appendx Tables A1-A4 gve an overvew of he sascal es resuls. Key Fndngs: GRNN-ensemble s sascally sgnfcanly superor o he oher four algorhms boh a very shor horzons (one sep-ahead) and a longer horzons (fve and en sep-ahead). The GRNN wh mulple predcors perform sgnfcanly worse compared wh he oher algorhms a all hree forecas horzons. I s dffcul o say for sure wha causes hs algorhm o generae a bad performance. One possble cause would be ha he GRNN does no assgn weghs o he npu varables. Lagged npu varables are hghly correlaed and hey mgh make each oher redundan o a grea exen. These algorhms mach paerns based on he Eucldean dsance beween npu paerns and sored reference paern. The dsance ncreases many fold above he acual dsance as he number of npu varables ncreases. REFERENCES [1] G.E.P. Box, and G.M. Jenkns, Tme seres analyss: forecasng and conrol, SAN Francsco: Holden-Day, [2] T. Bollerslev. (1986). Generalzed auoregressve condonal heerskedascy. Journal of Economercs. 31, [3] D.F.A. Spech. (1991). A general regresson neural nework. IEEE Transacons on Neural Neworks. 2, [4] R. Alev, B. Fazlollah, and B. Gurmov. (2008). Lngusc me seres forecasng usng fuzzy recurren neural nework. Sof Compung. 12(2), [5] R. Alev, B. Fazlollah, R. Alev, and B. Gurmov, (2006). Fuzzy me seres predcon mehod based on fuzzy recurren neural nework. Lecure Noes n Compuer Scence. 4233, [6] J. Hwang, and E. Lle. (1996). Real me recurren neural neworks for me seres predcon and confdence esmaon. IEEE Inernaonal Conference on Neural Neworks. 4, [7] M. Huken, and P. Sragge. (2003). Recurren neural neworks for me seres classfcaon. Neurocompung. 50, [8] V. Lopez, R. Huera, and J.R. Dorronsoro, (1993). Recurren and feedforward polynomal modellng of coupled me seres. Neural Compuaon. 5(5), [9] P. Coulbaly, and F. Ancl. (2000). Neural nework-based long erm hydropower forecasng sysem. Compuer-Aded Cvl and Infrasrucure Engneerng. 15, [10] R. Drossu, and Z. Obradovc, (1996). Rapd desgn of neural neworks for me seres predcon. IEEE Compuaonal Scence & Engneerng. 3(2), [11] G.P. Zhang, and M. Q, (2005). Neural nework forecasng for seasonal and rend me seres. European Journal of Operaonal Research. 160, [12] A.J. Conway. (1998). Tme seres, neural neworks and he fuure of he Sun. New Asronomy Revews. 42, [13] X. Yan, Z. Wang, S. Yu, and Y. L., Tme seres forecasng wh RBF neural nework. In: Proceedngs of he Fourh Inernaonal Conference on Machne Learnng and Cybernecs Guangzhou., Augus [14] E.S. Cheng, S. Chen, and B. Mulgrew. (1996). Graden radal bass funcon neworks for nonlnear and nonsaonary me seres predcon. IEEE Transacons on Neural Neworks. 7, [15] G. Ln, and L. Chen. (2005). Tme seres forecasng by combnng he radal bass funcon nework and he self-organzng map. Hydrologcal Processes. 19, [16] H.K. Cgzoglu. (2005). Applcaon of generalzed regresson neural neworks o nermen flow forecasng and esmaon. Journal of Hydrologc Engneerng. 10(4), [17] T. Yldrm, and H.K. Cgzoglu, Comparson of generalzed regresson neural nework and MLP performances on hydrologc daa forecasng. In: Proceedngs of he 9 h Inernaonal Conference on Neural Informaon Processng, vol.5, 2002.

4 [18] M.N. Islam, L.K.K. Phoon, and C.Y. Law, Forecasng of rver flow daa wh a general regresson neural nework. In: Proceedngs of Inernaonal symposum on negraed waer resource managemen, 2001(272), [19] H.K. Cgzoglu, and M. Alp, Generalzed regresson neural nework n modellng rver sedmen yeld. Advances n Engneerng Sofware, 37(2), [20] A. Chen, and M.T. Leung, Regresson neural nework for error correcon n foregn exchange forecasng and radng. Compuers & Operaons Research, 31, [21] S. Sngel, N.J. JR. Casellan, Nonparamerc sascs: for he behavoral scences, New York: McGraw-Hll, Second Edon. GRNN ensemble (GE) GRNN wh a sngle predcor (GS) GRNN wh mulple predcors (GM) ARIMA & GARCH (A&G) MLP Table 1: Summary Resuls One-sep-ahead forecas Fve-Sep-ahead forecas Ten-sep-ahead forecas Accuracy All Synhec Real All Synhec Real All Synhec Real daa (%) daa daa daa daa daa daa daa daa Rank Mean STD Max Mn CI wdh Rank Mean STD Max Mn CI wdh Rank Mean STD Max Mn CI wdh Rank Mean STD Max Mn CI wdh Rank Mean STD Max Mn CI wdh

5 Appendx Table A1: Fredman wo-way analyss of varance by ranks Hypohess Tes Sasc Tes Resul Ho: There s no dfference n rank oals of he one-sep-ahead-forecasng Ha: A dfference exss n rank oals of he 5 algorhms n one-sep-ahead forecasng. N=40 Ch-square= df=4 Asymp. Sg.=0.000 Ho: There s no dfference n rank oals of he fve-sep-ahead-forecasng Ha: A dfference exss n rank oals of he 5 algorhms n fve-sep-ahead forecasng. Ho: There s no dfference n rank oals of he en-sep-ahead-forecasng Ha: A dfference exss n rank oals of he 5 algorhms n en-sep-ahead forecasng. N=40 Ch-square= df=4 Asymp. Sg.=0.000 N= 30 Ch-square= df = 4 Asymp. Sg = he performance of one-sep-ahead-forecas across algorhms wh p<0.005 he performance of fve-sep-ahead forecasng across algorhms wh p<0.005 he performance of en-sep-ahead forecasng across algorhms wh p<0.005 Table A2: Resuls of Mulple Comparson Tess (n one-sep-ahead forecasng) GRNN- Ensemble GS GM ARIMA & GARCH MLP GRNN-Ensemble - Yes Yes Yes Yes GS Yes - Yes No No GM Yes Yes - Yes Yes ARIMA & GARCH Yes No Yes - No MLP Yes No Yes Yes * Yes ndcaes a sgnfcan dfference n rank oals beween wo algorhms a he 5% level of sgnfcance, whle No ndcaes no Table A3: Resuls of Mulple Comparson Tess (n fve-sep-ahead forecasng) GRNN-Ensemble GS GM ARIMA & GARCH MLP GRNN- Ensemble - Yes Yes Yes Yes GS Yes - Yes Yes No GM Yes Yes - Yes Yes ARIMA & GARCH Yes Yes Yes - No MLP Yes No Yes No * Yes ndcaes a sgnfcan dfference n rank oals beween wo algorhms a he 5% level of sgnfcance, whle No ndcaes no Table A4: Resuls of Mulple Comparson Tess (n en-sep-ahead forecasng) GRNN ensemble GS GM ARIMA & GARCH MLP GRNN-Ensemble - Yes Yes Yes Yes GS Yes - No No No GM Yes No - Yes Yes ARIMA & GARCH Yes No Yes - No MLP Yes No Yes No Yes ndcaes a sgnfcan dfference n rank oals beween wo algorhms a he 5% level of sgnfcance, whle No ndcaes no

Normal Random Variable and its discriminant functions

Normal Random Variable and its discriminant functions Normal Random Varable and s dscrmnan funcons Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped sngle prooype

More information

Improving Forecasting Accuracy in the Case of Intermittent Demand Forecasting

Improving Forecasting Accuracy in the Case of Intermittent Demand Forecasting (IJACSA) Inernaonal Journal of Advanced Compuer Scence and Applcaons, Vol. 5, No. 5, 04 Improvng Forecasng Accuracy n he Case of Inermen Demand Forecasng Dasuke Takeyasu The Open Unversy of Japan, Chba

More information

Correlation of default

Correlation of default efaul Correlaon Correlaon of defaul If Oblgor A s cred qualy deeroraes, how well does he cred qualy of Oblgor B correlae o Oblgor A? Some emprcal observaons are efaul correlaons are general low hough hey

More information

Prediction of Oil Demand Based on Time Series Decomposition Method Nan MA * and Yong LIU

Prediction of Oil Demand Based on Time Series Decomposition Method Nan MA * and Yong LIU 2017 2nd Inernaonal Conference on Sofware, Mulmeda and Communcaon Engneerng (SMCE 2017) ISBN: 978-1-60595-458-5 Predcon of Ol Demand Based on Tme Seres Decomposon Mehod Nan MA * and Yong LIU College of

More information

Deriving Reservoir Operating Rules via Fuzzy Regression and ANFIS

Deriving Reservoir Operating Rules via Fuzzy Regression and ANFIS Dervng Reservor Operang Rules va Fuzzy Regresson and ANFIS S. J. Mousav K. Ponnambalam and F. Karray Deparmen of Cvl Engneerng Deparmen of Sysems Desgn Engneerng Unversy of Scence and Technology Unversy

More information

Quarterly Accounting Earnings Forecasting: A Grey Group Model Approach

Quarterly Accounting Earnings Forecasting: A Grey Group Model Approach Quarerly Accounng Earnngs Forecasng: A Grey Group Model Approach Zheng-Ln Chen Deparmen of Accounng Zhongnan Unversy of Economcs and Law # Souh Nanhu Road, Wuhan Cy, 430073 Hube People's Republc of Chna

More information

UNN: A Neural Network for uncertain data classification

UNN: A Neural Network for uncertain data classification UNN: A Neural Nework for unceran daa classfcaon Jaq Ge, and Yun Xa, Deparmen of Compuer and Informaon Scence, Indana Unversy Purdue Unversy, Indanapols, USA {jaqge, yxa }@cs.upu.edu Absrac. Ths paper proposes

More information

FITTING EXPONENTIAL MODELS TO DATA Supplement to Unit 9C MATH Q(t) = Q 0 (1 + r) t. Q(t) = Q 0 a t,

FITTING EXPONENTIAL MODELS TO DATA Supplement to Unit 9C MATH Q(t) = Q 0 (1 + r) t. Q(t) = Q 0 a t, FITTING EXPONENTIAL MODELS TO DATA Supplemen o Un 9C MATH 01 In he handou we wll learn how o fnd an exponenal model for daa ha s gven and use o make predcons. We wll also revew how o calculae he SSE and

More information

Lab 10 OLS Regressions II

Lab 10 OLS Regressions II Lab 10 OLS Regressons II Ths lab wll cover how o perform a smple OLS regresson usng dfferen funconal forms. LAB 10 QUICK VIEW Non-lnear relaonshps beween varables nclude: o Log-Ln: o Ln-Log: o Log-Log:

More information

Mind the class weight bias: weighted maximum mean discrepancy for unsupervised domain adaptation. Hongliang Yan 2017/06/21

Mind the class weight bias: weighted maximum mean discrepancy for unsupervised domain adaptation. Hongliang Yan 2017/06/21 nd he class wegh bas: weghed maxmum mean dscrepancy for unsupervsed doman adapaon Honglang Yan 207/06/2 Doman Adapaon Problem: Tranng and es ses are relaed bu under dfferen dsrbuons. Tranng (Source) DA

More information

Cointegration between Fama-French Factors

Cointegration between Fama-French Factors 1 Conegraon beween Fama-French Facors Absrac Conegraon has many applcaons n fnance and oher felds of scence researchng me seres and her nerdependences. The analyss s a useful mehod o analyse non-conegraon

More information

The Financial System. Instructor: Prof. Menzie Chinn UW Madison

The Financial System. Instructor: Prof. Menzie Chinn UW Madison Economcs 435 The Fnancal Sysem (2/13/13) Insrucor: Prof. Menze Chnn UW Madson Sprng 2013 Fuure Value and Presen Value If he presen value s $100 and he neres rae s 5%, hen he fuure value one year from now

More information

Baoding, Hebei, China. *Corresponding author

Baoding, Hebei, China. *Corresponding author 2016 3 rd Inernaonal Conference on Economcs and Managemen (ICEM 2016) ISBN: 978-1-60595-368-7 Research on he Applcably of Fama-French Three-Facor Model of Elecrc Power Indusry n Chnese Sock Marke Yeld

More information

Noise and Expected Return in Chinese A-share Stock Market. By Chong QIAN Chien-Ting LIN

Noise and Expected Return in Chinese A-share Stock Market. By Chong QIAN Chien-Ting LIN Nose and Expeced Reurn n Chnese A-share Sock Marke By Chong QIAN Chen-Tng LIN 1 } Capal Asse Prcng Model (CAPM) by Sharpe (1964), Lnner (1965) and Mossn (1966) E ( R, ) R f, + [ E( Rm, ) R f, = β ] + ε

More information

Interest Rate Derivatives: More Advanced Models. Chapter 24. The Two-Factor Hull-White Model (Equation 24.1, page 571) Analytic Results

Interest Rate Derivatives: More Advanced Models. Chapter 24. The Two-Factor Hull-White Model (Equation 24.1, page 571) Analytic Results Ineres Rae Dervaves: More Advanced s Chaper 4 4. The Two-Facor Hull-Whe (Equaon 4., page 57) [ θ() ] σ 4. dx = u ax d dz du = bud σdz where x = f () r and he correlaon beween dz and dz s ρ The shor rae

More information

The Proposed Mathematical Models for Decision- Making and Forecasting on Euro-Yen in Foreign Exchange Market

The Proposed Mathematical Models for Decision- Making and Forecasting on Euro-Yen in Foreign Exchange Market Iranan Economc Revew, Vol.6, No.30, Fall 20 The Proposed Mahemacal Models for Decson- Makng and Forecasng on Euro-Yen n Foregn Exchange Marke Abdorrahman Haer Masoud Rabban Al Habbna Receved: 20/07/24

More information

Optimal Combination of Trading Rules Using Neural Networks

Optimal Combination of Trading Rules Using Neural Networks Vol. 2, No. Inernaonal Busness Research Opmal Combnaon of Tradng Rules Usng Neural Neworks Subraa Kumar Mra Professor, Insue of Managemen Technology 35 Km Mlesone, Kaol Road Nagpur 44 502, Inda Tel: 9-72-280-5000

More information

Chain-linking and seasonal adjustment of the quarterly national accounts

Chain-linking and seasonal adjustment of the quarterly national accounts Sascs Denmark Naonal Accouns 6 July 00 Chan-lnkng and seasonal adjusmen of he uarerly naonal accouns The mehod of chan-lnkng he uarerly naonal accouns was changed wh he revsed complaon of daa hrd uarer

More information

Volatility Modeling for Forecasting Stock Index with Fixed Parameter Distributional Assumption

Volatility Modeling for Forecasting Stock Index with Fixed Parameter Distributional Assumption Journal of Appled Fnance & Banng, vol. 3, no. 1, 13, 19-1 ISSN: 179-5 (prn verson), 179-599 (onlne) Scenpress Ld, 13 Volaly Modelng for Forecasng Soc Index wh Fxed Parameer Dsrbuonal Assumpon Md. Mosafzur

More information

A Hybrid Method for Forecasting with an Introduction of a Day of the Week Index to the Daily Shipping Data of Sanitary Materials

A Hybrid Method for Forecasting with an Introduction of a Day of the Week Index to the Daily Shipping Data of Sanitary Materials Journal of Communcaon and Compuer (05) 0-07 do: 0.765/548-7709/05.0.00 D DAVID PUBLISHING A Hyrd Mehod for Forecasng wh an Inroducon of a Day of he Week Inde o he Daly Shppng Daa of Sanary Maerals Dasuke

More information

Dynamic Relationship and Volatility Spillover Between the Stock Market and the Foreign Exchange market in Pakistan: Evidence from VAR-EGARCH Modelling

Dynamic Relationship and Volatility Spillover Between the Stock Market and the Foreign Exchange market in Pakistan: Evidence from VAR-EGARCH Modelling Dynamc Relaonshp and Volaly pllover Beween he ock Marke and he Foregn xchange marke n Paksan: vdence from VAR-GARCH Modellng Dr. Abdul Qayyum Dr. Muhammad Arshad Khan Inroducon A volale sock and exchange

More information

The UAE UNiversity, The American University of Kurdistan

The UAE UNiversity, The American University of Kurdistan MPRA Munch Personal RePEc Archve A MS-Excel Module o Transform an Inegraed Varable no Cumulave Paral Sums for Negave and Posve Componens wh and whou Deermnsc Trend Pars. Abdulnasser Haem-J and Alan Musafa

More information

IFX-Cbonds Russian Corporate Bond Index Methodology

IFX-Cbonds Russian Corporate Bond Index Methodology Approved a he meeng of he Commee represenng ZAO Inerfax and OOO Cbonds.ru on ovember 1 2005 wh amendmens complan wh Agreemen # 545 as of ecember 17 2008. IFX-Cbonds Russan Corporae Bond Index Mehodology

More information

STOCK PRICES TEHNICAL ANALYSIS

STOCK PRICES TEHNICAL ANALYSIS STOCK PRICES TEHNICAL ANALYSIS Josp Arnerć, Elza Jurun, Snježana Pvac Unversy of Spl, Faculy of Economcs Mace hrvaske 3 2 Spl, Croaa jarnerc@efs.hr, elza@efs.hr, spvac@efs.hr Absrac Ths paper esablshes

More information

Differences in the Price-Earning-Return Relationship between Internet and Traditional Firms

Differences in the Price-Earning-Return Relationship between Internet and Traditional Firms Dfferences n he Prce-Earnng-Reurn Relaonshp beween Inerne and Tradonal Frms Jaehan Koh Ph.D. Program College of Busness Admnsraon Unversy of Texas-Pan Amercan jhkoh@upa.edu Bn Wang Asssan Professor Compuer

More information

A valuation model of credit-rating linked coupon bond based on a structural model

A valuation model of credit-rating linked coupon bond based on a structural model Compuaonal Fnance and s Applcaons II 247 A valuaon model of cred-rang lnked coupon bond based on a srucural model K. Yahag & K. Myazak The Unversy of Elecro-Communcaons, Japan Absrac A cred-lnked coupon

More information

Soft-computing techniques for time series forecasting

Soft-computing techniques for time series forecasting ESANN'2004 proceedngs - European Symposum on Arfcal Neural Neworks Bruges (Belgum), 28-30 Aprl 2004, d-sde publ., ISBN 2-930307-04-8, pp. 93-102 Sof-compung echnques for me seres forecasng I.Rojas, H.Pomares

More information

A Novel Approach to Model Generation for Heterogeneous Data Classification

A Novel Approach to Model Generation for Heterogeneous Data Classification A Novel Approach o Model Generaon for Heerogeneous Daa Classfcaon Rong Jn*, Huan Lu *Dep. of Compuer Scence and Engneerng, Mchgan Sae Unversy, Eas Lansng, MI 48824 rongn@cse.msu.edu Deparmen of Compuer

More information

Agricultural and Rural Finance Markets in Transition

Agricultural and Rural Finance Markets in Transition Agrculural and Rural Fnance Markes n Transon Proceedngs of Regonal Research Commee NC-04 S. Lous, Mssour Ocober 4-5, 007 Dr. Mchael A. Gunderson, Edor January 008 Food and Resource Economcs Unversy of

More information

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń 2008

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń 2008 DYNAMIC ECONOMETRIC MODELS Vol. 8 Ncolaus Coperncus Unversy Toruń 2008 Por Fszeder Ncolaus Coperncus Unversy n Toruń Julusz Preś Szczecn Unversy of Technology Prcng of Weaher Opons for Berln Quoed on he

More information

Trade Between Euro Zone and Arab Countries: a Panel Study. By Nasri HARB* United Arab Emirates University Department of Economics P.O.

Trade Between Euro Zone and Arab Countries: a Panel Study. By Nasri HARB* United Arab Emirates University Department of Economics P.O. Trade Beween Euro Zone and Arab Counres: a Panel Sudy By Nasr HARB* Uned Arab Emraes Unversy Deparmen of Economcs P.O. Box 17555, Al-An, Uned Arab Emraes nasr.harb@uaeu.ac.ae Ocober 2005 Absrac We consruc

More information

VI. Clickstream Big Data and Delivery before Order Making Mode for Online Retailers

VI. Clickstream Big Data and Delivery before Order Making Mode for Online Retailers VI. Clcksream Bg Daa and Delvery before Order Makng Mode for Onlne Realers Yemng (Yale) Gong EMLYON Busness School Haoxuan Xu *, Jnlong Zhang School of Managemen, Huazhong Unversy of Scence &Technology

More information

Level estimation, classification and probability distribution architectures for trading the EUR/USD exchange rate

Level estimation, classification and probability distribution architectures for trading the EUR/USD exchange rate Absrac Level esmaon, classfcaon and probably dsrbuon archecures for radng he EUR/USD exchange rae by Andreas Lndemann * Chrsan L. Duns * Paulo Lsboa ** ( * Lverpool Busness School, CIBEF and ** School

More information

Pricing and Valuation of Forward and Futures

Pricing and Valuation of Forward and Futures Prcng and Valuaon of orward and uures. Cash-and-carry arbrage he prce of he forward conrac s relaed o he spo prce of he underlyng asse, he rsk-free rae, he dae of expraon, and any expeced cash dsrbuons

More information

ANFIS Based Time Series Prediction Method of Bank Cash Flow Optimized by Adaptive Population Activity PSO Algorithm

ANFIS Based Time Series Prediction Method of Bank Cash Flow Optimized by Adaptive Population Activity PSO Algorithm Informaon 25, 6, 3-33; do:.339/nfo633 Arcle OPEN ACCESS nformaon ISSN 278-2489 www.mdp.com/journal/nformaon ANFIS Based Tme Seres Predcon Mehod of Bank Cash Flow Opmzed by Adapve Populaon Acvy PSO Algorhm

More information

The Empirical Research of Price Fluctuation Rules and Influence Factors with Fresh Produce Sequential Auction Limei Cui

The Empirical Research of Price Fluctuation Rules and Influence Factors with Fresh Produce Sequential Auction Limei Cui 6h Inernaonal Conference on Sensor Nework and Compuer Engneerng (ICSNCE 016) The Emprcal Research of Prce Flucuaon Rules and Influence Facors wh Fresh Produce Sequenal Aucon Lme Cu Qujng Normal Unversy,

More information

Permanent Income and Consumption

Permanent Income and Consumption roceedngs of 30h Inernaonal onference Mahemacal Mehods n Economcs ermanen Income and onsumpon Václava ánková 1 Absrac. A heory of consumer spendng whch saes ha people wll spend money a a level conssen

More information

Accuracy of the intelligent dynamic models of relational fuzzy cognitive maps

Accuracy of the intelligent dynamic models of relational fuzzy cognitive maps Compuer Applcaons n Elecrcal Engneerng Accuracy of he nellgen dynamc models of relaonal fuzzy cognve maps Aleksander Jasrebow, Grzegorz Słoń Kelce Unversy of Technology 25-314 Kelce, Al. Tysącleca P. P.

More information

Estimating Stock Returns Volatility of Khartoum Stock Exchange through GARCH Models

Estimating Stock Returns Volatility of Khartoum Stock Exchange through GARCH Models Esmang Sock Reurns Volaly of Kharoum Sock Exchange hrough GARCH Models Sharaf Obad Al, Abdalla Sulman Mhmoud. College of Compuer Scence, Alzaem alazhar Unversy, Sudan Deparmen of Mahemacs, College of Scences,

More information

A Hybrid Method to Improve Forecasting Accuracy Utilizing Genetic Algorithm An Application to the Data of Operating equipment and supplies

A Hybrid Method to Improve Forecasting Accuracy Utilizing Genetic Algorithm An Application to the Data of Operating equipment and supplies A Hyrd Mehod o Improve Forecasng Accuracy Ulzng Genec Algorhm An Applcaon o he Daa of Operang equpmen and supples Asam Shara Tax Corporaon Arkne, Shzuoka Cy, Japan, e-mal: a-shara@arkne.nfo Dasuke Takeyasu

More information

Section 6 Short Sales, Yield Curves, Duration, Immunization, Etc.

Section 6 Short Sales, Yield Curves, Duration, Immunization, Etc. More Tuoral a www.lledumbdocor.com age 1 of 9 Secon 6 Shor Sales, Yeld Curves, Duraon, Immunzaon, Ec. Shor Sales: Suppose you beleve ha Company X s sock s overprced. You would ceranly no buy any of Company

More information

THE APPLICATION OF REGRESSION ANALYSIS IN TESTING UNCOVERED INTEREST RATE PARITY

THE APPLICATION OF REGRESSION ANALYSIS IN TESTING UNCOVERED INTEREST RATE PARITY QUANTITATIVE METHOD IN ECONOMIC Vol. XIV, No., 03, pp. 3 4 THE APPLICATION OF REGREION ANALYI IN TETING UNCOVERED INTERET RATE PARITY Joanna Kselńsa, Kaarzyna Czech Faculy of Economcs cences Warsaw Unversy

More information

ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE. A Dissertation HUI-CHU CHIANG

ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE. A Dissertation HUI-CHU CHIANG ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE A Dsseraon by HUI-CHU CHIANG Submed o he Offce of Graduae Sudes of Texas A&M Unversy n paral fulfllmen of he requremens for he degree of DOCTOR OF PHILOSOPHY

More information

Online Technical Appendix: Estimation Details. Following Netzer, Lattin and Srinivasan (2005), the model parameters to be estimated

Online Technical Appendix: Estimation Details. Following Netzer, Lattin and Srinivasan (2005), the model parameters to be estimated Onlne Techncal Appendx: Esmaon Deals Followng Nezer, an and Srnvasan 005, he model parameers o be esmaed can be dvded no hree pars: he fxed effecs governng he evaluaon, ncdence, and laen erence componens

More information

Recen Emprcal Leraure Sur vey Over he pas few decades, a large amoun of research has been devoed n sudyng he aggregae demand for mpors n developed, de

Recen Emprcal Leraure Sur vey Over he pas few decades, a large amoun of research has been devoed n sudyng he aggregae demand for mpors n developed, de An Aggregae Impor Demand Funcon: An Emprcal Invesgaon by Panel Daa for Lan Amercan and Carbbean Counres Ilhan Ozurk * and Al Acaravc ** Ths paper esmaes he aggregae mpor demand funcon for Lan Amercan and

More information

Short-Term Load Forecasting using PSO Based Local Linear Wavelet Neural Network

Short-Term Load Forecasting using PSO Based Local Linear Wavelet Neural Network Shor-Term Load Forecasng usng PSO Based Local Lnear Wavele Neural Newor Prasana Kumar Pany DRIEMS, Cuac, Orssa, Inda E-mal : Prasanpany@gmal.com Absrac - Shor-erm forecasng (STLF plays an mporan role n

More information

Lien Bui Mean Reversion in International Stock Price Indices. An Error-Correction Approach. MSc Thesis

Lien Bui Mean Reversion in International Stock Price Indices. An Error-Correction Approach. MSc Thesis Len Bu Mean Reverson n Inernaonal Sock Prce Indces An Error-Correcon Approach MSc Thess 2011-021 Urech Unversy Urech School of Economcs MEAN REVERSION IN INTERNATIONAL STOCK PRICE INDICES AN ERROR-CORRECTION

More information

Assessment of The relation between systematic risk and debt to cash flow ratio

Assessment of The relation between systematic risk and debt to cash flow ratio Inernaonal Journal of Engneerng Research And Managemen (IJERM) ISSN : 349-058, Volume-0, Issue-04, Aprl 015 Assessmen of The relaon beween sysemac rsk and deb o cash flow rao Moaba Mosaeran Guran, Akbar

More information

Can Multivariate GARCH Models Really Improve Value-at-Risk Forecasts?

Can Multivariate GARCH Models Really Improve Value-at-Risk Forecasts? 2s Inernaonal Congress on Modellng and Smulaon, Gold Coas, Ausrala, 29 ov o 4 Dec 205 www.mssanz.org.au/modsm205 Can Mulvarae GARCH Models Really Improve Value-a-Rsk Forecass? C.S. Sa a and F. Chan a a

More information

Determinants of firm exchange rate predictions:

Determinants of firm exchange rate predictions: CESSA WP 208-0 Deermnans of frm exchange rae predcons: Emprcal evdence from survey daa of Japanese frms Th-Ngoc Anh NGUYEN Yokohama Naonal Unversy Japan Socey for he Promoon of Scence May 208 Cener for

More information

Online appendices from Counterparty Risk and Credit Value Adjustment a continuing challenge for global financial markets by Jon Gregory

Online appendices from Counterparty Risk and Credit Value Adjustment a continuing challenge for global financial markets by Jon Gregory Onlne appendces fro Counerpary sk and Cred alue Adusen a connung challenge for global fnancal arkes by Jon Gregory APPNDX A: Dervng he sandard CA forula We wsh o fnd an expresson for he rsky value of a

More information

Mixtures of Normal Distributions: Application to Bursa Malaysia Stock Market Indices

Mixtures of Normal Distributions: Application to Bursa Malaysia Stock Market Indices World Appled Scences Journal 6 (6): 78-790, 0 ISSN 88-495 IDOSI Publcaons, 0 Mxures of Normal Dsrbuons: Applcaon o Bursa Malaysa Sock Marke Indces Zey An Kamaruzzaman, Zad Isa and Mohd ahr Ismal School

More information

Modelling Inflation Rate Volatility in Kenya Using Arch -Type Model Family

Modelling Inflation Rate Volatility in Kenya Using Arch -Type Model Family Research Journal of Fnance and Accounng ISSN -697 (Paper) ISSN -847 (Onlne) Vol.7, No.3, 6 www.se.org Modellng Inflaon Rae Volaly n Kenya Usng Arch -Type Model Famly Johnson Okeyo Mwank Ivv Phlp Ngare.School

More information

Numerical Evaluation of European Option on a Non Dividend Paying Stock

Numerical Evaluation of European Option on a Non Dividend Paying Stock Inernaonal Journal of Compuaonal cence and Mahemacs. IN 0974-389 olume Number 3 (00) pp. 6--66 Inernaonal Research Publcaon House hp://www.rphouse.com Numercal Evaluaon of European Opon on a Non Dvdend

More information

1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ

1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ 1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ 1$7,21$/%85($82)(&212,&5(6($5&+ DVVD KXVHWWV$YHQXH &DPEULGJH$ $SULO &RUUHVSRQGHQ

More information

Co-Integration Study of Relationship between Foreign Direct Investment and Economic Growth

Co-Integration Study of Relationship between Foreign Direct Investment and Economic Growth www.ccsene.org/br Inernaonal Busness Research Vol. 4, No. 4; Ocober 2011 Co-Inegraon Sudy of Relaonshp beween Foregn Drec Invesen and Econoc Growh Haao Sun Qngdao Technologcal Unversy, Qngdao 266520, Chna

More information

Explaining Product Release Planning Results Using Concept Analysis

Explaining Product Release Planning Results Using Concept Analysis Explanng Produc Release Plannng Resuls Usng Concep Analyss Gengshen Du, Thomas Zmmermann, Guenher Ruhe Deparmen of Compuer Scence, Unversy of Calgary 2500 Unversy Drve NW, Calgary, Albera T2N 1N4, Canada

More information

Improving Earnings per Share: An Illusory Motive in Stock Repurchases

Improving Earnings per Share: An Illusory Motive in Stock Repurchases Inernaonal Journal of Busness and Economcs, 2009, Vol. 8, No. 3, 243-247 Improvng Earnngs per Share: An Illusory Move n Sock Repurchases Jong-Shn We Deparmen of Inernaonal Busness Admnsraon, Wenzao Ursulne

More information

Research Division Federal Reserve Bank of St. Louis Working Paper Series

Research Division Federal Reserve Bank of St. Louis Working Paper Series Research Dvson Federal Reserve Bank of S. Lous Workng Paper Seres Inflaon: Do Expecaons Trump he Gap? Jeremy M. Pger and Rober H. Rasche Workng Paper 006-03B hp://research.slousfed.org/wp/006/006-03.pdf

More information

American basket and spread options. with a simple binomial tree

American basket and spread options. with a simple binomial tree Amercan baske and spread opons wh a smple bnomal ree Svelana orovkova Vre Unverse Amserdam Jon work wh Ferry Permana acheler congress, Torono, June 22-26, 2010 1 Movaon Commody, currency baskes conss of

More information

Economic Fundamentals and the Predictability of Chinese Stock Market Returns: a Comparison of VECM and NARMAX Approaches. Abstract

Economic Fundamentals and the Predictability of Chinese Stock Market Returns: a Comparison of VECM and NARMAX Approaches. Abstract Submed for Inernaonal Journal of Forecasng Economc Fundamenals and he Predcably of Chnese Sock Marke Reurns: a Comparson of VECM and ARMAX Approaches Yanbng Zhang, Xupng Hua *, Lang Zhao 3, Sephen A. Bllngs

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 440-77X AUSTRALIA DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS Assocaon beween Markov regme-swchng marke volaly and bea rsk: Evdence from Dow Jones ndusral secures Don U.A. Galagedera and Roland

More information

Has the Euro Era Facilitated Inflation Convergence?

Has the Euro Era Facilitated Inflation Convergence? Holmes, Journal of Inernaonal and Global Economc Sudes, 1(1), June 2008, 27-41 27 Has he Euro Era Faclaed Inflaon Convergence? Mark J. Holmes Unversy of Wakao, New Zealand Absrac Ths paper nvesgaes he

More information

A Novel Application of the Copula Function to Correlation Analysis of Hushen300 Stock Index Futures and HS300 Stock Index

A Novel Application of the Copula Function to Correlation Analysis of Hushen300 Stock Index Futures and HS300 Stock Index A Novel Applcaon of he Copula Funcon o Correlaon Analyss of Hushen3 Sock Index Fuures and HS3 Sock Index Fang WU *, 2, Yu WEI. School of Economcs and Managemen, Souhwes Jaoong Unversy, Chengdu 63, Chna

More information

SUMMARY INTRODUCTION. Figure 1: An illustration of the integration of well log data and seismic data in a survey area. Seismic cube. Well-log.

SUMMARY INTRODUCTION. Figure 1: An illustration of the integration of well log data and seismic data in a survey area. Seismic cube. Well-log. Perophyscal propery esmaon from sesmc daa usng recurren neural neworks Moaz Alfarraj, and Ghassan AlRegb Cener for Energy and Geo Processng CeGP, Georga Insue of Technology SUMMARY Reservor characerzaon

More information

Price and Volatility Spillovers between Stock Prices and Exchange Rates: Empirical Evidence from the G-7 Countries

Price and Volatility Spillovers between Stock Prices and Exchange Rates: Empirical Evidence from the G-7 Countries Inernaonal Journal of Busness and Economcs, 2004, Vol. 3, No. 2, 139-153 Prce and Volaly Spllovers beween Sock Prces and Exchange Raes: Emprcal Evdence from he G-7 Counres Sheng-Yung Yang * Deparmen of

More information

Conditional Skewness of Aggregate Market Returns: Evidence from Developed and Emerging Markets

Conditional Skewness of Aggregate Market Returns: Evidence from Developed and Emerging Markets Global Economy and Fnance Journal Vol. 7. No.. March 04. Pp. 96 Condonal Skewness of Aggregae Marke Reurns: Evdence from Developed and Emergng Markes Anchada Charoenrook and Hazem Daouk Ths paper examnes

More information

Network Security Risk Assessment Based on Node Correlation

Network Security Risk Assessment Based on Node Correlation Journal of Physcs: Conference Seres PAPER OPE ACCESS ewor Secury Rs Assessmen Based on ode Correlaon To ce hs arcle: Zengguang Wang e al 2018 J. Phys.: Conf. Ser. 1069 012073 Vew he arcle onlne for updaes

More information

Mutual Fund Performance Evaluation System Using Fast Adaptive Neural Network Classifier

Mutual Fund Performance Evaluation System Using Fast Adaptive Neural Network Classifier Fourh nernaonal Conference on Naural Compuaon uual Fund Performance Evaluaon Sysem Usng Fas Adapve Neural Nework Classfer Kehluh Wang Szuwe Huang Y-Hsuan Chen Naonal Chao ung Unversy Naonal Chao ung Unversy

More information

Volatility Forecasting Models and Market Co-Integration: A Study on South-East Asian Markets

Volatility Forecasting Models and Market Co-Integration: A Study on South-East Asian Markets Workng Paper n Economcs and Developmen Sudes Deparmen of Economcs Padjadjaran Unversy No. 00911 Volaly Forecasng Models and Marke Co-Inegraon: A Sudy on Souh-Eas Asan Markes Ere Febran Fnance & Rsk Managemen

More information

An Inclusion-Exclusion Algorithm for Network Reliability with Minimal Cutsets

An Inclusion-Exclusion Algorithm for Network Reliability with Minimal Cutsets Amercan Journal of ompuaonal Mahemacs, 202, 2, 6-20 hp://dxdoorg/0426/acm2022404 Publshed Onlne December 202 (hp://wwwscrporg/ournal/acm) An Incluson-Excluson Algorhm for ework Relably wh Mnmal uses Yan-Ru

More information

Fugit (options) The terminology of fugit refers to the risk neutral expected time to exercise an

Fugit (options) The terminology of fugit refers to the risk neutral expected time to exercise an Fug (opons) INTRODUCTION The ermnology of fug refers o he rsk neural expeced me o exercse an Amercan opon. Invened by Mark Garman whle professor a Berkeley n he conex of a bnomal ree for Amercan opon hs

More information

Estimation of Optimal Tax Level on Pesticides Use and its

Estimation of Optimal Tax Level on Pesticides Use and its 64 Bulgaran Journal of Agrculural Scence, 8 (No 5 0, 64-650 Agrculural Academy Esmaon of Opmal Ta Level on Pescdes Use and s Impac on Agrculure N. Ivanova,. Soyanova and P. Mshev Unversy of Naonal and

More information

Exchange Rate Pass-Through to Manufactured Import Prices: The Case of Japan

Exchange Rate Pass-Through to Manufactured Import Prices: The Case of Japan Exchange Rae Pass-Through o Manufacured Impor Prces: The Case of Japan Gunerane Wckremasnghe and Param Slvapulle Deparmen of Economercs and Busness Sascs Monash Unversy Caulfeld Vcora, 3145 AUSTRALIA Absrac

More information

Bank of Japan. Research and Statistics Department. March, Outline of the Corporate Goods Price Index (CGPI, 2010 base)

Bank of Japan. Research and Statistics Department. March, Outline of the Corporate Goods Price Index (CGPI, 2010 base) Bank of Japan Research and Sascs Deparmen Oulne of he Corporae Goods Prce Index (CGPI, 2010 base) March, 2015 1. Purpose and Applcaon The Corporae Goods Prce Index (CGPI) measures he prce developmens of

More information

Assessing Long-Term Fiscal Dynamics: Evidence from Greece and Belgium

Assessing Long-Term Fiscal Dynamics: Evidence from Greece and Belgium Inernaonal Revew of Busness Research Papers Vol. 7. No. 6. November 2011. Pp. 33-45 Assessng Long-Term Fscal Dynamcs: Evdence from Greece and Belgum JEL Codes: Ε62 and Η50 1. Inroducon Evangela Kasma 1,2

More information

Price trends and patterns in technical analysis: A theoretical and empirical examination

Price trends and patterns in technical analysis: A theoretical and empirical examination Prce rends and paerns n echncal analyss: A heorecal and emprcal examnaon Geoffrey C. Fresen a*, Paul A. Weller b, Lee M. Dunham c a Deparmen of Fnance, College of Busness, Unversy of Nebraska Lncoln, Lncoln,

More information

The Comparison among ARMA-GARCH, -EGARCH, -GJR, and -PGARCH models on Thailand Volatility Index

The Comparison among ARMA-GARCH, -EGARCH, -GJR, and -PGARCH models on Thailand Volatility Index The Thaland Economercs Socey, Vol., No. (January 00), 40-48 The Comparson among ARMA-GARCH, -EGARCH, -GJR, and -PGARCH models on Thaland Volaly Index Chaayan Wphahanananhakul a,* and Songsak Srbooncha

More information

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE SOLUTIONS Interest Theory

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE SOLUTIONS Interest Theory SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS Ineres Theory Ths page ndcaes changes made o Sudy Noe FM-09-05. January 4, 04: Quesons and soluons 58 60 were added. June, 04

More information

Centre for Computational Finance and Economic Agents WP Working Paper Series. Amadeo Alentorn Sheri Markose

Centre for Computational Finance and Economic Agents WP Working Paper Series. Amadeo Alentorn Sheri Markose Cenre for Compuaonal Fnance and Economc Agens WP002-06 Workng Paper Seres Amadeo Alenorn Sher Markose Removng maury effecs of mpled rsk neural denses and relaed sascs February 2006 www.essex.ac.uk/ccfea

More information

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment Send Orders for Reprns o reprns@benhamscence.ae The Open Cybernecs & Sysemcs Journal, 2015, 9, 639-647 639 Open Access The Vrual Machne Resource Allocaon based on Servce Feaures n Cloud Compung Envronmen

More information

Conditional Skewness of Aggregate Market Returns

Conditional Skewness of Aggregate Market Returns Condonal Skewness of Aggregae Marke Reurns Anchada Charoenrook and Hazem Daouk + March 004 Ths verson: May 008 Absrac: The skewness of he condonal reurn dsrbuon plays a sgnfcan role n fnancal heory and

More information

CAN PRODUCTIVITY INCREASES IN THE DISTRIBUTION SECTOR HELP EXPLAIN TENDENCY OF THE TURKISH LIRA TO APPRECIATE? Çukurova University, Turkey

CAN PRODUCTIVITY INCREASES IN THE DISTRIBUTION SECTOR HELP EXPLAIN TENDENCY OF THE TURKISH LIRA TO APPRECIATE? Çukurova University, Turkey Topcs n Mddle Easern and Afrcan Economes CAN PRODUCTIVITY INCREASES IN THE DISTRIBUTION SECTOR HELP EXPLAIN TENDENCY OF THE TURKISH LIRA TO APPRECIATE? Fkre DÜLGER 1, Kenan LOPCU 2, Almıla BURGAÇ 3 Çukurova

More information

Michał Kolupa, Zbigniew Śleszyński SOME REMARKS ON COINCIDENCE OF AN ECONOMETRIC MODEL

Michał Kolupa, Zbigniew Śleszyński SOME REMARKS ON COINCIDENCE OF AN ECONOMETRIC MODEL M I S C E L L A N E A Mchał Kolupa, bgnew Śleszyńsk SOME EMAKS ON COINCIDENCE OF AN ECONOMETIC MODEL Absrac In hs paper concep of concdence of varable and mehods for checkng concdence of model and varables

More information

Forecasting Sales: Models, Managers (Experts) and their Interactions

Forecasting Sales: Models, Managers (Experts) and their Interactions Forecasing Sales: Models, Managers (Expers) and heir Ineracions Philip Hans Franses Erasmus School of Economics franses@ese.eur.nl ISF 203, Seoul Ouline Key issues Durable producs SKU sales Opimal behavior

More information

Estimating intrinsic currency values

Estimating intrinsic currency values Esmang nrnsc currency values Forex marke praconers consanly alk abou he srenghenng or weakenng of ndvdual currences. In hs arcle, Jan Chen and Paul Dous presen a new mehodology o quanfy hese saemens n

More information

MACROECONOMIC CONDITIONS AND INCOME DISTRIBUTION IN VENEZUELA:

MACROECONOMIC CONDITIONS AND INCOME DISTRIBUTION IN VENEZUELA: MACROECONOMIC CONDITIONS AND INCOME DISTRIBUTION IN VENEZUELA: 197-199 Raul J. Crespo* January, 2004 *Conac: Economcs Deparmen, Unversy of Brsol, 8 Woodland Road, Brsol, BS8 1TN, Uned Kngdom. Tel.: + 44

More information

A Framework for Large Scale Use of Scanner Data in the Dutch CPI

A Framework for Large Scale Use of Scanner Data in the Dutch CPI A Framework for Large Scale Use of Scanner Daa n he Duch CPI Jan de Haan Sascs Neherlands and Delf Unversy of Technology Oawa Group, 2-22 May 215 The basc dea Ideally, o make he producon process as effcen

More information

Real-Time Forecasting Revisited: Letting the Data Decide

Real-Time Forecasting Revisited: Letting the Data Decide Real-Tme Forecasng Revsed: Leng he Daa Decde Jackson Kchen John Kchen Revsed Sepember 2012 Orgnal verson June 2012 Paper prepared for he Naonal Assocaon for Busness Economcs 2012 Menns Award for presenaon

More information

Estimation of Count Data using Bivariate Negative Binomial Regression Models

Estimation of Count Data using Bivariate Negative Binomial Regression Models Quarerly Journal of Quanave Economcs, Summer 07, 4(): 43-66 The Esmaon of Coun Daa usng Bvarae Negave 43 Esmaon of Coun Daa usng Bvarae Negave Bnomal Regresson Models Pouya Farough, 4, Norszura Ismal 3

More information

Floating rate securities

Floating rate securities Caps and Swaps Floang rae secures Coupon paymens are rese perodcally accordng o some reference rae. reference rae + ndex spread e.g. -monh LIBOR + 00 bass pons (posve ndex spread 5-year Treasury yeld 90

More information

Pricing Model of Credit Default Swap Based on Jump-Diffusion Process and Volatility with Markov Regime Shift

Pricing Model of Credit Default Swap Based on Jump-Diffusion Process and Volatility with Markov Regime Shift Assocaon for Informaon Sysems AIS Elecronc brary (AISe) WICEB 13 Proceedngs Wuhan Inernaonal Conference on e-busness Summer 5-5-13 Prcng Model of Cred Defaul Swap Based on Jump-Dffuson Process and Volaly

More information

ADMISSIBLE MONETARY AGGREGATES FOR THE EURO AREA

ADMISSIBLE MONETARY AGGREGATES FOR THE EURO AREA ADMISSIBLE MONETARY AGGREGATES FOR THE EURO AREA By Jane M. Bnner, Rakesh K. Bssoondeeal, C. Thomas Elger, Barry E. Jones, Andrew W. Mullneux RP0628 Dr. Jane Bnner, Reader n Economcs, Economcs and Sraegy

More information

PURCHASING POWER PARITY THEORY AND ITS VALIDITY IN PACIFIC ISLAND COUNTRIES

PURCHASING POWER PARITY THEORY AND ITS VALIDITY IN PACIFIC ISLAND COUNTRIES PURCHASING POWER PARITY THEORY AND ITS VALIDITY IN T. K. Jayaraman* and Chee-Koeng Choong** Absrac.. Among he 14 Pacfc sland counres (PICs), sx have ndependen currences, of whch fve, namely Fj, Samoa,

More information

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM ))

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM )) ehodology of he CBOE S&P 500 PuWre Index (PUT S ) (wh supplemenal nformaon regardng he CBOE S&P 500 PuWre T-W Index (PWT S )) The CBOE S&P 500 PuWre Index (cker symbol PUT ) racks he value of a passve

More information

IJEM International Journal of Economics and Management

IJEM International Journal of Economics and Management In. Journal of Economcs and Managemen 0(): 2 (206) IJEM Inernaonal Journal of Economcs and Managemen Journal homepage: hp://www.econ.upm.edu.my/jem In Search of Effecve Moneary Polcy n Indonesa: Inflaon

More information

The Information Content of the VDAX Volatility Index and Backtesting Daily Valueat-Risk

The Information Content of the VDAX Volatility Index and Backtesting Daily Valueat-Risk The Informaon Conen of he VDAX Volaly Index and Backesng Daly Valuea-Rsk Models Ihsan U. Badshah Auckland Unversy of Technology, Deparmen of Fnance, Prvae Bag 9006, 114 Auckland, New Zealand. Phone: +64-9-919999

More information

A New N-factor Affine Term Structure Model of Futures Price for CO 2 Emissions Allowances: Empirical Evidence from the EU ETS

A New N-factor Affine Term Structure Model of Futures Price for CO 2 Emissions Allowances: Empirical Evidence from the EU ETS WSEAS RASACIOS on BUSIESS and ECOOMICS Ka Chang, Su-Sheng Wang, Je-Mn Huang A ew -facor Affne erm Srucure Model of Fuures Prce for CO Emssons Allowances: Emprcal Evdence from he EU ES KAI CHAG, SU-SHEG

More information

Fairing of Polygon Meshes Via Bayesian Discriminant Analysis

Fairing of Polygon Meshes Via Bayesian Discriminant Analysis Farng of Polygon Meshes Va Bayesan Dscrmnan Analyss Chun-Yen Chen Insue of Informaon Scence, Academa Snca. Deparmen of Compuer Scence and Informaon Engneerng, Naonal Tawan Unversy. 5, Tawan, Tape, Nankang

More information

Forecasting Value-at-Risk under Different Distributional Assumptions

Forecasting Value-at-Risk under Different Distributional Assumptions Arcle Forecasng Value-a-Rsk under Dfferen Dsrbuonal Assumpons Manuela Braone 1, and Ncolas K. Scholes 1,,, Receved: 1 July 1; Acceped: 1 December 1; Publshed: 11 January 16 Academc Edors: Fredj Jawad,

More information