Available online at ScienceDirect. Procedia Computer Science 24 (2013 ) 9 14

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Computer Science 24 (2013 ) 9 14"

Transcription

1 Avalable onlne at ScenceDrect Proceda Computer Scence 24 (2013 ) th Asa Pacfc Symposum on Intellgent and Evolutonary Systems, IES2013 A Proposal of Real-Tme Schedulng Algorthm based on RMZL and Schedulablty Analyss Ken YANAI a, *, Myungryun YOO a, Taanor YOKOYAMA a a Toyo Cty Unversty, Tamazutsum,Setagaya-u,Toyo ,Japan Abstract Recently, multprocessor platform s generally used n embedded real tme systems. The optmal real tme schedulng algorthms for multprocessor are demanded. Several algorthms based on RM are proposed. In ths study, we propose RMZLPD based on RMZL appled zero-laxty rule to RM. RMZLPD can realze hgh parallelsm. Through smulaton, RMZLPD has shown the hgh schedule success rato. The schedulablty of proposed algorthm also s shown by response tme analyss The Authors. Plshed by Elsever B.V The Authors. Plshed by Elsever B.V. Open access under CC BY-NC-ND lcense. Selecton Selecton and and peer-revew peer-revew under under responsblty responsblty of of the the Program Program Commttee Commttee of IES2013. of IES2013 Keywords: real-tme schedulng algorthm, RMZL, RMZLPD, schedulablty 1. Introducton Real tme systems are characterzed by computatonal actvtes wth tmng constrants. Tmng constrants n real tme applcatons are predomnantly soft n that deadlnes may be mssed as long as the long run fracton of the processng tme allocated to each tas n the applcaton s n accordance wth ts utlzaton. A system desgn that can guarantee that deadlne msses, f any, are bounded by constant amounts s suffcent to provde guarantees on long term processor shares. Hence, schedulng methods that ensure bounded deadlne msses and that can be appled when other methods cannot are of consderable value and nterest 1. Multprocessor schedulng are usually categorzed nto two paradgms: global schedulng, n whch each tas can execute on any avalable processor at runtme, and parttoned schedulng n whch each tass s assgned to a processor beforehand, and at runtme each tas can only execute on ths partcular processor. Parttoned schedulng enjoys relatvely easer desgn and analyss. On the other hand, global schedulng on average utlzes computng * Correspondng author. Tel.: (Ext. 3737). E-mal address: g @tcu.ac.jp The Authors. Plshed by Elsever B.V. Open access under CC BY-NC-ND lcense. Selecton and peer-revew under responsblty of the Program Commttee of IES2013 do: /j.procs

2 10 Ken Yana et al. / Proceda Computer Scence 24 ( 2013 ) 9 14 resource better, and s more robust n the presence of tmng errors 2. Global schedulng algorthms are based on wdely optmal unprocessor schedulng algorthms le RM (Rate Monotonc) and EDF (Earlest Deadlne Frst) by Dhall 3. However, these algorthms aren t optmal on multprocessor systems. Although many schedulng algorthms based on RM or EDF are proposed, optmal algorthms aren t establshed yet. Compared to EDF, RM s easy to mplement and tny jtter. Thus, n ths paper, we focus n global schedulng algorthm based on RM. Taeda et al. proposed RMZL (Rate Monotonc untl zero laxty) based on RM 4 and Nshga et al. proposed LP- RMZL (Lmted Preemptve-RMZL) based RMZL 5. These algorthms show hgher schedule success rato than that of RM. However, there are stll reducble deadlne mss. In ths paper, we propose a new schedulng algorthm, called RMZLPD (RMZL wth Pseudo Deadlne). The proposed algorthm domnates global RM schedulng, RMZL and LP-RMZL. Also, we analyse schedulablty of RMZLPD usng Response Tme Analyss (RTA). The rest of the paper s organzed as follows: In Secton 2, we explan system model. In Secton 3, global RM, RMZL and LP-RMZL are explaned more detal. Secton 4 ntroduces proposed RMZLPD. In secton 5, a schedulablty of RMZLPD s analysed. Then, the expermental results are llustrated and analysed n Secton 6. Fnally, Secton 7 provdes dscusson and suggestons for further wor on ths problem. 2. System Model The notaton descrbed n ths Secton. We consder a set of n perodc tass to be scheduled on m symmetrc processors usng a global algorthm. Each tas = (C, T ) s characterzed by a worst-case computaton tme C, a perod T. The utlzaton of a tas s defned as U = C /T. The system utlzaton s defned as U = (U )/m.a tas s a sequence of jobs J j, where each job s characterzed by an arrval tme r j and a fnsh tme f j. Moreover, each job has an absolute deadlne d j = r j + T. The laxty of a job at tme t s defned as L j = d j t C j (t), where, C j (t) s a remanng executon tme of job J j at tme t. 3. Related Wors 3.1. global RM (Rate Monotonc) Global RM s preemptve fxed prorty schedulng algorthm. Tass wth hgher request rates wll have hgher prortes n global RM. But, owng to low schedulablty, t s nown that global RM whch s appled for multprocessor platforms s not optmal schedulng algorthm RMZL (Rate Monotonc untl zero laxty) global RM RMZL Fg. 1. Example of RM schedule and RMZL schedule

3 Ken Yana et al. / Proceda Computer Scence 24 ( 2013 ) RMZL 4 s based on global RM. Under RMZL, jobs are scheduled accordng to the fxed prorty of ther assocated tas, untl a stuaton s reached where the remanng executon tme of a job s equal to the tme to ts deadlne. Such a job has zero laxty and wll mss ts deadlne unless t executes contnually untl completon. RMZL gves the hghest prorty to such zero-laxty jobs. The schedules produced by RMZL and global RM schedulng are dentcal untl the latter fals to execute a tas wth zero laxty. Such a tas wll ssequently mss ts deadlne. Hence RMZL domnates global RM schedulng, n the sense that all prorty ordered tas sets that are schedulable accordng to global RM schedulng are also schedulable accordng to RMZL. Fgure 1 shows the schedulng example of global RM and RMZL, when three perodc tass, 1 = 2 = 3 = (2, 3) are smtted on two processors. As shown n the fgure 1, 3 msses a deadlne at tme 3 n global RM. On the other hand, all the three tass are successfully scheduled by RMZL, snce the prorty of 3 s promoted to the top at tme 1 due to zero laxty LP-RMZL (Lmted Preemptve-RMZL) LP-RMZL 5 s based on RMZL. Under LP-RMZL, runnng jobs are not preempted by hgher prorty tass except for zero-laxty tass. Compared to RMZL, LP-RMZL reduced preempton and mproved success rato and schedulablty. Fgure 2 shows the schedulng example of RMZL and LP-RMZL, when four perodc tass, 1 = 2 = (1, 2), 3 = (1, 4) and 4 = (6, 8) are smtted on two processors. As shown n the fgure 2, 4 msses a deadlne at tme 8 n RMZL. On the other hand, all the four tass are successfully scheduled by LP-RMZL, snce the 4 s not preempted at tme 2, 4, and 6. RMZL LP-RMZL Fg. 2. Example of RMZL schedule and LP-RMZL schedule 4. Related WorsRMZLPD(RMZL wth Pseudo Deadlne) We propose RMZLPD added pseudo deadlne to RMZL. Under RMZL, jobs are scheduled accordng to RMZL, untl a stuaton s reached where the remanng pseudo executon tme of a job s equal to the tme to ts pseudo deadlne. Such a job has pseudo zero laxty and wll mss ts pseudo deadlne unless t executes contnually untl ts pseudo deadlne. RMZLPD gves the sem hghest prorty to such pseudo zero-laxty jobs untl ts pseudo deadlne. Pseudo Deadlne s set on the half deadlne. Pseudo executon tme also s set on the half executon tme. Fgure 3 shows the schedulng example of LP-RMZL and RMZLPD, when fve perodc tass, 1 = 2 = 3 = (1, 4) and 4 = 5 = (6, 12) are smtted on two processors. As shown n the fgure 3, 3 msses a deadlne at tme 3 n LP-RMZL. On the other hand, all the fve tass are successfully scheduled by RMZLPD, snce 5 has the sem hghest prorty at tme 5 due to pseudo zero laxty.

4 12 Ken Yana et al. / Proceda Computer Scence 24 ( 2013 ) Schedulablty LP-RMZL RMZLPD Fg. 3. Example of LP-RMZL schedule and RMZLPD schedule In ths secton, we derve suffcent schedulablty test for RMZLPD wth Response Tme Analyss (RTA) Interference and Worload To analyze the schedulablty, we defne two parameters: the nterference and the worload. Interference The nterference I (a, b) on over an nterval [a, b] s the cumulatve length of all ntervals n whch s baclogged but cannot be scheduled on any processor due to the contemporary executon of m hgher prorty tass. We also defne the nterference I (a, b) of a tas on a tas over an nterval [a, b] as the cumulatve length of all ntervals n whch s baclogged but cannot be scheduled on any processor, whle s executng. Worload The worload W (a, b) of a tas n an nterval [a, b) represents the amount of computaton that the tas requres n [a, b) on a gven stuaton. As for nterference, the followng lemma 1 s showed. Lemma 1 For any global schedulng algorthm t s: I a, b x mn( a b x I (, ), ) The flow of an algorthm analyss s shown below. Let J * be the job of wth maxmum nterference. The upper bound of I, I, can be calculated over an nterval [r *, r * + R ) from arrval tme to response tme of J *. Also, the upper bound of response tme of, R, s derved from I and the executon tme of. And then, we can calculate the lower bound of laxty of, L lb from the followng equaton (2). The scedulablty of an algorthm s analyzed usng L lb. In here, we have lemma 2 as for I. L lb T Lemma 2 I (a, b) s always smaller than W (a, b). Therefore, I can be calculated by calculatng W. R mx (1) (2)

5 Ken Yana et al. / Proceda Computer Scence 24 ( 2013 ) Schedulablty of RMZLPD Under RMZLPD schedulng, f the laxty or the pseudo laxty of a job reaches zero then t s gven the hghest or the sem hghest prorty. Therefore, s nterfered wth not only hgher statc prorty tass but also lower statc prorty tass. If s hgher statc prorty than, worload of over an nterval [r *, r * + R ) s represented n fgure 4. Thus, W R Fg. 4.The worload on RMZLPD ( > ) C C mn,max 2 0, R R T C f 2 2 (3) If s lower statc prorty than, worload of over an nterval [r *, r * + R ) s represented n fgure 5. Thus, Fg. 5. The worload on RMZLPD ( < ) lb W R n R C mn C, R T C L n R T f (4) T L where n (R ) s the maxmum number of jobs of tas that contrbute all of ther executon tme n the nterval: lb R T L C (5) R T n Theorem 1 (RTA for RMZLPD) An upper bound on the response tme of a tas n a multprocessor system scheduled wth RMZLPD can be derved by the fxed pont teraton on the value R of the followng expresson, startng wth R = C : 1 (6) R C R m I ( ) wth ) mn(, 1). I ( R W R R C Theorem 2 (Schedulablty for RMZLPD) A perodc tas system ={ 1, n }s schedulable by RMZLPD on m symmetrcal processors unless the followng nequalty holds for least m + 1 dfferent tass, and t holds strctly(<)for ) at least one of them:

6 14 Ken Yana et al. / Proceda Computer Scence 24 ( 2013 ) Expermental Evaluaton L l 0 (7) lb In order to see how well the RMZLPD algorthm and the above schedulablty test perform, a seres of experments were conducted wth the same smulaton envronment 4 and we assumed maxmum amount of processor s 16. Fgure 6 shows the result of smulaton about success rato, when 1,000 tas set (system utlzaton 0.3 ~ 1.0) are smtted on four processors. For comparson, three schedulng algorthm mentoned prevously were tested. It ndcates that RMZLPD s superor to other algorthms over an nterval [30%, 100%]. Fg. 6.The result of smulaton Fg. 7. The result of schedulablty. Fgure 7 shows the result of schedulablty, when 1,000 tas set (system utlzaton 0.3 ~ 1.0) are smtted on four processors. RMZLPD has two prorty promoton chances. Therefore, RMZLPD s more nterfered wth statc lower prorty tass than RMZL and LP-RMZL. 7. Conclusons A new tass schedulng algorthm on real tme multprocessor system s proposed n ths paper. The schedulablty of the proposed algorthm, RMZLPD, s analysed usng RTA. RMZLPD has hgh schedule success rato and can realze hgh parallelsm. From the numercal results, the results of the proposed RMZLPD are better than that of other algorthms. However, there are a gap between the schedulablty and the success rato. Ths determnes the next step of our study. We plan to analyss the schedulablty wth another method other than RTA. Acnowledgements Ths wor s supported n part by KAKENHI ( ). References 1. Dev, U.C. and Anderson, J.H. Tardness Bounds under Global EDF Schedulng on a Multprocessor. Proceedngs of the 26th IEEE Internatonal Real-Tme Systems Symposum 2005; Guan, N. and Y, W. Fxed-Prorty Multprocessor Schedulng: Crtcal Instant, Response Tme and Utlzaton Bound. IEEE 26th Internatonal Parallel and Dstrbuted Processng Symposum Worshops & PhD Forum 2012; Dhall, S. K. and Lu, C. L. On a real-tme schedulng problem. Operatons Research 1978; 26: Taeda, A., Kato, S. and Yamasa, N. Real-tme schedulng based on rate monotonc for multprocessors. IPSJ CPSY 2009; 2: Nshga, K., Yoo, M. and Yooyama, T. A Proposal of Real-Tme Schedulng Algorthm based on RM and Schedulablty Analyss. IEICEDE 2012; 95: Bertogna, M. and Crne, M. Response-tme analyss for globally scheduled symmetrc multprocessor platforms. 28th IEEE Internatonal Real-Tme Systems Symposum 2007;

Improving Schedulability of Fixed-Priority Real-Time Systems using Shapers

Improving Schedulability of Fixed-Priority Real-Time Systems using Shapers Improvng Schedulablty of Fxed-Prorty Real-Tme Systems usng Shapers Lnh T.X. Phan Insup Lee Department of Computer and Informaton Scences, Unversty of Pennsylvana Emal: {lnhphan, lee}@cs.upenn.edu Abstract

More information

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees A Vrtual Deadlne Scheduler for Wndow-Constraned Servce Guarantees Yutng Zhang, Rchard West and Xn Q Computer Scence Department Boston Unversty Boston, MA 02215 {danazh,rchwest,xq}@cs.bu.edu Abstract Ths

More information

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019 5-45/65: Desgn & Analyss of Algorthms January, 09 Lecture #3: Amortzed Analyss last changed: January 8, 09 Introducton In ths lecture we dscuss a useful form of analyss, called amortzed analyss, for problems

More information

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees

A Virtual Deadline Scheduler for Window-Constrained Service Guarantees A Vrtual Deadlne Scheduler for Wndow-Constraned Servce Guarantees Yutng Zhang, Rchard West and Xn Q Computer Scence Department Boston Unversty Boston, MA 02215 {danazh,rchwest,xq}@cs.bu.edu Abstract Ths

More information

Response Time Analysis of Asynchronous Periodic and Sporadic Tasks Scheduled by a Fixed-Priority Preemptive Algorithm

Response Time Analysis of Asynchronous Periodic and Sporadic Tasks Scheduled by a Fixed-Priority Preemptive Algorithm Response Tme Analyss of Asynchronous Perodc and Sporadc Tasks Scheduled by a Fxed-Prorty Preemptve Algorthm Manuel Coutnho EDISOFT /IST-UTL manuel.coutnho@edsoft.pt José Rufno FCUL ruf@d.fc.ul.pt Carlos

More information

Applications of Myerson s Lemma

Applications of Myerson s Lemma Applcatons of Myerson s Lemma Professor Greenwald 28-2-7 We apply Myerson s lemma to solve the sngle-good aucton, and the generalzaton n whch there are k dentcal copes of the good. Our objectve s welfare

More information

IN most real-time systems, predictability is achieved by

IN most real-time systems, predictability is achieved by 198 IEEE TRANSACTIONS ON COMPUTERS, VOL. 54, NO. 2, FEBRUARY 2005 Effcent Reclamng n Reservaton-Based Real-Tme Systems wth Varable Executon Tmes Marco Caccamo, Member, IEEE, Gorgo C. Buttazzo, Member,

More information

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002 TO5 Networng: Theory & undamentals nal xamnaton Professor Yanns. orls prl, Problem [ ponts]: onsder a rng networ wth nodes,,,. In ths networ, a customer that completes servce at node exts the networ wth

More information

Cyclic Scheduling in a Job shop with Multiple Assembly Firms

Cyclic Scheduling in a Job shop with Multiple Assembly Firms Proceedngs of the 0 Internatonal Conference on Industral Engneerng and Operatons Management Kuala Lumpur, Malaysa, January 4, 0 Cyclc Schedulng n a Job shop wth Multple Assembly Frms Tetsuya Kana and Koch

More information

Understanding Annuities. Some Algebraic Terminology.

Understanding Annuities. Some Algebraic Terminology. Understandng Annutes Ma 162 Sprng 2010 Ma 162 Sprng 2010 March 22, 2010 Some Algebrac Termnology We recall some terms and calculatons from elementary algebra A fnte sequence of numbers s a functon of natural

More information

Improved Response-Time Analysis Calculations

Improved Response-Time Analysis Calculations Improved Response-Tme Analyss Calculatons Mkael Sjödn Hans Hansson 2& Department of Computer Systems 2 Dept. of Computer Engneerng Uppsala Unversty Mälardalens Högskola Sweden Sweden fmc,hanshg@docs.uu.se

More information

Chapter 10 Making Choices: The Method, MARR, and Multiple Attributes

Chapter 10 Making Choices: The Method, MARR, and Multiple Attributes Chapter 0 Makng Choces: The Method, MARR, and Multple Attrbutes INEN 303 Sergy Butenko Industral & Systems Engneerng Texas A&M Unversty Comparng Mutually Exclusve Alternatves by Dfferent Evaluaton Methods

More information

SIMPLE FIXED-POINT ITERATION

SIMPLE FIXED-POINT ITERATION SIMPLE FIXED-POINT ITERATION The fed-pont teraton method s an open root fndng method. The method starts wth the equaton f ( The equaton s then rearranged so that one s one the left hand sde of the equaton

More information

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost Tamkang Journal of Scence and Engneerng, Vol. 9, No 1, pp. 19 23 (2006) 19 Economc Desgn of Short-Run CSP-1 Plan Under Lnear Inspecton Cost Chung-Ho Chen 1 * and Chao-Yu Chou 2 1 Department of Industral

More information

Creating a zero coupon curve by bootstrapping with cubic splines.

Creating a zero coupon curve by bootstrapping with cubic splines. MMA 708 Analytcal Fnance II Creatng a zero coupon curve by bootstrappng wth cubc splnes. erg Gryshkevych Professor: Jan R. M. Röman 0.2.200 Dvson of Appled Mathematcs chool of Educaton, Culture and Communcaton

More information

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS

AC : THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS AC 2008-1635: THE DIAGRAMMATIC AND MATHEMATICAL APPROACH OF PROJECT TIME-COST TRADEOFFS Kun-jung Hsu, Leader Unversty Amercan Socety for Engneerng Educaton, 2008 Page 13.1217.1 Ttle of the Paper: The Dagrammatc

More information

A Case Study for Optimal Dynamic Simulation Allocation in Ordinal Optimization 1

A Case Study for Optimal Dynamic Simulation Allocation in Ordinal Optimization 1 A Case Study for Optmal Dynamc Smulaton Allocaton n Ordnal Optmzaton Chun-Hung Chen, Dongha He, and Mchael Fu 4 Abstract Ordnal Optmzaton has emerged as an effcent technque for smulaton and optmzaton.

More information

OPERATIONS RESEARCH. Game Theory

OPERATIONS RESEARCH. Game Theory OPERATIONS RESEARCH Chapter 2 Game Theory Prof. Bbhas C. Gr Department of Mathematcs Jadavpur Unversty Kolkata, Inda Emal: bcgr.umath@gmal.com 1.0 Introducton Game theory was developed for decson makng

More information

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates Secton on Survey Research Methods An Applcaton of Alternatve Weghtng Matrx Collapsng Approaches for Improvng Sample Estmates Lnda Tompkns 1, Jay J. Km 2 1 Centers for Dsease Control and Preventon, atonal

More information

A Utilitarian Approach of the Rawls s Difference Principle

A Utilitarian Approach of the Rawls s Difference Principle 1 A Utltaran Approach of the Rawls s Dfference Prncple Hyeok Yong Kwon a,1, Hang Keun Ryu b,2 a Department of Poltcal Scence, Korea Unversty, Seoul, Korea, 136-701 b Department of Economcs, Chung Ang Unversty,

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

A General Self-adaptive Task Scheduling System for Non-dedicated Heterogeneous Computing

A General Self-adaptive Task Scheduling System for Non-dedicated Heterogeneous Computing 1 A General Self-adaptve Tas Schedulng System for Non-dedcated Heterogeneous Computng Mng Wu, Student Member, IEEE, Xan-He Sun, Senor Member, IEEE Abstract The efforts to construct a natonal scale Grd

More information

/ Computational Genomics. Normalization

/ Computational Genomics. Normalization 0-80 /02-70 Computatonal Genomcs Normalzaton Gene Expresson Analyss Model Computatonal nformaton fuson Bologcal regulatory networks Pattern Recognton Data Analyss clusterng, classfcaton normalzaton, mss.

More information

Solution of periodic review inventory model with general constrains

Solution of periodic review inventory model with general constrains Soluton of perodc revew nventory model wth general constrans Soluton of perodc revew nventory model wth general constrans Prof Dr J Benkő SZIU Gödöllő Summary Reasons for presence of nventory (stock of

More information

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME Vesna Radonć Đogatovć, Valentna Radočć Unversty of Belgrade Faculty of Transport and Traffc Engneerng Belgrade, Serba

More information

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij 69 APPENDIX 1 RCA Indces In the followng we present some maor RCA ndces reported n the lterature. For addtonal varants and other RCA ndces, Memedovc (1994) and Vollrath (1991) provde more thorough revews.

More information

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique.

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique. 1.7.4 Mode Mode s the value whch occurs most frequency. The mode may not exst, and even f t does, t may not be unque. For ungrouped data, we smply count the largest frequency of the gven value. If all

More information

ISE High Income Index Methodology

ISE High Income Index Methodology ISE Hgh Income Index Methodology Index Descrpton The ISE Hgh Income Index s desgned to track the returns and ncome of the top 30 U.S lsted Closed-End Funds. Index Calculaton The ISE Hgh Income Index s

More information

Financial mathematics

Financial mathematics Fnancal mathematcs Jean-Luc Bouchot jean-luc.bouchot@drexel.edu February 19, 2013 Warnng Ths s a work n progress. I can not ensure t to be mstake free at the moment. It s also lackng some nformaton. But

More information

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode.

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode. Part 4 Measures of Spread IQR and Devaton In Part we learned how the three measures of center offer dfferent ways of provdng us wth a sngle representatve value for a data set. However, consder the followng

More information

The evaluation method of HVAC system s operation performance based on exergy flow analysis and DEA method

The evaluation method of HVAC system s operation performance based on exergy flow analysis and DEA method The evaluaton method of HVAC system s operaton performance based on exergy flow analyss and DEA method Xng Fang, Xnqao Jn, Yonghua Zhu, Bo Fan Shangha Jao Tong Unversty, Chna Overvew 1. Introducton 2.

More information

Tests for Two Correlations

Tests for Two Correlations PASS Sample Sze Software Chapter 805 Tests for Two Correlatons Introducton The correlaton coeffcent (or correlaton), ρ, s a popular parameter for descrbng the strength of the assocaton between two varables.

More information

Comparison of Singular Spectrum Analysis and ARIMA

Comparison of Singular Spectrum Analysis and ARIMA Int. Statstcal Inst.: Proc. 58th World Statstcal Congress, 0, Dubln (Sesson CPS009) p.99 Comparson of Sngular Spectrum Analss and ARIMA Models Zokae, Mohammad Shahd Behesht Unverst, Department of Statstcs

More information

A Round-robin Scheduling Algorithm of Relaynodes in WSN Based on Self-adaptive Weighted Learning for Environment Monitoring

A Round-robin Scheduling Algorithm of Relaynodes in WSN Based on Self-adaptive Weighted Learning for Environment Monitoring 830 JOURNAL OF COMPUTERS, VOL 9, NO 4, APRIL 2014 A Round-robn Schedulng Algorthm of Relaynodes n WSN Based on Self-adaptve Weghted Learnng for Envronment Montorng Lu Zhang School of Desgn, Hunan Unversty,

More information

EDC Introduction

EDC Introduction .0 Introducton EDC3 In the last set of notes (EDC), we saw how to use penalty factors n solvng the EDC problem wth losses. In ths set of notes, we want to address two closely related ssues. What are, exactly,

More information

A Dynamic Inventory Control Policy Under Demand, Yield and Lead Time Uncertainties

A Dynamic Inventory Control Policy Under Demand, Yield and Lead Time Uncertainties A Dynamc Inventory Control Polcy Under Demand, Yeld and ead Tme Uncertantes Z. Baba, Yves Dallery To cte ths verson: Z. Baba, Yves Dallery. A Dynamc Inventory Control Polcy Under Demand, Yeld and ead Tme

More information

Stochastic job-shop scheduling: A hybrid approach combining pseudo particle swarm optimization and the Monte Carlo method

Stochastic job-shop scheduling: A hybrid approach combining pseudo particle swarm optimization and the Monte Carlo method 123456789 Bulletn of the JSME Journal of Advanced Mechancal Desgn, Systems, and Manufacturng Vol.10, No.3, 2016 Stochastc job-shop schedulng: A hybrd approach combnng pseudo partcle swarm optmzaton and

More information

A Single-Product Inventory Model for Multiple Demand Classes 1

A Single-Product Inventory Model for Multiple Demand Classes 1 A Sngle-Product Inventory Model for Multple Demand Classes Hasan Arslan, 2 Stephen C. Graves, 3 and Thomas Roemer 4 March 5, 2005 Abstract We consder a sngle-product nventory system that serves multple

More information

Financial Risk Management in Portfolio Optimization with Lower Partial Moment

Financial Risk Management in Portfolio Optimization with Lower Partial Moment Amercan Journal of Busness and Socety Vol., o., 26, pp. 2-2 http://www.ascence.org/journal/ajbs Fnancal Rsk Management n Portfolo Optmzaton wth Lower Partal Moment Lam Weng Sew, 2, *, Lam Weng Hoe, 2 Department

More information

Understanding price volatility in electricity markets

Understanding price volatility in electricity markets Proceedngs of the 33rd Hawa Internatonal Conference on System Scences - 2 Understandng prce volatlty n electrcty markets Fernando L. Alvarado, The Unversty of Wsconsn Rajesh Rajaraman, Chrstensen Assocates

More information

OCR Statistics 1 Working with data. Section 2: Measures of location

OCR Statistics 1 Working with data. Section 2: Measures of location OCR Statstcs 1 Workng wth data Secton 2: Measures of locaton Notes and Examples These notes have sub-sectons on: The medan Estmatng the medan from grouped data The mean Estmatng the mean from grouped data

More information

AFRL-IF-WP-TR

AFRL-IF-WP-TR AFRL-IF-WP-TR-2006-1509 POWERTAP: SYSTEM-WIDE POWER MANAGEMENT THROUGH POWER- AWARE SYSTEM SOFTWARE AND HARDWARE Babak Falsaf and Raj Rajkumar Carnege Mellon Unversty Computer Archtecture Lab (CALCM) Real-Tme

More information

Scribe: Chris Berlind Date: Feb 1, 2010

Scribe: Chris Berlind Date: Feb 1, 2010 CS/CNS/EE 253: Advanced Topcs n Machne Learnng Topc: Dealng wth Partal Feedback #2 Lecturer: Danel Golovn Scrbe: Chrs Berlnd Date: Feb 1, 2010 8.1 Revew In the prevous lecture we began lookng at algorthms

More information

Lecture Note 2 Time Value of Money

Lecture Note 2 Time Value of Money Seg250 Management Prncples for Engneerng Managers Lecture ote 2 Tme Value of Money Department of Systems Engneerng and Engneerng Management The Chnese Unversty of Hong Kong Interest: The Cost of Money

More information

Parallel Prefix addition

Parallel Prefix addition Marcelo Kryger Sudent ID 015629850 Parallel Prefx addton The parallel prefx adder presented next, performs the addton of two bnary numbers n tme of complexty O(log n) and lnear cost O(n). Lets notce the

More information

Tests for Two Ordered Categorical Variables

Tests for Two Ordered Categorical Variables Chapter 253 Tests for Two Ordered Categorcal Varables Introducton Ths module computes power and sample sze for tests of ordered categorcal data such as Lkert scale data. Assumng proportonal odds, such

More information

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent.

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent. Economcs 1410 Fall 2017 Harvard Unversty Yaan Al-Karableh Secton 7 Notes 1 I. The ncome taxaton problem Defne the tax n a flexble way usng T (), where s the ncome reported by the agent. Retenton functon:

More information

Production and Supply Chain Management Logistics. Paolo Detti Department of Information Engeneering and Mathematical Sciences University of Siena

Production and Supply Chain Management Logistics. Paolo Detti Department of Information Engeneering and Mathematical Sciences University of Siena Producton and Supply Chan Management Logstcs Paolo Dett Department of Informaton Engeneerng and Mathematcal Scences Unversty of Sena Convergence and complexty of the algorthm Convergence of the algorthm

More information

The Integration of the Israel Labour Force Survey with the National Insurance File

The Integration of the Israel Labour Force Survey with the National Insurance File The Integraton of the Israel Labour Force Survey wth the Natonal Insurance Fle Natale SHLOMO Central Bureau of Statstcs Kanfey Nesharm St. 66, corner of Bach Street, Jerusalem Natales@cbs.gov.l Abstact:

More information

EC 413 Computer Organization

EC 413 Computer Organization EC 413 Computer Organzaton CPU Performance Evaluaton Prof. Mchel A. Knsy Performance Measurement Processor performance: Executon tme Area Logc complexty Power Tme = Instructons Cycles Tme Program Program

More information

New Distance Measures on Dual Hesitant Fuzzy Sets and Their Application in Pattern Recognition

New Distance Measures on Dual Hesitant Fuzzy Sets and Their Application in Pattern Recognition Journal of Artfcal Intellgence Practce (206) : 8-3 Clausus Scentfc Press, Canada New Dstance Measures on Dual Hestant Fuzzy Sets and Ther Applcaton n Pattern Recognton L Xn a, Zhang Xaohong* b College

More information

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM

A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM Yugoslav Journal of Operatons Research Vol 19 (2009), Number 1, 157-170 DOI:10.2298/YUJOR0901157G A DUAL EXTERIOR POINT SIMPLEX TYPE ALGORITHM FOR THE MINIMUM COST NETWORK FLOW PROBLEM George GERANIS Konstantnos

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analyss of Varance and Desgn of Experments-II MODULE VI LECTURE - 4 SPLIT-PLOT AND STRIP-PLOT DESIGNS Dr. Shalabh Department of Mathematcs & Statstcs Indan Insttute of Technology Kanpur An example to motvate

More information

A Bootstrap Confidence Limit for Process Capability Indices

A Bootstrap Confidence Limit for Process Capability Indices A ootstrap Confdence Lmt for Process Capablty Indces YANG Janfeng School of usness, Zhengzhou Unversty, P.R.Chna, 450001 Abstract The process capablty ndces are wdely used by qualty professonals as an

More information

A New Uniform-based Resource Constrained Total Project Float Measure (U-RCTPF) Roni Levi. Research & Engineering, Haifa, Israel

A New Uniform-based Resource Constrained Total Project Float Measure (U-RCTPF) Roni Levi. Research & Engineering, Haifa, Israel Management Studes, August 2014, Vol. 2, No. 8, 533-540 do: 10.17265/2328-2185/2014.08.005 D DAVID PUBLISHING A New Unform-based Resource Constraned Total Project Float Measure (U-RCTPF) Ron Lev Research

More information

Wages as Anti-Corruption Strategy: A Note

Wages as Anti-Corruption Strategy: A Note DISCUSSION PAPER November 200 No. 46 Wages as Ant-Corrupton Strategy: A Note by dek SAO Faculty of Economcs, Kyushu-Sangyo Unversty Wages as ant-corrupton strategy: A Note dek Sato Kyushu-Sangyo Unversty

More information

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds Fnte Math - Fall 2016 Lecture Notes - 9/19/2016 Secton 3.3 - Future Value of an Annuty; Snkng Funds Snkng Funds. We can turn the annutes pcture around and ask how much we would need to depost nto an account

More information

Genetic Algorithms for Optimization of Resource Allocation in Large Scale Construction Project Management

Genetic Algorithms for Optimization of Resource Allocation in Large Scale Construction Project Management 1916 JOURNAL OF COMPUTERS, VOL. 5, NO. 12, DECEMBER 2010 Genetc Algorthms for Optmzaton of Resource Allocaton n Large Scale Constructon Project Management Jan-wen Huang* College of Hydraulc & Envronmental

More information

Cascade Algorithm Revisited

Cascade Algorithm Revisited Cascade Algorthm Revsted Tadao Takaoka, Kyom Umehara Department of Computer Scence Unversty of Canterbury Chrstchurch, New Zealand Htach Laboratory Tokyo, Japan January 1990, revsed November 2013 Abstract

More information

A New Hybrid Approach For Forecasting Interest Rates

A New Hybrid Approach For Forecasting Interest Rates Avalable onlne at www.scencedrect.com Proceda Computer Scence 12 (2012 ) 259 264 Complex Adaptve Systems, Publcaton 2 Chan H. Dagl, Edtor n Chef Conference Organzed by Mssour Unversty of Scence and Technology

More information

International ejournals

International ejournals Avalable onlne at www.nternatonalejournals.com ISSN 0976 1411 Internatonal ejournals Internatonal ejournal of Mathematcs and Engneerng 7 (010) 86-95 MODELING AND PREDICTING URBAN MALE POPULATION OF BANGLADESH:

More information

Evaluating Performance

Evaluating Performance 5 Chapter Evaluatng Performance In Ths Chapter Dollar-Weghted Rate of Return Tme-Weghted Rate of Return Income Rate of Return Prncpal Rate of Return Daly Returns MPT Statstcs 5- Measurng Rates of Return

More information

Interval Estimation for a Linear Function of. Variances of Nonnormal Distributions. that Utilize the Kurtosis

Interval Estimation for a Linear Function of. Variances of Nonnormal Distributions. that Utilize the Kurtosis Appled Mathematcal Scences, Vol. 7, 013, no. 99, 4909-4918 HIKARI Ltd, www.m-hkar.com http://dx.do.org/10.1988/ams.013.37366 Interval Estmaton for a Lnear Functon of Varances of Nonnormal Dstrbutons that

More information

Blocking Effects of Mobility and Reservations in Wireless Networks

Blocking Effects of Mobility and Reservations in Wireless Networks Blockng Effects of Moblty and Reservatons n Wreless Networks C. Vargas M. V. Hegde M. Naragh-Pour Ctr. de Elec. y Telecom Dept. of Elec. Engg. Dept. of Elec. and Comp. Engg. ITESM Washngton Unversty Lousana

More information

Partial ARTIAL Incompatible based Lower Bound of NC* For MAX-CSPs

Partial ARTIAL Incompatible based Lower Bound of NC* For MAX-CSPs Egyptan Computer Scence Journal,ECS,Vol. 37 No., January 03 ISSN-0-586 Partal ARTIAL Incompatble based Lower Bound of NC* For MAX-CSPs Ashraf M. Bhery, Soher M. Khams, and Wafaa A. Kabela Dvson of Computer

More information

EVOLUTIONARY OPTIMIZATION OF RESOURCE ALLOCATION IN REPETITIVE CONSTRUCTION SCHEDULES

EVOLUTIONARY OPTIMIZATION OF RESOURCE ALLOCATION IN REPETITIVE CONSTRUCTION SCHEDULES EVOLUTIONARY OPTIMIZATION OF RESOURCE ALLOCATION IN REPETITIVE CONSTRUCTION SCHEDULES SUBMITTED: October 2003 REVISED: September 2004 ACCEPTED: September 2005 at http://www.tcon.org/2005/18/ EDITOR: C.

More information

Optimising a general repair kit problem with a service constraint

Optimising a general repair kit problem with a service constraint Optmsng a general repar kt problem wth a servce constrant Marco Bjvank 1, Ger Koole Department of Mathematcs, VU Unversty Amsterdam, De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands Irs F.A. Vs Department

More information

Simulation Budget Allocation for Further Enhancing the Efficiency of Ordinal Optimization

Simulation Budget Allocation for Further Enhancing the Efficiency of Ordinal Optimization Dscrete Event Dynamc Systems: Theory and Applcatons, 10, 51 70, 000. c 000 Kluwer Academc Publshers, Boston. Manufactured n The Netherlands. Smulaton Budget Allocaton for Further Enhancng the Effcency

More information

USING A MULTICRITERIA INTERACTIVE APPROACH IN SCHEDULING NON-CRITICAL ACTIVITIES

USING A MULTICRITERIA INTERACTIVE APPROACH IN SCHEDULING NON-CRITICAL ACTIVITIES OPERATIONS RESEARCH AND DECISIONS No. 1 2018 DOI: 10.5277/ord180103 Mace NOWAK 1 Krzysztof S. TARGIEL 1 USING A MULTICRITERIA INTERACTIVE APPROACH IN SCHEDULING NON-CRITICAL ACTIVITIES A typcal proect

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013 COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture #21 Scrbe: Lawrence Dao Aprl 23, 2013 1 On-Lne Log Loss To recap the end of the last lecture, we have the followng on-lne problem wth N

More information

A Heuristic Bidding Strategy for Buying Multiple Goods in Multiple English Auctions

A Heuristic Bidding Strategy for Buying Multiple Goods in Multiple English Auctions A Heurstc Bddng Strategy for Buyng Multple Goods n Multple Englsh Auctons MINGHUA HE, NICHOLAS R. JENNINGS, and ADAM PRÜGEL-BENNETT Unversty of Southampton Ths paper presents the desgn, mplementaton, and

More information

Physics 4A. Error Analysis or Experimental Uncertainty. Error

Physics 4A. Error Analysis or Experimental Uncertainty. Error Physcs 4A Error Analyss or Expermental Uncertanty Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 0 Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 20 Slde 2 Error n

More information

3: Central Limit Theorem, Systematic Errors

3: Central Limit Theorem, Systematic Errors 3: Central Lmt Theorem, Systematc Errors 1 Errors 1.1 Central Lmt Theorem Ths theorem s of prme mportance when measurng physcal quanttes because usually the mperfectons n the measurements are due to several

More information

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1 Survey of Math: Chapter 22: Consumer Fnance Borrowng Page 1 APR and EAR Borrowng s savng looked at from a dfferent perspectve. The dea of smple nterest and compound nterest stll apply. A new term s the

More information

Survey of Math Test #3 Practice Questions Page 1 of 5

Survey of Math Test #3 Practice Questions Page 1 of 5 Test #3 Practce Questons Page 1 of 5 You wll be able to use a calculator, and wll have to use one to answer some questons. Informaton Provded on Test: Smple Interest: Compound Interest: Deprecaton: A =

More information

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu Rasng Food Prces and Welfare Change: A Smple Calbraton Xaohua Yu Professor of Agrcultural Economcs Courant Research Centre Poverty, Equty and Growth Unversty of Göttngen CRC-PEG, Wlhelm-weber-Str. 2 3773

More information

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers II. Random Varables Random varables operate n much the same way as the outcomes or events n some arbtrary sample space the dstncton s that random varables are smply outcomes that are represented numercally.

More information

Rare-Event Estimation for Dynamic Fault Trees

Rare-Event Estimation for Dynamic Fault Trees Rare-Event Estmaton for Dynamc Fault Trees SERGEY POROTSKY Abstract. Artcle descrbes the results of the development and usng of Rare-Event Monte-Carlo Smulaton Algorthms for Dynamc Fault Trees Estmaton.

More information

An Efficient Heuristic Algorithm for m- Machine No-Wait Flow Shops

An Efficient Heuristic Algorithm for m- Machine No-Wait Flow Shops An Effcent Algorthm for m- Machne No-Wat Flow Shops Dpak Laha and Sagar U. Sapkal Abstract We propose a constructve heurstc for the well known NP-hard of no-wat flow shop schedulng. It s based on the assumpton

More information

Topics on the Border of Economics and Computation November 6, Lecture 2

Topics on the Border of Economics and Computation November 6, Lecture 2 Topcs on the Border of Economcs and Computaton November 6, 2005 Lecturer: Noam Nsan Lecture 2 Scrbe: Arel Procacca 1 Introducton Last week we dscussed the bascs of zero-sum games n strategc form. We characterzed

More information

Price and Quantity Competition Revisited. Abstract

Price and Quantity Competition Revisited. Abstract rce and uantty Competton Revsted X. Henry Wang Unversty of Mssour - Columba Abstract By enlargng the parameter space orgnally consdered by Sngh and Vves (984 to allow for a wder range of cost asymmetry,

More information

SPRITE: A Novel Strategy proof Multi unit Double Auction Framework for Spectrum Allocation in Wireless Communications Abstract Keywords:

SPRITE: A Novel Strategy proof Multi unit Double Auction Framework for Spectrum Allocation in Wireless Communications Abstract Keywords: SPRITE: A Novel Strategy proof Mult unt Double Aucton Framewor for Spectrum Allocaton n Wreless Communcatons He Huang*, Ka Xng +, Hongl Xu +, Lusheng Huang + *. School of Computer Scence and Technology,

More information

The Optimal Interval Partition and Second-Factor Fuzzy Set B i on the Impacts of Fuzzy Time Series Forecasting

The Optimal Interval Partition and Second-Factor Fuzzy Set B i on the Impacts of Fuzzy Time Series Forecasting Ch-Chen Wang, Yueh-Ju Ln, Yu-Ren Zhang, Hsen-Lun Wong The Optmal Interval Partton and Second-Factor Fuzzy Set B on the Impacts of Fuzzy Tme Seres Forecastng CHI-CHEN WANG 1 1 Department of Fnancal Management,

More information

A Distributed Algorithm for Constrained Multi-Robot Task Assignment for Grouped Tasks

A Distributed Algorithm for Constrained Multi-Robot Task Assignment for Grouped Tasks A Dstrbuted Algorthm for Constraned Mult-Robot Tas Assgnment for Grouped Tass Lngzh Luo Robotcs Insttute Carnege Mellon Unversty Pttsburgh, PA 15213 lngzhl@cs.cmu.edu Nlanjan Charaborty Robotcs Insttute

More information

Robust Stochastic Lot-Sizing by Means of Histograms

Robust Stochastic Lot-Sizing by Means of Histograms Robust Stochastc Lot-Szng by Means of Hstograms Abstract Tradtonal approaches n nventory control frst estmate the demand dstrbuton among a predefned famly of dstrbutons based on data fttng of hstorcal

More information

Jinsong Hu 1,Yuanji Xu 2

Jinsong Hu 1,Yuanji Xu 2 Physcs Proceda 24 (202) 500 506 202 Internatonal Conference on Appled Physcs and Industral Engneerng Dstrbuton Free Approach for Coordnaton of a Supply Chan wth Consumer eturn Jnsong Hu,Yuanj Xu 2 Department

More information

Job Submission in the Cloud: Energy Aware Approaches

Job Submission in the Cloud: Energy Aware Approaches Proceedngs of the World Congress on Engneerng and Computer Scence 2016 Vol I, October 19-21, 2016, San Francsco, USA Job Submsson n the Cloud: Energy Aware Approaches Auday Al-Dulamy, Rached Zantout, Wassm

More information

Facility Location Problem. Learning objectives. Antti Salonen Farzaneh Ahmadzadeh

Facility Location Problem. Learning objectives. Antti Salonen Farzaneh Ahmadzadeh Antt Salonen Farzaneh Ahmadzadeh 1 Faclty Locaton Problem The study of faclty locaton problems, also known as locaton analyss, s a branch of operatons research concerned wth the optmal placement of facltes

More information

Trading by estimating the forward distribution using quantization and volatility information

Trading by estimating the forward distribution using quantization and volatility information Tradng by estmatng the forward dstrbuton usng quantzaton and volatlty nformaton Attla Ceffer, Janos Levendovszky Abstract In ths paper, novel algorthms are developed for electronc tradng on fnancal tme

More information

THIS PAPER SHOULD NOT BE OPENED UNTIL PERMISSION HAS BEEN GIVEN BY THE INVIGILATOR.

THIS PAPER SHOULD NOT BE OPENED UNTIL PERMISSION HAS BEEN GIVEN BY THE INVIGILATOR. UNVERSTY OF SWAZLAND FACULTY OF SOCAL SCENCES DEPARTMENT OF STATSTCS AND DEMOGRAPHY MAN EXAMNATON 2016 TTTLE OF PAPER: DEMOGRAPHC METHODS 1 COURSE NUMBER: DEM 201 TME ALLOWED: 2 Hours NSTRUCTONS: ANSWER

More information

arxiv: v1 [q-fin.pm] 13 Feb 2018

arxiv: v1 [q-fin.pm] 13 Feb 2018 WHAT IS THE SHARPE RATIO, AND HOW CAN EVERYONE GET IT WRONG? arxv:1802.04413v1 [q-fn.pm] 13 Feb 2018 IGOR RIVIN Abstract. The Sharpe rato s the most wdely used rsk metrc n the quanttatve fnance communty

More information

Notes on experimental uncertainties and their propagation

Notes on experimental uncertainties and their propagation Ed Eyler 003 otes on epermental uncertantes and ther propagaton These notes are not ntended as a complete set of lecture notes, but nstead as an enumeraton of some of the key statstcal deas needed to obtan

More information

Global sensitivity analysis of credit risk portfolios

Global sensitivity analysis of credit risk portfolios Global senstvty analyss of credt rsk portfolos D. Baur, J. Carbon & F. Campolongo European Commsson, Jont Research Centre, Italy Abstract Ths paper proposes the use of global senstvty analyss to evaluate

More information

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model TU Braunschweg - Insttut für Wrtschaftswssenschaften Lehrstuhl Fnanzwrtschaft Maturty Effect on Rsk Measure n a Ratngs-Based Default-Mode Model Marc Gürtler and Drk Hethecker Fnancal Modellng Workshop

More information

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of Module 8: Probablty and Statstcal Methods n Water Resources Engneerng Bob Ptt Unversty of Alabama Tuscaloosa, AL Flow data are avalable from numerous USGS operated flow recordng statons. Data s usually

More information

Dr. A. Sudhakaraiah* V. Rama Latha E.Gnana Deepika

Dr. A. Sudhakaraiah* V. Rama Latha E.Gnana Deepika Internatonal Journal Of Scentfc & Engneerng Research, Volume, Issue 6, June-0 ISSN - Splt Domnatng Set of an Interval Graph Usng an Algorthm. Dr. A. Sudhakaraah* V. Rama Latha E.Gnana Deepka Abstract :

More information

Problem Set 6 Finance 1,

Problem Set 6 Finance 1, Carnege Mellon Unversty Graduate School of Industral Admnstraton Chrs Telmer Wnter 2006 Problem Set 6 Fnance, 47-720. (representatve agent constructon) Consder the followng two-perod, two-agent economy.

More information

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement

CS 286r: Matching and Market Design Lecture 2 Combinatorial Markets, Walrasian Equilibrium, Tâtonnement CS 286r: Matchng and Market Desgn Lecture 2 Combnatoral Markets, Walrasan Equlbrum, Tâtonnement Matchng and Money Recall: Last tme we descrbed the Hungaran Method for computng a maxmumweght bpartte matchng.

More information

Generation of Well-Formed Parenthesis Strings in Constant Worst-Case Time

Generation of Well-Formed Parenthesis Strings in Constant Worst-Case Time Ž. JOURNAL OF ALGORITHMS 29, 165173 1998 ARTICLE NO. AL980960 Generaton of Well-Formed Parenthess Strngs n Constant Worst-Case Tme Tmothy R. Walsh Department of Computer Scence, Unersty of Quebec at Montreal,

More information