System Performance Improvement By Server Virtualization

Size: px
Start display at page:

Download "System Performance Improvement By Server Virtualization"

Transcription

1 Sysem Performance Improvemen By Server Virualizaion Hioshi Ueno, Tomohide Hasegawa, and Keiichi Yoshihama Absrac Wih he advance of semiconducor echnology, microprocessors become highly inegraed and herefore muli-processor s are widely used. On he oher hand, only limied applicaion programs can use such muli-processors efficienly. In his paper, we show a mehod o improve uilizaion of muli-processor s based on virualizaion echnology, including he measured resuls of improvemens in example sysems. In some examples i was possible o muliply sysem of a. Index Terms concurrency, mulicore, muliprocessor, virualizaion, S I. INTRODUCTION ervers based on he x86 archiecure are now widely used, no only for simple s bu also for mission criical sysems in enerprises or governmen, because microprocessor has increased significanly. They are called IA-, Inel Archiecure, and ofen Microsof Windows OS or open source Linux OS is used on hem. Every year, microprocessor chips become more inegraed due o advances in semiconducor echnology. This resuls no only in increased single processor bu also in increased of shared memory ype muliple processor sysems, SMP: Symmeric Muliple Processor, where muliple CPU cores are inegraed on a processor chip. One facor of he direcion of echnology is he hea problem, high frequency clocks cause increased hea on he microprocessor chip. For his reason chip vendors don' develop higher single processors, bu muliply he CPU cores on a chip. Meanwhile, no all applicaion programs have efficien characerisics o uilize a single OS environmen on muliple processors. There are many informaion sysems which don benefi from muliple processor environmens. Sofware resource conenions preven concurrency of processes, if applicaion programs creae many processes or hreads. A virualizaion feaure may allow improved concurrency for applicaions wih limied scalabiliy by execuing muliple OS environmens on a muli-processor. However, i is known ha virualizaion feaures have some overhead. I is herefore recommended o Manuscrip received February 17, 2011; revised March 28, H. Ueno is wih Enerprise Server Division, Hiachi, Ld., Hadano, Kanagawa, Japan ( hioshi.ueno.uv@hiachi.com). T. Hasegawa is wih Enerprise Server Division, Hiachi, Ld., Hadano, Kanagawa, Japan ( omohide.hasegawa.v@hiachi.com). K. Yoshihama is wih Informaion Technology Division, Hiachi, Ld., Tokyo, Japan ( yoshihama_k@ig.hiachi.co.jp). evaluae he effec of concurrency wih using virualizaion by sudying is advanages and disadvanages. In his paper, we discuss abou improvemens of sysem by dividing s which have a large number of physical CPU cores, ino a number of LPARs which have a smaller number of CPU cores, in our example using he virualizaion feaure "Virage" implemened on Hiachi BladeSymphony s. We show ha i is possible o improve sysem by using virualizaion even for ough applicaion programs wih limied concurrency in muli-processor environmens. II. EFFICIENT MULTI-PROCESSOR SERVER USE CASE USING SERVER VIRTUALIZATION FEATURE Tradiional use of IA sysems in a business environmen uses a simple design approach where one subsysem is buil using one OS environmen of one physical. For example, if you wan o build wo subsysems, like a CRM subsysem and a Sales Managemen subsysem, you deploy wo s, one wih he CRM applicaion and anoher wih he Sales Managemen applicaion. However here are many inefficien applicaions for muli-processor s because no all CPU cores on he s can be used. In ha siuaion, a srange phenomenon can be observed, where mos resources such as CPU, sorage, nework, are idle, bu sysem hroughpu can be increased. In his paper, we call physical processor chip as "processor" and we call each insrucion execuion uni in he physical behavior of sofware four processes waiing processes [b][c][d] four physical CPU cores #0 #1 #2 #3 a b c d ime execuion ime idle ime CPU core usage coun = 5/4 = 1.25 CPU core busy raio = 5/(4*4) = 0.31 Fig. 1. An example of muliprocessing behavior. Sar of he ransacion End of he ransacion

2 processor as "core" or "CPU core." I means ha here are muliple cores in one processor. Here we hink abou characerisic applicaion programs which have only a single process concurrency, even if he program runs on a four core muli-processor. If no oher resources excep he processors are bole neck for he, 100% busy of one core means reaching he upper limiaion of. In his case, he processor usage raio is, 1 (core)/ 4(core) = In general, we assume ha N is number of cores and c(p) is he average number of cores which he applicaion programs use, he processor usage raio is c(p)/n. Values of c(p) are differen and depend on characerisics of he OS and/or he applicaion programs. The maximum value is N for high concurrency programs, and lowes value is 1 for low concurrency ones. I is no easy o develop applicaion programs which can use muli-processor s efficienly[1][2]. Mos applicaion programs use muli-processing or muli-hreading for beer efficiency, bu i is rare for processes o be able o run compleely independen each oher. The reason of he phenomenon is exclusive conrol like lock mechanisms for common resources in he applicaion program. Dependency beween processes can also he reason of i, where a process has o wai o receive from anoher processes for synchronizaion. Fig. 1. shows an example, a ransacion processing sysem which has four processes. The process "a" receives ransacions from oher sysems, i makes some compuaions and sends he processed o wo oher processes, "b" and "c" for oher processing. Afer ha he process "d" wais for receiving from processes, "b" and "c". In such a siuaion, he sysem has physically four cores, bu average processing abiliy is 1.25 cores, because each process consumes seconds wih using one core, and his ransacion oally consumes 5 seconds bu elapsed ime is jus 4 seconds. In his case, core use raio in whole is 0.31 ha is 1.25/4. In case of low concurrency applicaion programs, in oher words very small c(p)/n case, usually he sysems manager wans o use high speed single processor o keep good sysems, he does no wan o use relaively slow muli-processor s. As we described before, he developmen of high single processor s is difficul, and he availabiliy of such s is limied. So as a maer of fac many users have o achieve he required using muli-processor s. You have o divide he arge sysem as well as he ino muliple small sysem insances, and hen run hese sysems in parallel, if you have o achieve he required using s wih a slower clock. Each divided sysem works independenly, and i becomes a kind of load balancing sysem configuraion. However i is difficul for some applicaions o run muliple insances on a single OS of he same, because here are many programs which can run muliple insances on one OS, as hey may collide o ge he same resources from he OS. Generally i is beer o use virualizaion echnology for muliple OS environmen on a, because differen physical s for applicaion programs increase low CPU core usage rae s which is no efficien. I is known ha virualizaion echnology has some loss of processor by conrol overhead like emulaions. Accordingly he oal improvemen raio depends on he virualizaion overhead and he efficiency of program concurrency, on whole by dividing OS insances. In he following secion, we describe an evaluaion mehod for finding relaions of one sysem's and oal of muliple s. III. EVALUATION OF MULTIPLE LOGICAL SERVER The comparison is made by comparing he of one OS insance on a and oal of n OS insances on n s. Here, we define sysem as "Sph," and as "Sv(1) Sv(n)," and hen we undersand relaions among and as follows, and assume ha he number of cores assigned o s are sufficien for he evaluaion of arge applicaion concurrency. (Fig. 2.) (a) The difference of on one case, Sph Sv 1 is simply affeced by he virualizaion overhead. The difference beween of i s and ideal which is i imes of he one, i Sv 1 Sv i, is he overhead agains 's scalabiliy. (c) Define iovc as he number ha saisfy he condiion of s ha oal CPU core coun exceeds physical core coun, and ha condiion is called "CPU over commimen" condiion. On his condiion area, we can consider ha he difference beween he ideal scalabiliy and he of iovc s is from physical CPU core access overhead caused by sharing core for cores of LPARs. We define improvemen raio as max 1,. If i is less han 1, i means no improvemen. However, even in he bes case, i never exceeds he number of physical cores N, his bes case being an applicaion ha does no have idle ime. When he applicaion has no concurrency and can use one core only, we can divide he oal sysem Sv(3) Sv(2) Sph Sv(1) (a) ideal scalabiliy number of s (a) virualizaion overhead scalabiliy overhead by hypervisor conrol (c) limiaion by CPU over-commimen Fig. 2. Model of characerisic. (c)

3 64 CPU cores load program wih wo hreads (a) configuraion of physical evaluaion hypervisor configuraion of virualizaion scalabiliy evaluaion The has eigh Inel X7560 processors and 64 CPU cores (The is configured by four blades inegraed ino one SMP. I is implemened in Hiachi BladeSymphony BS2000 and "Virage pariioning hypervisor) Each is assigned wo cores by he hypervisor. Fig. 3. Configuraions of he simple workload case. process of he applicaion program ino N processes, and he is N imes ha of a wih one core. IV. EXAMPLES OF SYSTEMS EVALUATION In his chaper we sudy hree cases for improvemen raio evaluaion. A. Simple Load Case A firs we sudy simple applicaion program behavior, in his case only CPUs are used by he program, I/Os are no, and CPUs execue only user mode insrucions, bu don' execue supervisor mode insrucions, as hese migh generae virualizaion overhead. If an applicaion program uses only C cores on a, he maximum raio o M s which has C cores is expeced o be C: M C. In his secion, we show he measuremen resul of a simple applicaion program o verify above heory. The simple applicaion program runs wo cores (C=2) wih using wo hreads, and i uses user mode insrucions only o exclude he effecs of hypervisor inervenion. From one o oal sysem (only 2 cores used) (2 cores for each LPAR) remoe file 1.9GB 1.9GB 1.9GB 1.9GB 1.9GB 1.9GB sorage 1.9GB Virus scan sofware (a) configuraion of physical evaluaion Fig. 5. Configuraion of virus scan sysem case. hypervisor configuraion of virualizaion scalabiliy evaluaion The has wo Inel X5460 processors, 8 CPU cores. (Hiachi BladeSymphony BS1000 wih Virage hypervisor) Each is assigned one or wo cores by he hypervisor. The hypervisor suppors up o 16 s on a. 40 s M 1 40 are used for his experimen. (Fig. 3.) Fig. 4. shows he resul of he experimens. This program execues a cerain insrucion rouine many imes, and measures by couning number of loops per a second. Because no even an OS is no used for his program, lile virualizaion overhead is moniored herefore physical single is abou he same as single. We clearly see he scalabiliy of i, because he oal of 32 s is 31.7 imes ha of a. The oal is in proporion o increases of he number of he s M. The reaches a ceiling above M=33, because of he CPU over commimen condiion. This has 64 cores and in he M=32 case, all s wih wo cores each use he oal of 64 cores. B. Virus Scan Sysem Case A pracical example of sysems improvemen using virualizaion is a virus scan sysem. This is a nework file sysem and virualized virus proec s raio number of s Physical has 64 cores. For up o 32 LPARs ideal scalabiliy can be seen, because physical resources are sufficien. Over 32 LPARs he scalabiliy is limied. N of sv. (M) Nof CPU cores (C) oal perf. * for each for each for each for each for each for each for each for each *1 loop coun (*10 4 /sec) Fig. 4. Measured scalabiliy for he simple workload case. 5.0 (a) number of s Virualizaion overhead(a) exiss for single case, bu oal hroughpu is exremely high in case of 6 s. Scalabiliy overhead is relaively small. N of sv. N of CPU cores exec ime file (GB) perf raio phy. sv for each log. sv. 3 1 for each for each (4 sv), 2(1 sv) (4 sv), 2(2 sv) exec ime is he average of all ime. perf. raio = file size(mb)/exec ime(sec) Fig. 6. Measured scalabiliy on he virus scan sysem case.

4 scanning he whole sorage. I is a kind of nework file sysems, and here we sudy he scanning hroughpu of whole sorage by virualized virus proecion s. In a file sharing sysem of an enerprise, he sysem managers check all files once a week o mainain securiy, bu his is no easy because he oal file size is very large and i akes much ime o complee scanning. Scanning ime has o be as shor as possible, because he check has o be compleed in limied ime during he weekend. When performing a virus scan wih a, is processors are no so busy because hey wai for sorage access ime or resources exclusive conrol by he applicaion program. Muliple virus proecion programs can' be acive on a, so we can' increase he processor usage rae. For his sysem, we can shoren scan execuion ime by using concurren virus proecion program on a divided ino muliple s and OSs by virualizaion. In his evaluaion case, we made a configuraion which has a, 1.9GB shared disk (Fig. 5.(a)), and we made anoher configuraion which has maximum six s on a, six 1.9GB shared disks for each for scan arge (Fig. 5.), and we measured heir ime o scan. Fig. 6. shows resuls of he measuremens. In one case, scan by a is 47% beer han i by a. However once wo s are used he is 36% more han for he physical, for six s, he is 3.9 imes higher. From a view poin of he scalabiliy, i is good for six s o have 5.7 imes he of a single. In his case, number of s is six, oal CPU cores are eigh, herefore we see i does no reach o he upper limi of CPU over commimen condiion. C. Mixed Applicaion Program Case In his secion, we show resuls of measuremens when four kinds of applicaions are run on a virualized ino four s. We chose web, DB, Java applicaions and mail sysems as four kinds of applicaion programs because hese are he applicaions used widely around enerprises. These sysems are implemened each on a separae s. Obviously, we can compare he of differen applicaions wih each oher, bu we have o evaluae oal scalabiliy when we increase he number of applicaion program for workload 1 core for each workload se web 8 cores DB Java mail hypervisor configuraion of virualizaion scalabiliy evaluaion The has wo Inel X5570 processors and 8 CPU cores. (Hiachi BladeSymphony BS2000 and "Virage hypervisor) Each is assigned one core in shared mode. Fig. 7. Configuraion of he mixed sysems case. raio (a) number of s Virualizaion overhead(a) exiss in 4 s case. Scalabiliy overhead is small on 8 s case. Limiaion by CPU over commimen (c) (Sum of CPU cores exceeds physical cores.) four s workload se N of core Geo. sv. *1 web Java DB mail mean phy. sv log sv *1 N of cores for each physical/ Values are normalized by. One workload se is configured by four s. Toal is calculaed by geomerical mean. Fig. 8. Measured scalabiliy on he mixed sysems case. s. Therefore, four s corresponding four sysems are defined as a workload se, and four, eigh and welve s cases are being evaluaed (Fig. 7.). Fig. 8. shows he resuls. Those values are normalized by for each applicaion. In case of four s, he oal is 15% lower han for s, bu i is 60% higher for eigh s and 84% higher for welve s. In he case of welve s here is CPU over commimen condiion which uses oal 12 cores on 8 physical cores. Physical resources are no sufficien, bu he is sill increasing because each sysem does no consume cores a 100%, due o idle ime. V. ANALYSIS OF PERFORMANCE IMPROVEMENT A. Performance Scalabiliy of Virualizaion Here we analyze he improvemen raio of he hree sysems described in he previous chaper. Table I shows and he condiions under which hose sysems are no in a CPU over commimen sae. Column (a) shows he raio of physical and s for a single or single workload se environmen. Alhough i depends on kinds of applicaion or processor ypes used in he, we see virualizaion overheads beween 0% and a maximum of around 30%. The value in column (c) shows he increase for muliple s or workload ses agains a. In all cases, he achieved by a (c)

5 case TABLE I PERFORMANCE ANALYSIS OF THREE EXAMPLE SYSTEMS iem 1 workload se workload se a maximum core V:P perf. raio N of cores oal perf. raio for phy. sv. forvir. sv. N of cores N of workload se scalabiliy in virualizaion (a) (c) (d) (e) (f ) (g) Simple Virus scan applicaions N of workload se : he number of LPARs or workload ses number of s is beer han a single physical which indicaes a improvemen by virualizaion. Column (g) indicaes he scalabiliy, how sysems increases in proporion o he number of s or workload ses (f) when some s are added. I is calculaed by column(d) / column(f). Under opimal circumsances, he value is 1. Inuiively i means "he is close o n when we prepare n unis of s" and we define i as he scalabiliy indicaor in a virualizaion environmen. In all cases, i is over 0.95, herefore we undersand he scalabiliy is almos opimal. Wih he above sudy, we verified ha, in an environmen wih sufficien physical resources, muliple s can achieve increased sysem compared wih a running a single OS. We undersand also we are able o saisfy required by preparing enough number of s for our sysems. B. Evaluaion Mehod for General Use Case Generally, we can esimae he improvemen raio by following calculaion seps ha are based on characerisics of he as described before. sep 1. Run he arge sysems and measure Sph as he of applicaion programs on a physical. Measure processor usage raio "P" on he also wih monior funcions of he OS. Here we calculae he subsanial number "C" of cores. We assume "N" as he number of physical cores. C N P sep 2. Run he arge sysems on a by using he same OS and sofware, and measure he of applicaion programs as Sv(1). Here he mus be assigned more han C cores calculaed above. The number of cores assigned here, we assume "Cv". sep 3. Calculae he maximum sysem a CPU non over commimen condiion area, because in he area virualizaion scalabiliy is good as we discussed before. The maximum number of s under his condiion is calculaed as Lv N/Cv and ha he maximum can be esimaed as Esimaion of Sv Lv Sv 1 Lv R. Here "R" is he coefficien deermined by kinds of applicaion programs and i indicaes he characerisics of scalabiliy, as in column (g) of TABLE I. Afer he calculaions as above seps, if he number of Lv is larger han 1, and esimaed sysem Sv(Lv) is large enough compare wih Sph, we can assume ha he virualized sysem will show improvemen from he. In pracical business sysems, finding P is relaively easy, and as a resul of ha deermining Lv is also easy. Measuring Sv(1) is no so easy when using a sofware based virualizaion environmen, bu i is relaively easy in case of a pariioning ype virualizaion feaure like Virage. You can make survey he virualized afer simply change he mode from physical o virual, because he pariion's disk forma is same wih 's forma. The R value is expeced o be in he range from 0.9 o 0.99 as we measured a hree example sysems, bu if your applicaion program's R is unknown you may esimae i smaller. Confirmaion of improvemen using virualizaion is possible by he calculaions we showed here. VI. CONCLUSION In his paper, we have described ha one 's will be increased by improving concurrency using virualizaion echnology, because here are a many applicaions which can use muli-processors efficienly. Essenially, i means ha virualizaion assiss improvemen of efficien resource uilizaion, bu we can also say ha he virualizaion echnology can improve 's. How he will improve depends on characerisics of applicaion programs. Virualizaion overhead may be sriking, if he arge programs already have high concurrency on a. When you apply virualizaion o your sysems, you should evaluae heir characerisics carefully, bu his mehod o improve muli-processor's is very imporan in fuure, because microprocessor echnologies advance in he direcion of muli-processor and muli-core. We will coninue o sudy mehods of evaluaions as well as mehods o improve sysems for virualizaion environmens. REFERENCES [1] Angela C. Sodan, e.al., Parallelism via Mulihreaded and Mulicore CPUs, IEEE Compuer, Vol.43,No.3: pp (2010). [2] Wu-chun Feng, e.al. Tools and Environmens for Mulicore and Many-Core Archiecures, IEEE Compuer, Vol.42,No.12: pp (2009). [3] H. Ueno, e al.; Virage: Hiachi s Virualizaion Technology. In: GPC 2009 Workshop Proceedings of Conference, pp IEEE-CS, Los Alamios (2009) [4] H. Ueno, e al.; Virage: Server Virualizaion wih Hardware Transparency. In: Euro-Par 2009 Workshops, LNCS 6403, pp , Springer-Verlag Berlin Heidelberg (2010) [5] P. Apparao, e al.: Archiecural Characerizaion of VM Scaling on an SMP Machine: ISPA 2006 Workshops, LNCS 4331, pp , Springer, Heidelberg (2006) [6] H. Umeno, e al.: Developmen of a High Performance Virual Machine Sysem and Performance Measuremens for i: IPSJ J. Informaion Processing, Vol.4 pp (1981) [7] J.E. Smih, R. Nair: The Archiecure of Virual Machines: IEEE Compuer, pp (2005) [8] R. Uhlig, e al.: Inel Virualizaion Technology: IEEE Compuer, pp (2005)

6 [9] J.E. Smih, R. Nair: Virual Machines, Versaile Plaforms for Sysems and Processes, Elsevier Inc. (2005) [10] A. Barham, e al.: Xen and he Ar of Virualizaion: Proc. The 19h ACM Symposium on Operaing Sysems Principles, pp (2003) [11] H. Umeno and S. Tanaka: New Mehods for Realizing Plural Near-Naive Performance Virual Machines: IEEE Transacions on Compuers, Vol. C-36, No.9, pp (1987) [12] N. Gil, e al.: Inel Virualizaion Technology: Hardware suppor for efficien processor virualizaion: Inel Virualizaion Technology, Vol 10, Issue 03 (2006)

Multiprocessor Systems-on-Chips

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

More information

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information

Performance Center Overview. Performance Center Overview 1

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

More information

Chapter 1.6 Financial Management

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

More information

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES

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

More information

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

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

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

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

More information

Capacity Planning and Performance Benchmark Reference Guide v. 1.8

Capacity Planning and Performance Benchmark Reference Guide v. 1.8 Environmenal Sysems Research Insiue, Inc., 380 New York S., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-307-3014 Capaciy Planning and Performance Benchmark Reference Guide v. 1.8 Prepared by:

More information

Chapter 8: Regression with Lagged Explanatory Variables

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

More information

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

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

More information

Distributing Human Resources among Software Development Projects 1

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

More information

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

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

More information

Chapter 6: Business Valuation (Income Approach)

Chapter 6: Business Valuation (Income Approach) Chaper 6: Business Valuaion (Income Approach) Cash flow deerminaion is one of he mos criical elemens o a business valuaion. Everyhing may be secondary. If cash flow is high, hen he value is high; if he

More information

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS

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

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

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

More information

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

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

More information

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

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

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

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

More information

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

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

More information

DDoS Attacks Detection Model and its Application

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

More information

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS Hong Mao, Shanghai Second Polyechnic Universiy Krzyszof M. Osaszewski, Illinois Sae Universiy Youyu Zhang, Fudan Universiy ABSTRACT Liigaion, exper

More information

Model-Based Monitoring in Large-Scale Distributed Systems

Model-Based Monitoring in Large-Scale Distributed Systems Model-Based Monioring in Large-Scale Disribued Sysems Diploma Thesis Carsen Reimann Chemniz Universiy of Technology Faculy of Compuer Science Operaing Sysem Group Advisors: Prof. Dr. Winfried Kalfa Dr.

More information

Morningstar Investor Return

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

More information

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ Page 9 Design of Inducors and High Frequency Transformers Inducors sore energy, ransformers ransfer energy. This is he prime difference. The magneic cores are significanly differen for inducors and high

More information

Ecological Scheduling Decision Support System Based on RIA and Cloud Computing on the YaLong River Cascade Project

Ecological Scheduling Decision Support System Based on RIA and Cloud Computing on the YaLong River Cascade Project 2012 4h Inernaional Conference on Signal Processing Sysems (ICSPS 2012) IPCSIT vol. 58 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V58.31 Ecological Scheduling Decision Suppor Sysem

More information

Hedging with Forwards and Futures

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

More information

Improvement of a TCP Incast Avoidance Method for Data Center Networks

Improvement of a TCP Incast Avoidance Method for Data Center Networks Improvemen of a Incas Avoidance Mehod for Daa Cener Neworks Kazuoshi Kajia, Shigeyuki Osada, Yukinobu Fukushima and Tokumi Yokohira The Graduae School of Naural Science and Technology, Okayama Universiy

More information

t Thick,intelligent,or thin access points? t WLAN switch or no WLAN switch? t WLAN appliance with 3rd party APs?

t Thick,intelligent,or thin access points? t WLAN switch or no WLAN switch? t WLAN appliance with 3rd party APs? IRONPOINT-FES IronPoin-FES Wireless Soluion IronPoin Benefis Mos Flexible WiFi Archiecure Leading Sandards-based Securiy Enerprise-class Mobiliy Advanced AP Funcionaliy Cenralized Managemen (wired & wireless)

More information

Automatic measurement and detection of GSM interferences

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

More information

Real-time Particle Filters

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

More information

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur Module 3 Design for Srengh Lesson 2 Sress Concenraion Insrucional Objecives A he end of his lesson, he sudens should be able o undersand Sress concenraion and he facors responsible. Deerminaion of sress

More information

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

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

More information

PRACTICES AND ISSUES IN OPERATIONAL RISK MODELING UNDER BASEL II

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

More information

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment

Research on Inventory Sharing and Pricing Strategy of Multichannel Retailer with Channel Preference in Internet Environment Vol. 7, No. 6 (04), pp. 365-374 hp://dx.doi.org/0.457/ijhi.04.7.6.3 Research on Invenory Sharing and Pricing Sraegy of Mulichannel Reailer wih Channel Preference in Inerne Environmen Hanzong Li College

More information

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

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

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

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

More information

Load Prediction Using Hybrid Model for Computational Grid

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

More information

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

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

More information

4. International Parity Conditions

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

More information

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

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

More information

The Interest Rate Risk of Mortgage Loan Portfolio of Banks

The Interest Rate Risk of Mortgage Loan Portfolio of Banks The Ineres Rae Risk of Morgage Loan Porfolio of Banks A Case Sudy of he Hong Kong Marke Jim Wong Hong Kong Moneary Auhoriy Paper presened a he Exper Forum on Advanced Techniques on Sress Tesing: Applicaions

More information

New Fuzzy Dynamic Evaluation For ERP Benefits

New Fuzzy Dynamic Evaluation For ERP Benefits New Fuzzy Dynamic Evaluaion For ERP Benefis Berlin Wu, (Email: berlin@mah.nccu.edu.w), Naional Chengchi Universiy, Taiwan Liping Kao, (Email: Liping.kao@mail.chihlee.edu.w), Chihlee Insiue of Business

More information

Why Did the Demand for Cash Decrease Recently in Korea?

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

More information

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

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

More information

Internal and external value evaluation of E-business strategy in enterprise

Internal and external value evaluation of E-business strategy in enterprise Available online www.jocpr.com Journal of Chemical and Pharmaceuical Research, 2014, 6(6):693-697 Research Aricle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Inernal and exernal value evaluaion of E-business

More information

Individual Health Insurance April 30, 2008 Pages 167-170

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

More information

The Grantor Retained Annuity Trust (GRAT)

The Grantor Retained Annuity Trust (GRAT) WEALTH ADVISORY Esae Planning Sraegies for closely-held, family businesses The Granor Reained Annuiy Trus (GRAT) An efficien wealh ransfer sraegy, paricularly in a low ineres rae environmen Family business

More information

A New Type of Combination Forecasting Method Based on PLS

A New Type of Combination Forecasting Method Based on PLS American Journal of Operaions Research, 2012, 2, 408-416 hp://dx.doi.org/10.4236/ajor.2012.23049 Published Online Sepember 2012 (hp://www.scirp.org/journal/ajor) A New Type of Combinaion Forecasing Mehod

More information

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

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

More information

Chapter Four: Methodology

Chapter Four: Methodology Chaper Four: Mehodology 1 Assessmen of isk Managemen Sraegy Comparing Is Cos of isks 1.1 Inroducion If we wan o choose a appropriae risk managemen sraegy, no only we should idenify he influence ha risks

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Trends in TCP/IP Retransmissions and Resets

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

More information

Cloud Service Trust Model and Its Application Research Based on the Third Party Certification

Cloud Service Trust Model and Its Application Research Based on the Third Party Certification Inernaional Journal of u- and e- Service, Science and Technology, pp.259-268 hp://dx.doi.org/1.14257/ijuness.215.8.7.26 Cloud Service Trus Model and Is Applicaion Research Based on he Third Pary Cerificaion

More information

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783

Stock Trading with Recurrent Reinforcement Learning (RRL) CS229 Application Project Gabriel Molina, SUID 5055783 Sock raing wih Recurren Reinforcemen Learning (RRL) CS9 Applicaion Projec Gabriel Molina, SUID 555783 I. INRODUCION One relaively new approach o financial raing is o use machine learning algorihms o preic

More information

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook Nikkei Sock Average Volailiy Index Real-ime Version Index Guidebook Nikkei Inc. Wih he modificaion of he mehodology of he Nikkei Sock Average Volailiy Index as Nikkei Inc. (Nikkei) sars calculaing and

More information

Information Systems for Business Integration: ERP Systems

Information Systems for Business Integration: ERP Systems Informaion Sysems for Business Inegraion: ERP Sysems (December 3, 2012) BUS3500 - Abdou Illia, Fall 2012 1 LEARNING GOALS Explain he difference beween horizonal and verical business inegraion. Describe

More information

How To Calculate Price Elasiciy Per Capia Per Capi

How To Calculate Price Elasiciy Per Capia Per Capi Price elasiciy of demand for crude oil: esimaes for 23 counries John C.B. Cooper Absrac This paper uses a muliple regression model derived from an adapaion of Nerlove s parial adjusmen model o esimae boh

More information

Premium Income of Indian Life Insurance Industry

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

More information

LEASING VERSUSBUYING

LEASING VERSUSBUYING LEASNG VERSUSBUYNG Conribued by James D. Blum and LeRoy D. Brooks Assisan Professors of Business Adminisraion Deparmen of Business Adminisraion Universiy of Delaware Newark, Delaware The auhors discuss

More information

Forecasting Model for Crude Oil Price Using Artificial Neural Networks and Commodity Futures Prices

Forecasting Model for Crude Oil Price Using Artificial Neural Networks and Commodity Futures Prices (IJCSIS) ernaional Journal of Compuer Science and formaion Securiy, Forecasing Model for Crude Oil Price Using Arificial Neural Neworks and Commodiy Fuures Prices Siddhivinayak Kulkarni Graduae School

More information

Task-Execution Scheduling Schemes for Network Measurement and Monitoring

Task-Execution Scheduling Schemes for Network Measurement and Monitoring Task-Execuion Scheduling Schemes for Nework Measuremen and Monioring Zhen Qin, Robero Rojas-Cessa, and Nirwan Ansari Deparmen of Elecrical and Compuer Engineering New Jersey Insiue of Technology Universiy

More information

Option Put-Call Parity Relations When the Underlying Security Pays Dividends

Option Put-Call Parity Relations When the Underlying Security Pays Dividends Inernaional Journal of Business and conomics, 26, Vol. 5, No. 3, 225-23 Opion Pu-all Pariy Relaions When he Underlying Securiy Pays Dividends Weiyu Guo Deparmen of Finance, Universiy of Nebraska Omaha,

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

Impact of scripless trading on business practices of Sub-brokers.

Impact of scripless trading on business practices of Sub-brokers. Impac of scripless rading on business pracices of Sub-brokers. For furher deails, please conac: Mr. T. Koshy Vice Presiden Naional Securiies Deposiory Ld. Tradeworld, 5 h Floor, Kamala Mills Compound,

More information

Risk Modelling of Collateralised Lending

Risk Modelling of Collateralised Lending Risk Modelling of Collaeralised Lending Dae: 4-11-2008 Number: 8/18 Inroducion This noe explains how i is possible o handle collaeralised lending wihin Risk Conroller. The approach draws on he faciliies

More information

Appendix D Flexibility Factor/Margin of Choice Desktop Research

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

More information

Ecotopia: An Ecological Framework for Change Management in Distributed Systems

Ecotopia: An Ecological Framework for Change Management in Distributed Systems Ecoopia: An Ecological Framework for Change Managemen in Disribued Sysems Tudor Dumiraş 1, Daniela Roşu 2, Asi Dan 2, and Priya Narasimhan 1 1 ECE Deparmen, Carnegie Mellon Universiy, Pisburgh, PA 15213,

More information

Cointegration: The Engle and Granger approach

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

More information

LIFE INSURANCE WITH STOCHASTIC INTEREST RATE. L. Noviyanti a, M. Syamsuddin b

LIFE INSURANCE WITH STOCHASTIC INTEREST RATE. L. Noviyanti a, M. Syamsuddin b LIFE ISURACE WITH STOCHASTIC ITEREST RATE L. oviyani a, M. Syamsuddin b a Deparmen of Saisics, Universias Padjadjaran, Bandung, Indonesia b Deparmen of Mahemaics, Insiu Teknologi Bandung, Indonesia Absrac.

More information

1. BACKGROUND 1-1 Traffic Flow Surveillance

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

More information

Hotel Room Demand Forecasting via Observed Reservation Information

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

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

A Joint Optimization of Operational Cost and Performance Interference in Cloud Data Centers

A Joint Optimization of Operational Cost and Performance Interference in Cloud Data Centers A Join Opimizaion of Operaional Cos and Performance Inerference in Cloud Daa Ceners Xibo Jin, Fa Zhang, Lin Wang, Songlin Hu, Biyu Zhou and Zhiyong Liu Insiue of Compuing Technology, Chinese Academy of

More information

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM

PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM PATHWISE PROPERTIES AND PERFORMANCE BOUNDS FOR A PERISHABLE INVENTORY SYSTEM WILLIAM L. COOPER Deparmen of Mechanical Engineering, Universiy of Minnesoa, 111 Church Sree S.E., Minneapolis, MN 55455 billcoop@me.umn.edu

More information

Feasibility of Quantum Genetic Algorithm in Optimizing Construction Scheduling

Feasibility of Quantum Genetic Algorithm in Optimizing Construction Scheduling Feasibiliy of Quanum Geneic Algorihm in Opimizing Consrucion Scheduling Maser Thesis Baihui Song JUNE 2013 Commiee members: Prof.dr.ir. M.J.C.M. Herogh Dr. M. Blaauboer Dr. ir. H.K.M. van de Ruienbeek

More information

The Journey. Roadmaps. 2 Architecture. 3 Innovation. Smart City

The Journey. Roadmaps. 2 Architecture. 3 Innovation. Smart City The Journe 1 Roadmaps 2 Archiecure 3 Innovaion Uili Mobili Living Enr Poins o a Grid Journe Sraeg COMM projec Evoluion no Revoluion IT Concerns Daa Mgm Inegraion Archiecure Analics Regulaor Analics Disribued

More information

A Scalable and Lightweight QoS Monitoring Technique Combining Passive and Active Approaches

A Scalable and Lightweight QoS Monitoring Technique Combining Passive and Active Approaches A Scalable and Lighweigh QoS Monioring Technique Combining Passive and Acive Approaches On he Mahemaical Formulaion of CoMPACT Monior Masai Aida, Naoo Miyoshi and Keisue Ishibashi NTT Informaion Sharing

More information

Relationships between Stock Prices and Accounting Information: A Review of the Residual Income and Ohlson Models. Scott Pirie* and Malcolm Smith**

Relationships between Stock Prices and Accounting Information: A Review of the Residual Income and Ohlson Models. Scott Pirie* and Malcolm Smith** Relaionships beween Sock Prices and Accouning Informaion: A Review of he Residual Income and Ohlson Models Sco Pirie* and Malcolm Smih** * Inernaional Graduae School of Managemen, Universiy of Souh Ausralia

More information

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

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

More information

Acceleration Lab Teacher s Guide

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

More information

The Real Business Cycle paradigm. The RBC model emphasizes supply (technology) disturbances as the main source of

The Real Business Cycle paradigm. The RBC model emphasizes supply (technology) disturbances as the main source of Prof. Harris Dellas Advanced Macroeconomics Winer 2001/01 The Real Business Cycle paradigm The RBC model emphasizes supply (echnology) disurbances as he main source of macroeconomic flucuaions in a world

More information

Working Paper No. 482. Net Intergenerational Transfers from an Increase in Social Security Benefits

Working Paper No. 482. Net Intergenerational Transfers from an Increase in Social Security Benefits Working Paper No. 482 Ne Inergeneraional Transfers from an Increase in Social Securiy Benefis By Li Gan Texas A&M and NBER Guan Gong Shanghai Universiy of Finance and Economics Michael Hurd RAND Corporaion

More information

Term Structure of Prices of Asian Options

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

More information

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

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

More information

Software Project Management tools: A Comparative Analysis

Software Project Management tools: A Comparative Analysis Sofware Projec Managemen ools: A Comparaive Analysis Mrs. Sonali Nemade Pad.Dr.D.Y.Pail A.C.S. College, Pimpri (India) sonali_namade@yahoo.co.in Mrs. Madhuri.A. Darekar Pad.Dr.D.Y.Pail A.C.S. College,

More information

Spectrum-Aware Data Replication in Intermittently Connected Cognitive Radio Networks

Spectrum-Aware Data Replication in Intermittently Connected Cognitive Radio Networks Specrum-Aware Daa Replicaion in Inermienly Conneced Cogniive Radio Neworks Absrac The opening of under-uilized specrum creaes an opporuniy for unlicensed users o achieve subsanial performance improvemen

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

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

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

More information

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

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

More information

NASDAQ-100 Futures Index SM Methodology

NASDAQ-100 Futures Index SM Methodology NASDAQ-100 Fuures Index SM Mehodology Index Descripion The NASDAQ-100 Fuures Index (The Fuures Index ) is designed o rack he performance of a hypoheical porfolio holding he CME NASDAQ-100 E-mini Index

More information

Constant Data Length Retrieval for Video Servers with Variable Bit Rate Streams

Constant Data Length Retrieval for Video Servers with Variable Bit Rate Streams IEEE Inernaional Conference on Mulimedia Compuing & Sysems, June 17-3, 1996, in Hiroshima, Japan, p. 151-155 Consan Lengh Rerieval for Video Servers wih Variable Bi Rae Sreams Erns Biersack, Frédéric Thiesse,

More information

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results:

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results: For more informaion on geneics and on Rheumaoid Arhriis: Published work referred o in he resuls: The geneics revoluion and he assaul on rheumaoid arhriis. A review by Michael Seldin, Crisopher Amos, Ryk

More information

Chapter 10 Social Security 1

Chapter 10 Social Security 1 Chaper 0 Social Securiy 0. Inroducion A ypical social securiy sysem provides income during periods of unemploymen, ill-healh or disabiliy, and financial suppor, in he form of pensions, o he reired. Alhough

More information

2.5 Life tables, force of mortality and standard life insurance products

2.5 Life tables, force of mortality and standard life insurance products Soluions 5 BS4a Acuarial Science Oford MT 212 33 2.5 Life ables, force of moraliy and sandard life insurance producs 1. (i) n m q represens he probabiliy of deah of a life currenly aged beween ages + n

More information

ARCH 2013.1 Proceedings

ARCH 2013.1 Proceedings Aricle from: ARCH 213.1 Proceedings Augus 1-4, 212 Ghislain Leveille, Emmanuel Hamel A renewal model for medical malpracice Ghislain Léveillé École d acuaria Universié Laval, Québec, Canada 47h ARC Conference

More information

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

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

More information

Data Migration Model and Algorithm between Heterogeneous Databases based on Web Service

Data Migration Model and Algorithm between Heterogeneous Databases based on Web Service JOURNAL OF NETWORKS, VOL. 9, NO. 11, NOVEMBER 2014 3127 Daa Migraion Model and Algorihm beween Heerogeneous Daabases based on Web Service Guowei Wang and Zongpu Jia School of Compuer Science and Technology,

More information

Situated vs. Global Aggregation Schemes for Autonomous Management Systems

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

More information

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

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

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

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

More information