Batch Processing for Incremental FP-tree Construction

Size: px
Start display at page:

Download "Batch Processing for Incremental FP-tree Construction"

Transcription

1 Inernaonal Journal of Compuer Applons ( ) Volume 5 No.5, Augus 21 Bach Processng for Incremenal FP-ree Consrucon Shashkumar G. Toad Deparmen of CSE, GMRIT, Rajam, Srkakulam Dsrc AndraPradesh, Inda. Geea R. B. Deparmen of IT, GMRIT, Rajam, Srkakulam Dsrc AndraPradesh, Inda. PVGD Prasad Reddy Deparmen of CS & SE, Andhra Unversy, Vsakhapanam AndraPradesh, Inda. ABSTRACT Frequen Paerns are very mporan n knowledge dscovery and daa mnng process such as mnng of assoon rules, correlaons ec. Prefx-ree based approach s one of he conemporary approaches for mnng frequen paerns. FP-ree s a compac represenaon of ransacon daabase ha conans frequency nformaon of all relevan Frequen Paerns (FP) n a daase. Snce he nroducon of FP-growh algorhm for FP-ree consrucon, hree major algorhms have been proposed, namely AFPIM, CATS ree, and CanTree, ha have adoped FP-ree for ncremenal mnng of frequen paerns. All of he hree mehods perform ncremenal mnng by processng one ransacon of he ncremenal daabase a a me and updang o he FP-ree of he nal (orgnal) daabase. Here n hs paper we propose a novel mehod o ake advanage of FP-ree represenaon of ncremenal ransacon daabase for ncremenal mnng. We propose Bach Incremenal Tree (BIT) algorhm o merge wo small consecuve duraon FP-rees o oban a FP-ree ha s equvalen of FP-ree obaned when he enre daabase s processed a once from he begnnng of he frs duraon o he end of he second duraon. For large daabases, our expermenal resuls show sgnfn reducon n runme of he BIT algorhm compared o he runme of sequenal ncremenal algorhms. General Terms Daa mnng, FP-ree, Prefx-ree Frequen Paerns, Incremenal mnng. Keywords Bach Incremenal Mnng, Bach Incremenal ree, Sequenal Incremenal Mnng, mnsup. 1. INTRODUCTION Large daabases, some mes dsrbued over several remoe loons, are becomng more common n he conemporary Global Economy scenaro. The lol daabases whch were nally small, have grown, growng connually and geng dsrbued o several remoe ses as a resul of globalzaon. Many of he convenonal daa mnng algorhms are neffecve and neffcen for handlng large and growng daa ses [1] [2]. Hence, he slable and ncremenal daa mnng has become an acve area of research wh many challengng problems. The large se of evolvng and dsrbued daa n be handled effcenly by Incremenal Daa mnng. Incremenal daa mnng algorhms perform knowledge updang ncremenally o amend and srenghen wha was prevously dscovered [5] [7] [12]. Incremenal daa mnng algorhms ncorporae daabase updaes whou havng o mne he enre daase agan. Frequen paern s a paern of ems or evens ha appear frequenly n a daa se. Frequen paerns are very mporan n knowledge dscovery and daa mnng process, such as mnng of assoon rules, correlaons ec. Snce he nroducon of he concep of frequen paerns n 1993, by R. Agrawal e al. [3], here have been many consderable sudes[2] [4] [6] proposng dfferen approaches for dscoverng varous knds of frequen paerns and her applons. Prefx-ree-based approach s one of he conemporary approaches for mnng frequen paerns. A paern P s sad o be frequen n a gven daa se D f s suppor coun sup(p, D) s greaer han or equal o a predefned hreshold lled mnsup. Gven a daa se D and a suppor hreshold m, he collecon of all frequen em ses n D, s F(m, D) and s lled space of frequen paerns. Td 1 r,s,,u 2 q, s, Transacons 3 p,q,r, 4 p,s,,u 5 p,r,s, Td 1, s, r 2, s 3, r, p 4, s, p Transacons 5, s, r, p :5 s:4 p:1 r:2 (a) (b) (c) Fgure 1. a) Inal Daase b) Projeced Daase wh mnhreshold= 5% c) FP-ree The prefx-ree compacly represens he ransacons of a daa se. Prefx-ree enables fas compuaon of suppor couns of all he frequen paerns of a daase. Frequen paerns n be generaed by raversng he prefx-ree, avodng mulple snnng of he daase. The Frequen-Paern ree (FP-ree) s a prefx-ree, frs proposed n 2 by Han e al., n ACM-SIGMOD nernaonal conference[13] and laer publshed n 24[8]. FP- Tree s a compac represenaon of ransacon daabase ha conans frequency nformaon of all relevan paerns n a daase. To consruc a FP-Tree for a gven daase, frs, he daa se s ransformed no projeced daase. The projeced daa se conans only he frequen ems (wh suppor coun>mnhreshold) and each ransacon s sored n he descendng order of her suppor coun. The ransacons n projeced daase are added o prefx-ree one by one. The Fgure1 shows he daase, projeced daa se and he correspondng FP-ree consruced for he gven daase. p:1 r:1 p:1 28

2 Inernaonal Journal of Compuer Applons ( ) Volume 5 No.5, Augus 21 r:1 s :2 :3 :4 :5 s:1 :2 p:1 s:2 p:1 s:3 p:1 s:4 :1 r:1 q: 1 q:1 r:1 q :1 q:1 p:1 r:1 q :1 q:1 p:1 r:2 q :1 u:1 u:1 r:1 u:1 u : 1 u : 1 r:1 p:1 u:1 u:1 r:1 Fgure 2. Sep wse consrucon of CATS re e whle processng each ransacon 2. RELATED WORK Han e al. proposed FP-growh algorhm [8] [13] o dscover frequen paerns from FP-ree. FP-growh raverses he FP-ree n a deph-frs manner. I requres only wo sns of he daase o consruc FP-ree, unlke Apror algorhm [3] ha makes mulple sns over he daase. Snce he nroducon of FP-growh algorhm hree major algorhms have been proposed, namely AFPIM, CATS ree, and CanTree ha have adoped FP-ree for ncremenal mnng of frequen paerns. AFPIM: Koh and Sheh proposed Adjusng FP-Tree for Incremenal Mnng (AFPIM) algorhm [9].Ths algorhm updaes prevously consruced FP-ree ha conans frequen ems based on user specfed mnmum suppor hreshold mnsup, by snnng only he ncremenal par of he daase. As ems are arranged n descendng order of suppor coun based on orgnal daase, AFPIM re-sors he ems accordng o new values of suppor coun based on ncremenal daase hrough bubble-sor. There are wo major drawbacks of AFPIM: Frs, compuaonal expensveness of sorng process. Second, when new frequen paerns emerge, as a resul of snnng of ncremenal daase, AFPIM has o consruc a new FP-Tree. CATS Tree: CATS ree (Compressed and Arranged Transacon Sequence Tree) [1] addresses he lmaons of AFPIM algorhm. Unlke AFPIM, he CATS ree consders all he ems n he ransacons for represenaon no ree, regardless of wheher ems are frequen or no. Ths allows CATS ree o represen even new emergng frequen paerns from ncremenal daase. CATS arranges he nodes based on her lol suppor coun, whch helps o acheve hgh compacness of he ree. For ncremenal mnng CATS ree updaes he exsng ree by consderng he ransacons of he ncremenal daase one by one and mergng hem wh exsng ree branches. Fgure 2 shows how CATS ree s consruced consderng he daase of Fgure 1. However, CATS ree oo has wo lmaons. Frs, for each new ransacon s requred o fnd he rgh pah for he new ransacon o merge n. Second, s requred o swap and merge he nodes durng he updaes, as he nodes n CATS ree are lolly sored. CanTree: CanTree (Canonl-order Tree) s proposed by Leung e al. [11]. Consrucon of CanTree s very much smlar o CATS ree excep ha, n CanTree ems are arranged accordng o some nonl order. The nonl order n be deermned by he user pror o mnng process. Canonl orderng n be lexcographc or based on ceran propery values of ems. Snce he nonl order s fxed and no based on he suppor coun, CanTree allows easy nseron of nodes. Unlke he CATS Tree, ransacon nserons n CanTree requre no exensve searchng of mergeable pahs. CanTree oo has some lmaons. I generaes compac ree f and only f majory of he ransacons conan common paern-base n nonl order. I generaes skewed ree wh oo many branches and hence wh oo many nodes, oherwse. Furher, hough he CanTree akes less me for ree consrucon requres more memory and more me for exracng frequen paerns from he generaed CanTree. All of he hree ncremenal prefx-ree based algorhms dscussed above perform sequenal ncremenal mnng. Tha s, for ncremenal mnng hey consder one ransacon of he ncremenal daase a a me. However, n real scenaro s requred o perform perodl mnng of ransacon daabases for frequen paern generaon. The above dscussed algorhms fal o ake advanage of hs perodl mnng of frequen paerns. Supposng wo daa analyss are avalable for he frs and second quarer of a year, n he form of FP-rees. And supposng s requred o oban FP-ree for he frs egh monhs of a year. All of he above dscussed mehods consder he FP-ree for he frs quarer and perform ncremenal mnng by processng one ransacon of he second quarer daabase a a me. These mehods do no ake he advanage of he FP-ree of he second quarer ha s readly avalable. Here n hs paper we propose a novel mehod o ake advanage of such prevously obaned perodl FP-ree,.e., FP-ree represenaon of ncremenal ransacon daabase, for ncremenal mnng. We propose an Bach Incremenal Tree (BIT) algorhm o merge he small consecuve duraon FP-ree o oban a FP-ree ha s equvalen of FP-ree obaned when he enre daabase s processed a once from he begnnng of he frs duraon o he end of he second duraon. 29

3 Inernaonal Journal of Compuer Applons ( ) Volume 5 No.5, Augus 21 In hs secon we dscuss abou workng of he BIT algorhm for ncremenal mnng of frequen paerns. BIT algorhm akes FPree of he wo perodc daases. I hen reads he emses of one of he FP-ree (T1) one by one along wh her frequency couns and searches for he mergeable prefx pah of he oher FP-ree (T2). I hen merges he emse of T1 wh he mergeable prefx by updang frequency coun of he ems and nserng remanng non-prefx ems(f any) by exendng he ree branch afer he las machng prefx em of he mergeable paern. The algorhm gven below precsely ells he seps nvolved n bach ncremenal processng. 3. BATCH INCREMENTAL TREE (BIT) ALGORITHM ALGORITHM BachIncremenalTree(FP-ree T1,FP-ree T2) 1. Ge emses from T2 by consderng each of he leaves one by one. 2. FP-ree T= T1 3. For each emse obaned from T2 do he followng seps, up o { Read he nex emse of T2. 5. Ge he nex em nk o compare, from T // Inally 1 s // chld of roo of T 6. For each em j n he emse do he followng seps, up o f em nk s equal o em j hen 8. f nk represens leaf node hen 9. { Updae node represened by nk. 1. Ge he remanng ems from he emse and add each em as descendans of nk one below he oher. 11. } 12. else // f nk s no leaf node 13. { Updae node represened by nk. 14. nk = frs chld of nk. 15. } 16. else // f em nk s no equal o em j 17. f nk has any more chld hen nk = nex chld of nk. 18. else Ge he remanng ems from he emse and add each em as descendans of nk one below he oher. 19. } 2. Reurn T TIME COMPLEXITY ANALYSIS For ncremenal daa mnng, CanTree reads he emses (ransacons) of ncremenal daabase (D 2 ) one a a me, and upends each emse o he FP-ree (T 1 ) of he orgnal daabase (D 1 ), whereas he BIT algorhm ges he emses from he FP-ree of he ncremenal daabase (D 2 ) and upends each emse o he FP-ree (T 1 ) of he orgnal daabase (D 1 ). Hence, he process of mergng s essenally same for boh he algorhms. The advanage of he BIT algorhm les n he fac ha processes he mulple occurrences of he same emse (represened wh he occurrence frequency n he FP-ree T 2 ) only once for mergng, where as CanTree performs mergng for every occurrence of he emse. In he followng secon we brng ou hs dfference by way of me complexy analyss. Followng noaons are used for performance analyss: m - Toal number of ems avalable. (Ths corresponds o maxmum number of chldren for he roo of a ree) n Number of leaf nodes of ree T 2. q Number of nodes / ems n branch (em se ) of T 2. l Number of node ems of T 1 ha mach wh he ems of emse (.e sze of he machng prefx of T 1 for emse of T 2 ). Toal runnng me of he mergng process. Tme requred for processng each emse of T 2. Tme requred o Compare and Move o he nex node n forward or downward drecon (f comparson fals). Tme o Creae and Add node, correspondng o an em of he emse of T 2, as descendan. Consder he (wors se) scenaro wheren whle comparng he ems of emse of T 2 a every level of he ree, he exreme rgh node em maches and he remanng ems of emse are added as descendans of he exreme rgh leaf node of FP ree T 1. Fgure 3 below shows he wors se scenaro for FP-ree T1. Fgure 3. FP-ree T1 showng wors se scenaro Tme, =Tme requred for comparng ems of h Assumng, q >l emse of T 2 and movng forward and downward + Tme for addng all he remanng ems of h emse of T 2. Roo... Level m... Level m m-2 3

4 Runme ( n seconds ) Runme ( n seconds ) Inernaonal Journal of Compuer Applons ( ) Volume 5 No.5, Augus 21 j l [( m j)* ] ( q l) * In he wors se maxmum ems (level) of FP ree would be equal o m-1, conanng m-1 ems n a branch..e l = m-1. j m 1 [( m j)* ] ( q ( m 1)) * m 1 [( m j)* ] ( m ( m 1)) * j as q = m, n he wors se.e [ m*... 1* ] = (1+2+..m) + m( m 2 1) There fore, he runnng me for enre merge process, (n he wors se) s: n 1 m( m 2 1) * BIT algorhm ges ransacons from he FP ree T 2 unlke of CanTree whch reads from daabase. In FP-Tree, mulple occurrences of each emse are represened wh a sngle branch, conanng also he frequency of occurrence. Hence, n BIT algorhm mulple occurrences of an emse are read and processed for mergng only once. Therefore he value of n s always much less han ha of CanTree and hence he value of. Furher, as he daabase sze ncreases he number of emses wh hgh frequency also ncreases. Hence, BIT algorhm always akes much less me han he CanTree. As he CanTree akes less me for FP-ree consrucon compared o AFPIM and CATS ree algorhms, we consdered CanTree as he represenave of sequenal ncremenal FP-ree algorhms. We have mplemened boh CanTree and BIT algorhms and made comparave sudy of performance of he algorhms n erms of he execuon me for ree consrucon. For CanTree, ree consrucon me s measured as he me requred o read he ransacons from ncremenal daabase and nser he ems no he FP-ree consruced for orgnal daabase. For BIT, ree consrucon me s measured as he me requred for readng he emse from he exsng FP-ree of ncremenal daabase and nserng he emses no he FP-ree of orgnal daabase., CanTree BIT 7 9 Daabase Sze ( n mllon ransacons ) CanTree BIT (a) % of Incremenal DaaBase sze ( n mllon ransacons ) (b) Fgure 4. Runme: BIT Vs. CanTree We esed he algorhm for her performance on duel processor machnes wh 2.8 GHz speed. We made mulple runs of he algorhms on synhec daabases of varous szes, rangng from 1 mllon ransacons o 1 mllon ransacons. Average emse sze of he ransacons was 15 n he doman of 5 ems. We esed he algorhms by measurng runme agans () varyng sze of daabases keepng he orgnal and ncremenal daabase sze n fxed proporons (6: 4) and () varyng he proporon of orgnal and ncremenal daabase keepng he oal daabase sze fxed. The resuls of he expermens are shown n he form of he graphs below n Fgure 4 (a) & Fgure 4 (b). As n be observed from he graphs below, BIT algorhm akes much less me (almos half of he me requred for CanTree) for he consrucon of FP-ree. As he sze of he daabase ncreases (Fgure 4 (a)), he runme of BIT algorhm decreases. Furher, he me dfference beween CanTree and BIT algorhm also ncreases as he daabase sze ncreases. Ths s beuse, as he 31

5 Inernaonal Journal of Compuer Applons ( ) Volume 5 No.5, Augus 21 daabase sze ncreases he frequency of occurrence of ems also ncreases and hence CanTree requres more me o read ransacons from ncremenal daabase. Whereas, n BIT algorhm as reads emses from FP-ree and FP-ree conans only one represenaon for mulple occurrences of he emses, reads only once. In Fgure 4(a), he runme decreases as he percenage of he ncremenal daabase decreases (keepng he sze of he orgnal daabase fxed) for boh CanTree and BIT. Here agan, n be observed ha he dfference n runme of CanTree and BIT s more when he sze of ncremenal daabase s more (.e., percenage of ncremenal daabase) and reduces as sze reduces. As n be seen from he graph above n Fgure 4, runme of BIT algorhm reduces o nearly half of he runme of sequenal algorhms for large sze daabases. 5. CONCLUSION BIT algorhm akes much less me o consruc FP-ree by usng prevously generaed FP-ree of ncremenal daabase. Ths s possble beuse BIT reads he ncremenal ransacons from he FP-ree raher han daabase, where mulple occurrences of a ransacon of he daabase are represened only once. As n be seen from he graph above n Fgure 4, CanTree does more work o search for machng prefx as he daabase sze ncreases. On he conrary BIT algorhm does less work as he daabase sze ncreases. Beuse, as he daabase sze ncreases he probably of recurrence of emses also ncreases and hence he dfference n runme beween BIT algorhm and sequenal ncremenal algorhms ncreases,.e. BIT akes less me for ree consrucon. 6. REFERENCES [1] Paul S. Bradley, J. E. Gehrke, Raghu Ramakrshnan and Ramakrshnan Srkan. Phlosophes and Advances n Slng Mnng Algorhms o Large Daabases. Communons of he ACM, Augus 22 [2] R.J. Bayardo, Effcen mnng of long paerns from daabases. In Proc. SIGMOD 1998, pp [3] Agrawal R., Imelnsk, T., and Swam, A Mnng assoon rules beween ses of ems n large daabases. In Proc. of ACM-SIGMOD, 1993 (SIGMOD 93), pp [4] Agrawal R, Srkan R. Fas Algorhms for Mnng Assoon Rules. In Proc. of VLDB, Sep , pp [5] D W Cheung, J. Han, V.T. Ng, and C.Y. Wong, Manenance of dscovered assoon rules n large daabases: an ncremenal updang echnque. In Proc. of ICDE 1996, pp [6] F. Bonch and C. Lucchese, On closed consraned frequen paern mnng. In Proc ICDM 24,pp [7] Lee, C-H., Ln, C-R., & Chen, M.S., Sldng wndow flerng: an effcen mehod for ncremenal mnng on a me-varan daabase. In ELSEVIER-Informaon Sysems,3(3), 25, pp [8] J. Han, J. Pe, Y. Yn and R. Mao, Mnng Frequen Paerns whou Canddae Generaon: A Frequen-Paern Tree Approach. Daa Mnng and Knowledge Dscovery, 8(1), 24, pp [9] Koh, J-L., & Sheh, S-F. An Effcen Approach for Mananng Assoon Rules Based on Adjusng FP-ree Srucures. Proceedngs of he 24 Daabase Sysems for Advanced Applons, 24, pp [1] Cheung, W, & Zaïane, O. R.. Incremenal Mnng of Frequen-paerns whou Canddae Gneraon or Suppor Consran. Proceedngs of he 23 Inernaonal Daabase Engneerng and Applons Symposum, 23, pp [11] Leung, C. K-S., Khan, Q. I., L Z., & Hoque, T. CanTree: A Tree Srucure for Effcen Incremenal Mnng of Frequen Paerns. Proceedngs of he Ffh IEEE Inernaonal Conference on Daa Mnng (ICDM 5), 25. [12] D. W. cheung, S.D. Lee, and B. kao, A general ncremenal echnque for mananng dscovered assoon rules. In Proc. DASFAA 1997, pp [13] J. Han, J. Pe, and Y. Yn, Mnng Frequen Paerns whou Canddae Generaon. In Proc. of SIGMOD 2,pp

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

A Change Detection Model for Credit Card Usage Behavior

A Change Detection Model for Credit Card Usage Behavior Proceedngs of he 5h WSEAS In. Conf. on COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Vence, Ialy, November 20-22, 2006 276 A Change Deecon Model for Cred Card Usage Behavor CHIEH-YUAN

More information

Associating Absent Frequent Itemsets with Infrequent Items to Identify Abnormal Transactions

Associating Absent Frequent Itemsets with Infrequent Items to Identify Abnormal Transactions Assocang Absen Frequen Iemses wh Infrequen Iems o Idenfy Abnormal Transacons L-Jen Kao Deparmen of Compuer Scence and Informaon Engneerng Hwa Hsa Insue of Technology New Tape Cy, Tawan 23568 ljenkao@cc.hwh.edu.w

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

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

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

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

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

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

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

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

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

SkyCube Computation over Wireless Sensor Networks Based on Extended Skylines

SkyCube Computation over Wireless Sensor Networks Based on Extended Skylines Proceedngs of he 2010 IEEE Inernaonal Conference on Informaon and Auomaon June 20-23, Harbn, Chna SkyCube Compuaon over Wreless Sensor Neworks Based on Exended Skylnes Zhqong Wang 1, Zhyue Wang 2, Junchang

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

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

Hardware-Assisted High-Efficiency Ray Casting of Unstructured Time-Varying Flows Using Temporal Coherence

Hardware-Assisted High-Efficiency Ray Casting of Unstructured Time-Varying Flows Using Temporal Coherence Hardware-Asssed Hgh-Effcency Ray Casng of Unsrucured Tme-Varyng Flows Usng Temporal Coherence Qanl Ma, Lang Zeng, Huaxun Xu, Wenke Wang, Skun L Absrac Advances n compuaonal power are enablng hgh-precson

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

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

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

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

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

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

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

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

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

Multiple Choice Questions Solutions are provided directly when you do the online tests.

Multiple Choice Questions Solutions are provided directly when you do the online tests. SOLUTIONS Muliple Choice Quesions Soluions are provided direcly when you do he online ess. Numerical Quesions 1. Nominal and Real GDP Suppose han an economy consiss of only 2 ypes of producs: compuers

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

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

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

Return Calculation Methodology

Return Calculation Methodology Reurn Calculaon Mehodology Conens 1. Inroducon... 1 2. Local Reurns... 2 2.1. Examle... 2 3. Reurn n GBP... 3 3.1. Examle... 3 4. Hedged o GBP reurn... 4 4.1. Examle... 4 5. Cororae Acon Facors... 5 5.1.

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

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

Empirical analysis on China money multiplier

Empirical analysis on China money multiplier Aug. 2009, Volume 8, No.8 (Serial No.74) Chinese Business Review, ISSN 1537-1506, USA Empirical analysis on China money muliplier SHANG Hua-juan (Financial School, Shanghai Universiy of Finance and Economics,

More information

Introduction. Enterprises and background. chapter

Introduction. Enterprises and background. chapter NACE: High-Growh Inroducion Enerprises and background 18 chaper High-Growh Enerprises 8 8.1 Definiion A variey of approaches can be considered as providing he basis for defining high-growh enerprises.

More information

Recursive Data Mining for Masquerade Detection and Author Identification

Recursive Data Mining for Masquerade Detection and Author Identification Recursve Daa Mnng for Masquerade Deecon and Auhor Idenfcaon Boleslaw K. Szymansk, IEEE Fellow, and Yongqang Zhang Deparmen of Compuer Scence, RPI, Troy, NY 280, USA Absrac- In hs paper, a novel recursve

More information

Truth Discovery in Data Streams: A Single-Pass Probabilistic Approach

Truth Discovery in Data Streams: A Single-Pass Probabilistic Approach Truh Dscovery n Daa Sreams: A Sngle-Pass Probablsc Approach Zhou Zhao, James Cheng and Wlfred Ng Deparmen of Compuer Scence and Engneerng, Hong Kong Unversy of Scence and Technology Deparmen of Compuer

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

PFAS: A Resource-Performance-Fluctuation-Aware Workflow Scheduling Algorithm for Grid Computing

PFAS: A Resource-Performance-Fluctuation-Aware Workflow Scheduling Algorithm for Grid Computing PFAS: A Resource-Performance-Flucuaon-Aware Workflow Schedulng Algorhm for Grd Compung Fangpeng Dong and Selm G. Akl School of Compung, Queen's Unversy Kngson, ON Canada, K7L N6 {dong, akl}@cs.queensu.ca

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

Appendix B: DETAILS ABOUT THE SIMULATION MODEL. contained in lookup tables that are all calculated on an auxiliary spreadsheet.

Appendix B: DETAILS ABOUT THE SIMULATION MODEL. contained in lookup tables that are all calculated on an auxiliary spreadsheet. Appendix B: DETAILS ABOUT THE SIMULATION MODEL The simulaion model is carried ou on one spreadshee and has five modules, four of which are conained in lookup ables ha are all calculaed on an auxiliary

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

CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T. J. KEHOE MACROECONOMICS I WINTER 2011 PROBLEM SET #6

CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T. J. KEHOE MACROECONOMICS I WINTER 2011 PROBLEM SET #6 CENTRO DE ESTUDIOS MONETARIOS Y FINANCIEROS T J KEHOE MACROECONOMICS I WINTER PROBLEM SET #6 This quesion requires you o apply he Hodrick-Presco filer o he ime series for macroeconomic variables for he

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

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

Problem Set 1 Answers. a. The computer is a final good produced and sold in Hence, 2006 GDP increases by $2,000.

Problem Set 1 Answers. a. The computer is a final good produced and sold in Hence, 2006 GDP increases by $2,000. Social Analysis 10 Spring 2006 Problem Se 1 Answers Quesion 1 a. The compuer is a final good produced and sold in 2006. Hence, 2006 GDP increases by $2,000. b. The bread is a final good sold in 2006. 2006

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

Impact of Stock Markets on Economic Growth: A Cross Country Analysis

Impact of Stock Markets on Economic Growth: A Cross Country Analysis Impac of Sock Markes on Economc Growh: A Cross Counry Analyss By Muhammad Jaml Imporance of sock markes for poolng fnancal resources ncreased snce he las wo decades. Presen sudy analyzed mpac of sock markes

More information

Cryptographic techniques used to provide integrity of digital content in long-term storage

Cryptographic techniques used to provide integrity of digital content in long-term storage RB/3/2011 Crypographc echnques used o provde negry of dgal conen n long-erm sorage REPORT ON THE PROBLEM Problem presened by Marn Šmka Paweł Wojcechowsk Polsh Secury Prnng Works (PWPW) 1 Repor auhors Małgorzaa

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

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

A Multi-Periodic Optimization Modeling Approach for the Establishment of a Bike Sharing Network: a Case Study of the City of Athens

A Multi-Periodic Optimization Modeling Approach for the Establishment of a Bike Sharing Network: a Case Study of the City of Athens A Mul-Perodc Opmzaon Modelng Approach for he Esablshmen of a Be Sharng Newor: a Case Sudy of he Cy of Ahens G.K.D Sahards, A. Fragogos and E. Zygour Absrac Ths sudy nroduces a novel mahemacal formulaon

More information

Online Data, Fixed Effects and the Construction of High-Frequency Price Indexes

Online Data, Fixed Effects and the Construction of High-Frequency Price Indexes Onlne Daa, Fxed Effecs and he Consrucon of Hgh-Frequency Prce Indexes Jan de Haan* and Rens Hendrks** * ascs eherlands / Delf Unversy of Technology ** ascs eherlands EMG Worksho 23 Ams of he aer Exlan

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

A Backbone Formation Algorithm in Wireless Sensor Network Based on Pursuit Algorithm

A Backbone Formation Algorithm in Wireless Sensor Network Based on Pursuit Algorithm Ysong Jang, Weren Sh A Backbone Formaon Algorhm n Wreless Sensor Nework Based on Pursu Algorhm YISONG JIANG, WEIREN SHI College of Auomaon Chongqng Unversy No 74 Shazhengje, Shapngba, Chongqng Chna jys398@6com,

More information

Finance 402: Problem Set 1 Solutions

Finance 402: Problem Set 1 Solutions Fnance 402: Problem Set 1 Solutons Note: Where approprate, the fnal answer for each problem s gven n bold talcs for those not nterested n the dscusson of the soluton. 1. The annual coupon rate s 6%. A

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

RMF: Rough Set Membership Function-based for Clustering Web Transactions

RMF: Rough Set Membership Function-based for Clustering Web Transactions Inernaonal Journal of Mulmeda and Ubquous Engneerng Vol.8, No.6 (0), pp.05-8 hp://dx.do.org/0.57/mue.0.8.6. RMF: Rough Se Membershp Funcon-based for luserng Web Transacons Tuu Herawan and Wan Maser Wan

More information

Keywords: School bus problem, heuristic, harmony search

Keywords: School bus problem, heuristic, harmony search Journal of Emergng Trends n Compung and Informaon Scences 2009-2013 CIS Journal. All rghs reserved. hp://www.csjournal.org Model and Algorhm for Solvng School Bus Problem 1 Taehyeong Km, 2 Bum-Jn Par 1

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

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

EXPLOITING GEOMETRICAL NODE LOCATION FOR IMPROVING SPATIAL REUSE IN SINR-BASED STDMA MULTI-HOP LINK SCHEDULING ALGORITHM

EXPLOITING GEOMETRICAL NODE LOCATION FOR IMPROVING SPATIAL REUSE IN SINR-BASED STDMA MULTI-HOP LINK SCHEDULING ALGORITHM Inernaonal Journal of Technology (2015) 1: 53 62 ISSN 2086 9614 IJTech 2015 EXLOITING GEOMETRICAL NODE LOCATION FOR IMROVING SATIAL REUSE IN SINR-BASED STDMA MULTI-HO LINK SCHEDULING ALGORITHM Nachwan

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

Using Fuzzy-Delphi Technique to Determine the Concession Period in BOT Projects

Using Fuzzy-Delphi Technique to Determine the Concession Period in BOT Projects Usng Fuzzy-Delph Technque o Deermne he Concesson Perod n BOT Projecs Khanzad Mosafa Iran Unversy of Scence and Technology School of cvl engneerng Tehran, Iran. P.O. Box: 6765-63 khanzad@us.ac.r Nasrzadeh

More information

An Improved Scheme for Range Queries on Encrypted Data

An Improved Scheme for Range Queries on Encrypted Data Inernaonal Worshop on Cloud Compung and Informaon Secury (CCIS 03 An Improved Scheme for Range Queres on Encryped Daa Ye Xong, Dau Gu, Hanng Lu Lab of Crypography and Compuer Secury Shangha Jao Tong Unversy

More information

Empirical Study on the Relationship between ICT Application and China Agriculture Economic Growth

Empirical Study on the Relationship between ICT Application and China Agriculture Economic Growth Emprcal Sudy on he Relaonshp beween ICT Applcaon and Chna Agrculure Economc Growh Pengju He, Shhong Lu, Huoguo Zheng, and Yunpeng Cu Key Laboraory of Dgal Agrculural Early-warnng Technology Mnsry of Agrculure,

More information

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23 San Francisco Sae Universiy Michael Bar ECON 56 Summer 28 Problem se 3 Due Monday, July 23 Name Assignmen Rules. Homework assignmens mus be yped. For insrucions on how o ype equaions and mah objecs please

More information

Macroeconomics. Part 3 Macroeconomics of Financial Markets. Lecture 8 Investment: basic concepts

Macroeconomics. Part 3 Macroeconomics of Financial Markets. Lecture 8 Investment: basic concepts Macroeconomics Par 3 Macroeconomics of Financial Markes Lecure 8 Invesmen: basic conceps Moivaion General equilibrium Ramsey and OLG models have very simple assumpions ha invesmen ino producion capial

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

A Novel Particle Swarm Optimization Approach for Grid Job Scheduling

A Novel Particle Swarm Optimization Approach for Grid Job Scheduling A Novel Parcle warm Opmzaon Approach for Grd ob chedulng Hesam Izaan, Behrouz Tor Ladan, Kamran Zamanfar, Ajh Abraham³ Islamc Azad Unversy, Ramsar branch, Ramsar, Iran zaan@gmal.com Deparmen of Compuer

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

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

(1 + Nominal Yield) = (1 + Real Yield) (1 + Expected Inflation Rate) (1 + Inflation Risk Premium)

(1 + Nominal Yield) = (1 + Real Yield) (1 + Expected Inflation Rate) (1 + Inflation Risk Premium) 5. Inflaion-linked bonds Inflaion is an economic erm ha describes he general rise in prices of goods and services. As prices rise, a uni of money can buy less goods and services. Hence, inflaion is an

More information

1 Purpose of the paper

1 Purpose of the paper Moneary Economics 2 F.C. Bagliano - Sepember 2017 Noes on: F.X. Diebold and C. Li, Forecasing he erm srucure of governmen bond yields, Journal of Economerics, 2006 1 Purpose of he paper The paper presens

More information

Modeling Regional Impacts of BSE in Alberta in Terms of Cattle Herd Structure

Modeling Regional Impacts of BSE in Alberta in Terms of Cattle Herd Structure Unversy of Lehbrdge Research Reposory OPUS Faculy Research and Publcaons hp://opus.uleh.ca MacLachlan, Ian 2007-08-20 Modelng Regonal Impacs of BSE n Albera n Terms of Cale Herd Srucure MacLachlan, Ian

More information

Tax Dispute Resolution and Taxpayer Screening

Tax Dispute Resolution and Taxpayer Screening DISCUSSION PAPER March 2016 No. 73 Tax Dspue Resoluon and Taxpayer Screenng Hdek SATO* Faculy of Economcs, Kyushu Sangyo Unversy ----- *E-Mal: hsao@p.kyusan-u.ac.jp Tax Dspue Resoluon and Taxpayer Screenng

More information

DEBT INSTRUMENTS AND MARKETS

DEBT INSTRUMENTS AND MARKETS DEBT INSTRUMENTS AND MARKETS Zeroes and Coupon Bonds Zeroes and Coupon Bonds Ouline and Suggesed Reading Ouline Zero-coupon bonds Coupon bonds Bond replicaion No-arbirage price relaionships Zero raes Buzzwords

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

Analysing Big Data to Build Knowledge Based System for Early Detection of Ovarian Cancer

Analysing Big Data to Build Knowledge Based System for Early Detection of Ovarian Cancer Indan Journal of Scence and Technology, Vol 8(4), DOI: 0.7485/js/205/v84/65745, July 205 ISSN (Prn) : 0974-6846 ISSN (Onlne) : 0974-5645 Analysng Bg Daa o Buld Knowledge Based Sysem for Early Deecon of

More information

Optimal procurement strategy for uncertain demand situation and imperfect quality by genetic algorithm

Optimal procurement strategy for uncertain demand situation and imperfect quality by genetic algorithm Inernaonal Conference on Mechancal, Indusral and Maerals Engneerng 2015 (ICMIME2015) 11-13 December, 2015, RUET, Rajshah, Bangladesh. Paper ID: IE-44 Opmal procuremen sraegy for unceran demand suaon and

More information

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions.

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions. Universiy of Washingon Winer 00 Deparmen of Economics Eric Zivo Economics 483 Miderm Exam This is a closed book and closed noe exam. However, you are allowed one page of handwrien noes. Answer all quesions

More information

Web Usage Patterns Using Association Rules and Markov Chains

Web Usage Patterns Using Association Rules and Markov Chains Web Usage Paerns Using Associaion Rules and Markov hains handrakasem Rajabha Universiy, Thailand amnas.cru@gmail.com Absrac - The objecive of his research is o illusrae he probabiliy of web page using

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

Optimal Fuzzy Min-Max Neural Network (FMMNN) for Medical Data Classification Using Modified Group Search Optimizer Algorithm

Optimal Fuzzy Min-Max Neural Network (FMMNN) for Medical Data Classification Using Modified Group Search Optimizer Algorithm 1 Opmal Fuzzy Mn-Max Neural Nework (FMMNN) for Medcal Daa Classfcaon Usng Modfed Group Search Opmzer Algorhm D. Mahammad Raf 1 * Chear Ramachandra Bharah 2 1 Vvekananda Insue of Engneerng & Technology,

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

Multiagent System Simulations of Sealed-Bid Auctions with Two-Dimensional Value Signals

Multiagent System Simulations of Sealed-Bid Auctions with Two-Dimensional Value Signals Deparmen Dscusson Paper DDP77 ISSN 94-2838 Deparmen of Economcs Mulagen Sysem Smulaons of Sealed-Bd Aucons wh Two-Dmensonal Value Sgnals Alan Mehlenbacher Deparmen of Economcs, Unversy of Vcora Vcora,

More information

A New Method to Measure the Performance of Leveraged Exchange-Traded Funds

A New Method to Measure the Performance of Leveraged Exchange-Traded Funds A ew Mehod o Measure he Performance of Leveraged Exchange-Traded Funds Ths verson: Sepember 03 ara Charupa DeGrooe School of Busness McMaser Unversy 80 Man Sree Wes Hamlon, Onaro L8S 4M4 Canada Tel: (905)

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

HFR Risk Parity Indices

HFR Risk Parity Indices HFR Rsk Pary Indces Defned Formulac Mehodology 2018 2018 Hedge Fund Research, Inc. - All rghs reserved. HFR, HFRI, HFRX, HFRQ, HFRU, HFRL, HFR PorfoloScope, WWW.HEDGEFUNDRESEARCH.COM, HEDGE FUND RESEARCH,

More information

Do Stock Exchanges Corral Investors into Herding?

Do Stock Exchanges Corral Investors into Herding? Do Sock Exchanges Corral Invesors no Herdng? Adya Kaul, Vkas Mehrora, Carmen Sefanescu 1 EFM Classfcaon Codes: 320 - Behavoural Issues 310 - Asse Prcng Models and Tess 350 - Marke Effcency and Anomales

More information

UC San Diego Recent Work

UC San Diego Recent Work UC San Dego Recen Work Tle On More Robus Esmaon of Skewness and Kuross: Smulaon and Applcaon o he S&P500 Index Permalnk hps://escholarshp.org/uc/em/7b5v07p Auhors Km, Tae-Hwan Whe, Halber Publcaon Dae

More information

Recall from last time. The Plan for Today. INTEREST RATES JUNE 22 nd, J u n e 2 2, Different Types of Credit Instruments

Recall from last time. The Plan for Today. INTEREST RATES JUNE 22 nd, J u n e 2 2, Different Types of Credit Instruments Reall from las me INTEREST RATES JUNE 22 nd, 2009 Lauren Heller Eon 423, Fnanal Markes Smple Loan rnpal and an neres paymen s pad a maury Fxed-aymen Loan Equal monhly paymens for a fxed number of years

More information

Exponential Functions Last update: February 2008

Exponential Functions Last update: February 2008 Eponenial Funcions Las updae: February 2008 Secion 1: Percen Growh and Decay Any quaniy ha increases or decreases by a consan percenage is said o change eponenially. Le's look a a few eamples o undersand

More information

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values

Documentation: Philadelphia Fed's Real-Time Data Set for Macroeconomists First-, Second-, and Third-Release Values Documenaion: Philadelphia Fed's Real-Time Daa Se for Macroeconomiss Firs-, Second-, and Third-Release Values Las Updaed: December 16, 2013 1. Inroducion We documen our compuaional mehods for consrucing

More information

Reconciling Gross Output TFP Growth with Value Added TFP Growth

Reconciling Gross Output TFP Growth with Value Added TFP Growth Reconciling Gross Oupu TP Growh wih Value Added TP Growh Erwin Diewer Universiy of Briish Columbia and Universiy of New Souh Wales ABSTRACT This aricle obains relaively simple exac expressions ha relae

More information

Semantic-based Detection of Segment Outliers and Unusual Events for Wireless Sensor Networks (Research-in-Progress)

Semantic-based Detection of Segment Outliers and Unusual Events for Wireless Sensor Networks (Research-in-Progress) Semanc-based Deecon of Segmen ulers and Unusual Evens for Wreless Sensor Neworks (Research-n-Progress) Lanl Gao eresearch Lab, School of ITEE, The Unversy of Queensland, Brsbane, Queensland 4072, Ausrala

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

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

Exchange Rates and Patterns of Cotton Textile Trade. Paper Prepared for: TAM 483: Textiles and Apparel in International Trade. Gary A.

Exchange Rates and Patterns of Cotton Textile Trade. Paper Prepared for: TAM 483: Textiles and Apparel in International Trade. Gary A. Exchange Raes and Paerns of Coon Texle Trade Paper Prepared for: TAM 483: Texles and Apparel n Inernaonal Trade Gary A. Ranes III ABSTRACT The surge n mpored exles and apparel, specfcally coon exles and

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

Unified Unit Commitment Formulation and Fast Multi-Service LP Model for Flexibility Evaluation in Sustainable Power Systems

Unified Unit Commitment Formulation and Fast Multi-Service LP Model for Flexibility Evaluation in Sustainable Power Systems IEEE Transacons on Susanable Energy Acceped for publcaon, November 2015 1 Unfed Un Commmen Formulaon and Fas Mul-Servce LP Model for Flexbly Evaluaon n Susanable Power Sysems Lngx Zhang, Suden Member,

More information