EC 413 Computer Organization

Size: px
Start display at page:

Download "EC 413 Computer Organization"

Transcription

1 EC 413 Computer Organzaton CPU Performance Evaluaton Prof. Mchel A. Knsy

2 Performance Measurement Processor performance: Executon tme Area Logc complexty Power Tme = Instructons Cycles Tme Program Program * Instructon * Cycle In ths class we wll focus on Executon tme

3 Compler Effects on Performance CPU tme = Instructon count x CPI / Clock rate A machne runnng at 100 MHz has these nstructon classes Instructon class CPI A 1 B 2 C 3 For a gven program, two complers produced the followng nstructon counts Instructon counts (n mllons) for each nstructon class Code from: A B C Compler Compler

4 Compler Effects on Performance CPU tme = Instructon count x CPI / Clock rate For compler 1: CPI 1 = (5 x x x 3) / ( ) = 10 / 7 = 1.43 CPU tme 1 = (( ) x 10 6 x 1.43) / (100 x 10 6 ) = 1 second For compler 2: CPI 2 = (10 x x x 3) / ( ) = 15 / 12 = 1.25 CPU tme 2 = (( ) x 10 6 x 1.25) / (100 x 10 6 ) = 1.5 seconds

5 Processor Performance Speed Up Equatons for Ppelnng CPI ppelned = Ideal CPI + Average Stall cycle per Instructon Speedup = Ideal CPI X Ppelne Depth Ideal CPI + Ppelne stall CPI X Clock Cycle Unppelned Clock Cycle Ppelned If Ideal CPI = 1 Speed Up <= Ppelne Depth Speedup = Ppelne Depth 1 + Ppelne stall CPI X Clock Cycle Unppelned Clock Cycle Ppelned

6 Illustratve Example We want to compare the performance of two machnes. Whch machne s faster? Machne A: Dual ported memory - so there are no memory stalls Machne B: Sngle ported memory, but ts ppelned mplementaton has a 1.05 tmes faster clock rate Assumptons Ideal CPI = 1 for both Loads are 40% of nstructons executed

7 Illustratve Example We want to compare the performance of two machnes. Whch machne s faster? Machne A: Dual ported memory - so there are no memory stalls Machne B: Sngle ported memory, but ts ppelned mplementaton has a 1.05 tmes faster clock rate Assumptons Ideal CPI = 1 for both Loads are 40% of nstructons executed Machne A speed = Ppelne Depth/(1 + 0) x (clock unppelne /clock ppelne ) = Ppelne Depth Machne B speed = Ppelne Depth/( x 1) x (clock unppelne /clock ppelne ) = (Ppelne Depth/1.4) x (clock unppelne /(1.05 *clock unppelne )) = 0.68 x Ppelne Depth A Speed/ B Speed = Ppelne Depth / (0.68 x Ppelne Depth) = 1.47

8 By Gene Amdahl Ths law answers the crtcal queston: How much of a speedup one can get for a gven archtectural mprovement/enhancement? The performance enhancement possble due to a gven desgn mprovement s lmted by the amount that the mproved feature s used Performance mprovement or speedup due to enhancement E Executon Tme wthout E Speedup(E) = = Executon Tme wth E Performance wth E Performance wthout E

9 By Gene Amdahl Ths law answers the crtcal queston: How much of a speedup one can get for a gven archtectural mprovement/enhancement? Suppose that enhancement E accelerates a fracton F of the executon tme by a factor S and the remander of the tme s unaffected then: Executon Tme wth E = ((1-F) + F/S) x Executon Tme wthout E Hence speedup s gven by: Executon Tme wthout E 1 Speedup(E) = = ((1 - F) + F/S) x Executon Tme wthout E (1 - F) + F/S

10 For the RISC machne wth the followng nstructon composton: Op Freq Cycles CPI() % Tme ALU 50% % Load 20% % Store 10% % Branch 20% % If a CPU desgn enhancement mproves the CPI of load nstructons from 5 to 2, what s the resultng performance mprovement from ths enhancement

11 For the RISC machne wth the followng nstructon composton: Op Freq Cycles CPI() % Tme ALU 50% % Load 20% % Store 10% % Branch 20% % If a CPU desgn enhancement mproves the CPI of load nstructons from 5 to 2, what s the resultng performance mprovement from ths enhancement Fracton enhanced = F = 45% or.45 Unaffected fracton = 100% - 45% = 55% or.55 Factor of enhancement = 5/2 = Speedup(E) = = = 1.37 (1 - F) + F/S /2.5

12 For the RISC machne wth the followng nstructon composton: Op Freq Cycles CPI() % Tme ALU 50% % Load 20% % Store 10% % Branch 20% % If a CPU desgn enhancement mproves the CPI of load nstructons from 5 to 2, what s the resultng performance mprovement from ths enhancement

13 For the RISC machne wth the followng nstructon composton: Op Freq Cycles CPI() % Tme ALU 50% % Load 20% % Store 10% % Branch 20% % If a CPU desgn enhancement mproves the CPI of load nstructons from 5 to 2, what s the resultng performance mprovement from ths enhancement Old CPI = 2.2 New CPI =.5 x x x x 2 = 1.6 Orgnal Executon Tme Speedup(E) = = New Executon Tme Instructon count x old CPI x clock cycle Instructon count x new CPI x clock cycle old CPI 2.2 = = = 1.37 new CPI 1.6

14 A program takes 100 seconds to execute on a machne wth load operatons responsble for 80 seconds of ths tme. By how much must the load operaton be mproved to make the program four tmes faster?

15 A program takes 100 seconds to execute on a machne wth load operatons responsble for 80 seconds of ths tme. By how much must the load operaton be mproved to make the program four tmes faster? 100 Desred speedup = 4 = Executon Tme wth enhancement Executon tme wth enhancement = 100 * (1/4) = 25 seconds è 25 seconds = ( seconds) + 80 seconds / n è 25 seconds = 20 seconds + 80 seconds / n è 5 = 80 seconds / n è n = 80/5 = 16 Load operaton should be 16 tmes faster to get a speedup of 4!

16 A program takes 100 seconds to execute on a machne wth load operatons responsble for 80 seconds of ths tme. By how much must the load operaton be mproved to make the program fve tmes faster?

17 A program takes 100 seconds to execute on a machne wth load operatons responsble for 80 seconds of ths tme. By how much must the load operaton be mproved to make the program fve tmes faster? 100 Desred speedup = 5 = Executon Tme wth enhancement Executon tme wth enhancement = 100 * (1/5) = 20 seconds è 20 seconds = ( seconds) + 80 seconds / n è 20 seconds = 20 seconds + 80 seconds / n è 0 = 80 seconds / n No amount of load operaton mprovement wll be able acheve ths speed

18 Multple Enhancements Suppose that enhancement E accelerates a fracton F of the executon tme by a factor S and the remander of the tme s unaffected then: Speedup = ((1 Orgnal Executon Tme F )+ F ) S 1 Speedup = (( 1- ) + å F x Orgnal Executon Tme å F S )

19 Multple Enhancements Three CPU performance enhancements are proposed wth the followng speedups and percentage of the code executon tme affected: Speedup 1 = S 1 = 10 Percentage 1 = F 1 = 20% Speedup 2 = S 2 = 15 Percentage 1 = F 2 = 15% Speedup 3 = S 3 = 30 Percentage 1 = F 3 = 10% Whle all three enhancements are n place n the new desgn, each enhancement affects a dfferent porton of the code and only one enhancement can be used at a tme. What s the resultng overall speedup? 1 Speedup = (( 1- ) + å F å F S )

20 Multple Enhancements Three CPU performance enhancements are proposed wth the followng speedups and percentage of the code executon tme affected: Speedup 1 = S 1 = 10 Percentage 1 = F 1 = 20% Speedup 2 = S 2 = 15 Percentage 1 = F 2 = 15% Speedup 3 = S 3 = 30 Percentage 1 = F 3 = 10% Whle all three enhancements are n place n the new desgn, each enhancement affects a dfferent porton of the code and only one enhancement can be used at a tme. What s the resultng overall speedup? 1 Speedup = (( 1- ) + Speedup = 1 / [( ) +.2/ /15 +.1/30)] = 1 / [ ] = 1 /.5833 = 1.71 å å F F S )

21 Key Insghts The performance of any system s constraned by the speed or capacty of the slowest pont The mpact of an effort to mprove the performance of a program s prmarly constraned by the amount of tme that the program spends n parts of the program NOT TARGETED by the effort Amdahl's Law s a statement of the maxmum theoretcal speed-up you can ever hope to acheve The actual speed-ups are always less than the speedup predcted by Amdahl's Law

22 For software and hardware engneers MUST have a very deep understandng of Amdahl's Law f they are to avod havng unrealstc performance expectatons 1. For systems folks: ths law allows you to estmate the net performance beneft a new hardware feature wll add to program executons 1. For software folks: ths law allows you to estmate the amount of parallelsm your program/algorthm can acheve before you start wrtng your parallel code

23 Memory Prmtves Next Class

EXERCISES ON PERFORMANCE EVALUATION

EXERCISES ON PERFORMANCE EVALUATION EXERCISES ON PERFORMANCE EVALUATION Exercise 1 A program is executed for 1 sec, on a processor with a clock cycle of 50 nsec and Throughput 1 = 15 MIPS. 1. How much is the CPI 1, for the program? T CLOCK

More information

Why know about performance

Why know about performance 1 Performance Today we ll discuss issues related to performance: Latency/Response Time/Execution Time vs. Throughput How do you make a reasonable performance comparison? The 3 components of CPU performance

More information

FPGA Acceleration of Monte-Carlo Based Credit Derivatives Pricing

FPGA Acceleration of Monte-Carlo Based Credit Derivatives Pricing FPGA Acceleraton of Monte-Carlo Based Credt Dervatves Prcng Alexander Kaganov 1, Asf Lakhany 2, Paul Chow 1 1 Department of Electrcal and Computer Engneerng, Unversty of Toronto 2 Quanttatve Research,

More information

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering

BCN1043. By Dr. Mritha Ramalingam. Faculty of Computer Systems & Software Engineering BCN1043 By Dr. Mritha Ramalingam Faculty of Computer Systems & Software Engineering mritha@ump.edu.my http://ocw.ump.edu.my/ authors Dr. Mohd Nizam Mohmad Kahar (mnizam@ump.edu.my) Jamaludin Sallim (jamal@ump.edu.my)

More information

Macroeconomic Theory and Policy

Macroeconomic Theory and Policy ECO 209 Macroeconomc Theory and Polcy Lecture 7: The Open Economy wth Fxed Exchange Rates Gustavo Indart Slde 1 Open Economy under Fxed Exchange Rates Let s consder an open economy wth no captal moblty

More information

Mark Redekopp, All rights reserved. EE 357 Unit 12. Performance Modeling

Mark Redekopp, All rights reserved. EE 357 Unit 12. Performance Modeling EE 357 Unit 12 Performance Modeling An Opening Question An Intel and a Sun/SPARC computer measure their respective rates of instruction execution on the same application written in C Mark Redekopp, All

More information

Anne Bracy CS 3410 Computer Science Cornell University

Anne Bracy CS 3410 Computer Science Cornell University Anne Bracy CS 3410 Computer Science Cornell University These slides are the product of many rounds of teaching CS 3410 by Professors Weatherspoon, Bala, Bracy, and Sirer. Complex question How fast is the

More information

Macroeconomic Theory and Policy

Macroeconomic Theory and Policy ECO 209 Macroeconomc Theory and Polcy Lecture 7: The Open Economy wth Fxed Exchange Rates Gustavo Indart Slde 1 Open Economy under Fxed Exchange Rates Let s consder an open economy wth no captal moblty

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

2) In the medium-run/long-run, a decrease in the budget deficit will produce:

2) In the medium-run/long-run, a decrease in the budget deficit will produce: 4.02 Quz 2 Solutons Fall 2004 Multple-Choce Questons ) Consder the wage-settng and prce-settng equatons we studed n class. Suppose the markup, µ, equals 0.25, and F(u,z) = -u. What s the natural rate of

More information

Money, Banking, and Financial Markets (Econ 353) Midterm Examination I June 27, Name Univ. Id #

Money, Banking, and Financial Markets (Econ 353) Midterm Examination I June 27, Name Univ. Id # Money, Bankng, and Fnancal Markets (Econ 353) Mdterm Examnaton I June 27, 2005 Name Unv. Id # Note: Each multple-choce queston s worth 4 ponts. Problems 20, 21, and 22 carry 10, 8, and 10 ponts, respectvely.

More information

ECO 209Y MACROECONOMIC THEORY AND POLICY LECTURE 8: THE OPEN ECONOMY WITH FIXED EXCHANGE RATES

ECO 209Y MACROECONOMIC THEORY AND POLICY LECTURE 8: THE OPEN ECONOMY WITH FIXED EXCHANGE RATES ECO 209 MACROECONOMIC THEOR AND POLIC LECTURE 8: THE OPEN ECONOM WITH FIXED EXCHANGE RATES Gustavo Indart Slde 1 OPEN ECONOM UNDER FIXED EXCHANGE RATES Let s consder an open economy wth no captal moblty

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

Data Mining Linear and Logistic Regression

Data Mining Linear and Logistic Regression 07/02/207 Data Mnng Lnear and Logstc Regresson Mchael L of 26 Regresson In statstcal modellng, regresson analyss s a statstcal process for estmatng the relatonshps among varables. Regresson models are

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

Least Cost Strategies for Complying with New NOx Emissions Limits

Least Cost Strategies for Complying with New NOx Emissions Limits Least Cost Strateges for Complyng wth New NOx Emssons Lmts Internatonal Assocaton for Energy Economcs New England Chapter Presented by Assef A. Zoban Tabors Caramans & Assocates Cambrdge, MA 02138 January

More information

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8 Department of Economcs Prof. Gustavo Indart Unversty of Toronto November 9, 2006 SOLUTION ECO 209Y MACROECONOMIC THEORY Term Test #1 A LAST NAME FIRST NAME STUDENT NUMBER Crcle your secton of the course:

More information

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8

University of Toronto November 9, 2006 ECO 209Y MACROECONOMIC THEORY. Term Test #1 L0101 L0201 L0401 L5101 MW MW 1-2 MW 2-3 W 6-8 Department of Economcs Prof. Gustavo Indart Unversty of Toronto November 9, 2006 SOLUTION ECO 209Y MACROECONOMIC THEORY Term Test #1 C LAST NAME FIRST NAME STUDENT NUMBER Crcle your secton of the course:

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

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

Available online at   ScienceDirect. Procedia Computer Science 24 (2013 ) 9 14 Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 24 (2013 ) 9 14 17th Asa Pacfc Symposum on Intellgent and Evolutonary Systems, IES2013 A Proposal of Real-Tme Schedulng Algorthm

More information

How Computers Work Lecture 12

How Computers Work Lecture 12 How Computers Work Lecture 12 A Common Chore of College Life Introduction to Pipelining How Computers Work Lecture 12 Page 1 How Computers Work Lecture 12 Page 2 Page 1 1 Propagation Times Doing 1 Load

More information

Value of L = V L = VL = VU =$48,000,000 (ii) Owning 1% of firm U provides a dollar return of.01 [EBIT(1-T C )] =.01 x 6,000,000 = $60,000.

Value of L = V L = VL = VU =$48,000,000 (ii) Owning 1% of firm U provides a dollar return of.01 [EBIT(1-T C )] =.01 x 6,000,000 = $60,000. OLUTION 1. A company wll call a bond when the market prce of the bond s at or above the call prce. For a zero-coupon bond, ths wll never happen because the market prce wll always be below the face value.

More information

Mathematical Thinking Exam 1 09 October 2017

Mathematical Thinking Exam 1 09 October 2017 Mathematcal Thnkng Exam 1 09 October 2017 Name: Instructons: Be sure to read each problem s drectons. Wrte clearly durng the exam and fully erase or mark out anythng you do not want graded. You may use

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

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

/ 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

Final Examination MATH NOTE TO PRINTER

Final Examination MATH NOTE TO PRINTER Fnal Examnaton MATH 329 2005 01 1 NOTE TO PRINTER (These nstructons are for the prnter. They should not be duplcated.) Ths examnaton should be prnted on 8 1 2 14 paper, and stapled wth 3 sde staples, so

More information

CSE Lecture 13/14 In Class Handout For all of these problems: HAS NOT CANNOT Add Add Add must wait until $5 written by previous add;

CSE Lecture 13/14 In Class Handout For all of these problems: HAS NOT CANNOT Add Add Add must wait until $5 written by previous add; CSE 30321 Lecture 13/14 In Class Handout For the sequence of instructions shown below, show how they would progress through the pipeline. For all of these problems: - Stalls are indicated by placing the

More information

Chapter 8 Operational (OP) Amplifiers

Chapter 8 Operational (OP) Amplifiers hapter 8 Operatonal (OP) Amplfers Jaesung Jang Ideal Amplfers Basc Ideal OP amp rcuts Acte lters Physcal Lmtatons of Practcal OP amps ef: edra/mth, Mcroelectronc rcuts, 3rd ed., 99, hap. & Amplfers - gnal

More information

2.1 The Inverting Configuration

2.1 The Inverting Configuration /3/0 secton _ The nertng confguraton /. The Inertng Confguraton eadng Assgnment: pp. 6876 One use of amps s to make amplfers! Ths seems rather obous, but remember an amp by tself has too much gan to be

More information

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x LEAST-SQUARES FIT (Chapter 8) Ft the best straght lne (parabola, etc.) to a gven set of ponts. Ths wll be done by mnmzng the sum of squares of the vertcal dstances (called resduals) from the ponts to 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

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

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

Quiz on Deterministic part of course October 22, 2002

Quiz on Deterministic part of course October 22, 2002 Engneerng ystems Analyss for Desgn Quz on Determnstc part of course October 22, 2002 Ths s a closed book exercse. You may use calculators Grade Tables There are 90 ponts possble for the regular test, or

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

Fall 2017 Social Sciences 7418 University of Wisconsin-Madison Problem Set 3 Answers

Fall 2017 Social Sciences 7418 University of Wisconsin-Madison Problem Set 3 Answers ublc Affars 854 enze D. Chnn Fall 07 Socal Scences 748 Unversty of Wsconsn-adson roblem Set 3 Answers Due n Lecture on Wednesday, November st. " Box n" your answers to the algebrac questons.. Fscal polcy

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

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

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

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

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE SOLUTIONS Interest Theory SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS Interest Theory Ths page ndcates changes made to Study Note FM-09-05. January 14, 014: Questons and solutons 58 60 were added.

More information

YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH A Test #2 November 03, 2014

YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH A Test #2 November 03, 2014 Famly Name prnt): YORK UNIVERSITY Faculty of Scence Department of Mathematcs and Statstcs MATH 2280.00 A Test #2 November 0, 2014 Solutons Gven Name: Student No: Sgnature: INSTRUCTIONS: 1. Please wrte

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

MgtOp 215 Chapter 13 Dr. Ahn

MgtOp 215 Chapter 13 Dr. Ahn MgtOp 5 Chapter 3 Dr Ahn Consder two random varables X and Y wth,,, In order to study the relatonshp between the two random varables, we need a numercal measure that descrbes the relatonshp The covarance

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

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

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

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

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

FROM THE ANSWER SERIES

FROM THE ANSWER SERIES FINNCIL MTHS QUESTIONS & NSWERS 1 FROM THE NSWER SERIES publshed by : The nswer 210 Man Road CLREMONT 7708 Cape Town tel: (021) 671 0837 fa: (021) 671 256 e-mal: nfo@theanswerseres.co.za www.theanswerseres.co.za

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

FM303. CHAPTERS COVERED : CHAPTERS 5, 8 and 9. LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3. DUE DATE : 3:00 p.m. 19 MARCH 2013

FM303. CHAPTERS COVERED : CHAPTERS 5, 8 and 9. LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3. DUE DATE : 3:00 p.m. 19 MARCH 2013 Page 1 of 11 ASSIGNMENT 1 ST SEMESTER : FINANCIAL MANAGEMENT 3 () CHAPTERS COVERED : CHAPTERS 5, 8 and 9 LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3 DUE DATE : 3:00 p.m. 19 MARCH 2013 TOTAL MARKS : 100 INSTRUCTIONS

More information

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

Construction Rules for Morningstar Canada Dividend Target 30 Index TM

Construction Rules for Morningstar Canada Dividend Target 30 Index TM Constructon Rules for Mornngstar Canada Dvdend Target 0 Index TM Mornngstar Methodology Paper January 2012 2011 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property of Mornngstar,

More information

Chapter 15: Debt and Taxes

Chapter 15: Debt and Taxes Chapter 15: Debt and Taxes-1 Chapter 15: Debt and Taxes I. Basc Ideas 1. Corporate Taxes => nterest expense s tax deductble => as debt ncreases, corporate taxes fall => ncentve to fund the frm wth debt

More information

CS 230 Winter 2013 Tutorial 7 Monday, March 4, 2013

CS 230 Winter 2013 Tutorial 7 Monday, March 4, 2013 CS 230 Winter 2013 Tutorial 7 Monday, March 4, 2013 1. This question is based on one from the text book Computer Organization and Design (Patterson/Hennessy): Consider two different implementations of

More information

Construction Rules for Morningstar Canada Dividend Target 30 Index TM

Construction Rules for Morningstar Canada Dividend Target 30 Index TM Constructon Rules for Mornngstar Canada Dvdend Target 0 Index TM Mornngstar Methodology Paper January 2012 2011 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property of Mornngstar,

More information

Linear Combinations of Random Variables and Sampling (100 points)

Linear Combinations of Random Variables and Sampling (100 points) Economcs 30330: Statstcs for Economcs Problem Set 6 Unversty of Notre Dame Instructor: Julo Garín Sprng 2012 Lnear Combnatons of Random Varables and Samplng 100 ponts 1. Four-part problem. Go get some

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

7.4. Annuities. Investigate

7.4. Annuities. Investigate 7.4 Annutes How would you lke to be a mllonare wthout workng all your lfe to earn t? Perhaps f you were lucky enough to wn a lottery or have an amazng run on a televson game show, t would happen. For most

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

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

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 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

Clearing Notice SIX x-clear Ltd

Clearing Notice SIX x-clear Ltd Clearng Notce SIX x-clear Ltd 1.0 Overvew Changes to margn and default fund model arrangements SIX x-clear ( x-clear ) s closely montorng the CCP envronment n Europe as well as the needs of ts Members.

More information

Which of the following provides the most reasonable approximation to the least squares regression line? (a) y=50+10x (b) Y=50+x (d) Y=1+50x

Which of the following provides the most reasonable approximation to the least squares regression line? (a) y=50+10x (b) Y=50+x (d) Y=1+50x Whch of the followng provdes the most reasonable approxmaton to the least squares regresson lne? (a) y=50+10x (b) Y=50+x (c) Y=10+50x (d) Y=1+50x (e) Y=10+x In smple lnear regresson the model that s begn

More information

CS429: Computer Organization and Architecture

CS429: Computer Organization and Architecture CS429: Computer Organization and Architecture Warren Hunt, Jr. and Bill Young epartment of Computer Sciences University of Texas at Austin Last updated: November 5, 2014 at 11:25 CS429 Slideset 16: 1 Control

More information

Improved Marginal Loss Calculations During Hours of Transmission Congestion

Improved Marginal Loss Calculations During Hours of Transmission Congestion Improved Margnal Loss Calculatons Durng Hours of Transmsson Congeston Judth B. Cardell Smth College jcardell@smth.edu Abstract Shortcomngs of the current polcy focus and accepted mplementatons for calculatng

More information

Morningstar After-Tax Return Methodology

Morningstar After-Tax Return Methodology Mornngstar After-Tax Return Methodology Mornngstar Research Report 24 October 2003 2003 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property of Mornngstar, Inc. Reproducton

More information

Elton, Gruber, Brown and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 4

Elton, Gruber, Brown and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 4 Elton, Gruber, Brown and Goetzmann Modern ortfolo Theory and Investment Analyss, 7th Edton Solutons to Text roblems: Chapter 4 Chapter 4: roblem 1 A. Expected return s the sum of each outcome tmes ts assocated

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

Notes are not permitted in this examination. Do not turn over until you are told to do so by the Invigilator.

Notes are not permitted in this examination. Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Economcs Man Seres PG Examnaton 2016-17 BANKING ECONOMETRICS ECO-7014A Tme allowed: 2 HOURS Answer ALL FOUR questons. Queston 1 carres a weght of 30%; queston 2 carres

More information

Payments and Reporting

Payments and Reporting Quck Start Gude Access Onlne Payments and Reportng February 2018 Usage of the applcaton and descrpton of the commonly used functonaltes. General The Quck Start Gude Payments and Reportng s ntended for

More information

Global Optimization in Multi-Agent Models

Global Optimization in Multi-Agent Models Global Optmzaton n Mult-Agent Models John R. Brge R.R. McCormck School of Engneerng and Appled Scence Northwestern Unversty Jont work wth Chonawee Supatgat, Enron, and Rachel Zhang, Cornell 11/19/2004

More information

Administrative Services (4510P)

Administrative Services (4510P) Department: Publc Works FY 2003 and 2004 Recommended Budget Program Outcome Statement The Admnstratve Servces Dvson gudes and supports the department n accomplshng ts msson through collaboratve, nnovatve

More information

Dept of Mathematics and Statistics King Fahd University of Petroleum & Minerals

Dept of Mathematics and Statistics King Fahd University of Petroleum & Minerals Dept of Mathematcs and Statstcs Kng Fahd Unversty of Petroleum & Mnerals AS201: Fnancal Mathematcs Dr. Mohammad H. Omar Major Exam 2 FORM B Soluton Aprl 16 2012 6.30pm-8.00pm Name ID#: Seral #: Instructons.

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

Xiaoli Lu VA Cooperative Studies Program, Perry Point, MD

Xiaoli Lu VA Cooperative Studies Program, Perry Point, MD A SAS Program to Construct Smultaneous Confdence Intervals for Relatve Rsk Xaol Lu VA Cooperatve Studes Program, Perry Pont, MD ABSTRACT Assessng adverse effects s crtcal n any clncal tral or nterventonal

More information

Welfare Aspects in the Realignment of Commercial Framework. between Japan and China

Welfare Aspects in the Realignment of Commercial Framework. between Japan and China Prepared for the 13 th INFORUM World Conference n Huangshan, Chna, July 3 9, 2005 Welfare Aspects n the Realgnment of Commercal Framework between Japan and Chna Toshak Hasegawa Chuo Unversty, Japan Introducton

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

Homework 1 Answers` Page 1 of 12

Homework 1 Answers` Page 1 of 12 Homework Answers` Page of PbAf Unversty of Washngton Homework Assgnment # On ths homework assgnment, I wll be gradng the smallest prme number between and 0, and 0, and 0 and so on. To clarfy ths, the frst

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

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

4: SPOT MARKET MODELS

4: SPOT MARKET MODELS 4: SPOT MARKET MODELS INCREASING COMPETITION IN THE BRITISH ELECTRICITY SPOT MARKET Rchard Green (1996) - Journal of Industral Economcs, Vol. XLIV, No. 2 PEKKA SULAMAA The obect of the paper Dfferent polcy

More information

ISyE 512 Chapter 9. CUSUM and EWMA Control Charts. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison

ISyE 512 Chapter 9. CUSUM and EWMA Control Charts. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison ISyE 512 hapter 9 USUM and EWMA ontrol harts Instructor: Prof. Kabo Lu Department of Industral and Systems Engneerng UW-Madson Emal: klu8@wsc.edu Offce: Room 317 (Mechancal Engneerng Buldng) ISyE 512 Instructor:

More information

Discrete Dynamic Shortest Path Problems in Transportation Applications

Discrete Dynamic Shortest Path Problems in Transportation Applications 17 Paper No. 98-115 TRANSPORTATION RESEARCH RECORD 1645 Dscrete Dynamc Shortest Path Problems n Transportaton Applcatons Complexty and Algorthms wth Optmal Run Tme ISMAIL CHABINI A soluton s provded for

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

Chapter 5 Student Lecture Notes 5-1

Chapter 5 Student Lecture Notes 5-1 Chapter 5 Student Lecture Notes 5-1 Basc Busness Statstcs (9 th Edton) Chapter 5 Some Important Dscrete Probablty Dstrbutons 004 Prentce-Hall, Inc. Chap 5-1 Chapter Topcs The Probablty Dstrbuton of a Dscrete

More information

Flight Delays, Capacity Investment and Welfare under Air Transport Supply-demand Equilibrium

Flight Delays, Capacity Investment and Welfare under Air Transport Supply-demand Equilibrium Flght Delays, Capacty Investment and Welfare under Ar Transport Supply-demand Equlbrum Bo Zou 1, Mark Hansen 2 1 Unversty of Illnos at Chcago 2 Unversty of Calforna at Berkeley 2 Total economc mpact of

More information

Dept of Mathematics and Statistics King Fahd University of Petroleum & Minerals

Dept of Mathematics and Statistics King Fahd University of Petroleum & Minerals Dept of Mathematcs and Statstcs Kng Fahd Unversty of Petroleum & Mnerals AS201: Fnancal Mathematcs Dr. Mohammad H. Omar Major Exam 2 FORM B Soluton November 27 2012 6.30pm-8.00pm Name ID#: Seral #: Instructons.

More information

Problems to be discussed at the 5 th seminar Suggested solutions

Problems to be discussed at the 5 th seminar Suggested solutions ECON4260 Behavoral Economcs Problems to be dscussed at the 5 th semnar Suggested solutons Problem 1 a) Consder an ultmatum game n whch the proposer gets, ntally, 100 NOK. Assume that both the proposer

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

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ.

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ. Fnal s Wed May 7, 12:50-2:50 You are allowed 15 sheets of notes and a calculator The fnal s cumulatve, so you should know everythng on the frst 4 revews Ths materal not on those revews 184) Suppose S t

More information

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS QUESTIONS 9.1. (a) In a log-log model the dependent and all explanatory varables are n the logarthmc form. (b) In the log-ln model the dependent varable

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

Improvement and Test of Stock Index Futures Trading Model Based on Bollinger Bands

Improvement and Test of Stock Index Futures Trading Model Based on Bollinger Bands Internatonal Journal of Economcs and Fnance; Vol. 9, o. 1; 2017 ISS 1916-971X E-ISS 1916-9728 Publshed by Canadan Center of Scence and Educaton Improvement and Test of Stock Index Futures Tradng Model

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

Efficient Project Portfolio as a Tool for Enterprise Risk Management

Efficient Project Portfolio as a Tool for Enterprise Risk Management Effcent Proect Portfolo as a Tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company Enterprse Rsk Management Symposum Socety of Actuares Chcago,

More information