Lecture 5: Performance Analysis (part 1)

Size: px
Start display at page:

Download "Lecture 5: Performance Analysis (part 1)"

Transcription

1 Lecture 5: Performance Analysis (art 1) 1

2 Tyical Time Measurements Dark grey: time sent on comutation, decreasing with # of rocessors White: time sent on communication, increasing with # of rocessors Oerations in a arallel rogram: 1. Comutation that must be erformed sequentially 2. Comutations that van be erformed in arallel 3. Parallel overhead including communication and redundant comutations 2

3 Basic Units n roblem size number of rocessors σ(n) inherently sequential ortion of comutation φ(n) ortion of arallelizable comutation κ(n, ) arallelization overhead Seedu Ψ n, Efficiency ε n, = = sequential execution time arallel execution time sequential execution time rocessors used arallel execution time 3

4 Amdahl s Law (1) Sequential execution time = σ n + φ(n) Assume that the arallel ortion of the comutation that can be executed in arallel divides u erfectly among rocessors Parallel execution time σ n + Seedu Ψ n, Efficiency ε n, σ n + σ n +φ(n) +κ(n,) σ n +φ(n) σ n + +κ(n,) + κ(n, ) 4

5 Amdahl s Law (2) If the arallel overhead κ n, is neglected, then Seedu Ψ n, σ n +φ(n) σ n + Let f be the inherently sequential ortion of the comutation, f = σ n σ n +φ(n) 5

6 Amdahl s Law (3) Ψ n, Ψ n, Ψ n, Ψ n, σ n + σ n + σ n /f σ n + σ n ( 1 f 1)/ 1/f 1 + ( 1 f 1)/ 1 f + (1 f)/ Amdahl s Law: Let f be the fraction of oerations in a comutation that must be erformed sequentially, where 0 f 1. The maximum seedu Ψ n, achieved by a arallel comuter with rocessors erforming the comutation is Ψ n, 1 f+ (1 f)/ Uer limit: as, Ψ n, 1 f+ 1 f < 1 f 6

7 Seedu vs. f Amdahl s law assumes that the roblem size is fixed. It rovides an uer bound on the seedu achievable by alying a certain number of rocessors. 7

8 Examle 1 If 90% of the comutation can be arallelized, what is the max. seedu achievable using 8 rocessors? Solution: f = 10%, Ψ n,

9 Suose σ n Examle 2 = n = n2 100 What is the max. seedu achievable on a roblem of size n = 10000? Solution: Ψ n, σ n σ n / 9

10 Remark Parallelization overhead κ(n, ) is ignored by Amdahl s law Otimistic estimate of seedu The roblem size n is constant for various values Amdahl s law does not consider solving larger roblems with more rocessors Amdahl effect Tyically κ(n, ) has lower comlexity than. For a fixed number of rocessors, seedu is usually an increasing function of the roblem size. The inherently sequential ortion f may decrease when n increases Amdahl s law (Ψ n, < 1 ) can under estimate seedu for large f roblems 10

11 Gustafson-Barsis s Law Amdahl s law assumes that the roblem size is fixed and show how increasing rocessors can reduce time. Let the roblem size increase with the number of rocessors. Let s be the fraction of time sent by a arallel comutation using rocessors on erforming inherently sequential oerations. s = so 1 s = σ n σ n + / σ n + 11

12 σ n = σ n + s = σ n + 1 s σ n + Ψ n, σ n + ) = (s+ 1 s )(σ n + σ n + = s + 1 s = + 1 s Gustafson-Barsis s law: Given a arallel rogram of size n using rocessors, let s be the fraction of total execution time sent in serial code. The maximum seedu Ψ n, achieved by the rogram is Ψ n, + 1 s 12

13 Remark Gustafson-Barsis s law allows to solve larger roblems using more rocessors. The seedu is called scaled seedu. Since arallelization overhead κ(n, ) is ignored, Gustafson-Barsis s law may over estimate the seedu. Since Ψ n, + 1 s = 1 s, the best achievable seedu is Ψ n,. If s = 1, then there is no seedu. 13

14 Examle An alication executing on 64 rocessors using 5% of the total time on non-arallelizable comutations. What is the scaled seedu? Solution: s = 0.05, Ψ n, + 1 s = =

15 Kar-Flatt Metric Both Amdahl s law and Gustafson-Barsis s law ignore the arallelization overhead κ(n, ), they overestimate the achievable seedu. Recall: Parallel execution time T n, = σ n + Sequential execution time T n, 1 = σ n + + κ(n, ) Define exerimentally determined serial fraction e of arallel comutation: e n, = σ n +κ(n,) σ n + 15

16 exerimentally determined serial fraction e may either stay constant with resect to (meaning that the arallelization overhead is negligible) or increase with resect to (meaning that arallelization overhead dominates the seedu ) Given Ψ n, using rocessors, how to determine e n,? 16

17 Since T n, Ψ n, = Therefore, 1 Ψ = T n, 1 e + T n,1 (1 e) and Ψ n, T(n, 1) T n, 1 (1 e) T n, 1 e + = e + 1 e e = 1 Ψ = = T(n,1) T(n,) 1 e + 1 e 17

18 Examle 1 Benchmarking a arallel rogram on 1, 2,, 8 rocessors roduces the following seedu results: Ψ n, What is the rimary reason for the arallel rogram achieving a seedu of only 4.71 on 8 rocessors? 18

19 Solution: Comute e n, corresonding to each data oint: Ψ n, e n, Since the exerimentally determined serial fraction e n, is not increasing with, the rimary reason for the oor seedu is the 10% of the comutation that is inherently sequential. Parallel overhead is not the reason for the oor seedu. 19

20 Examle 2 Benchmarking a arallel rogram on 1, 2,, 8 rocessors roduces the following seedu results: Ψ n, What is the rimary reason for the arallel rogram achieving a seedu of 4.71 on 8 rocessors? Solution: Ψ n, e Since the exerimentally determined serial fraction e is steadily increasing with, arallel overhead also contributes to the oor seedu. 20

Supplemental Material: Buyer-Optimal Learning and Monopoly Pricing

Supplemental Material: Buyer-Optimal Learning and Monopoly Pricing Sulemental Material: Buyer-Otimal Learning and Monooly Pricing Anne-Katrin Roesler and Balázs Szentes February 3, 207 The goal of this note is to characterize buyer-otimal outcomes with minimal learning

More information

Worst-case evaluation complexity for unconstrained nonlinear optimization using high-order regularized models

Worst-case evaluation complexity for unconstrained nonlinear optimization using high-order regularized models Worst-case evaluation comlexity for unconstrained nonlinear otimization using high-order regularized models E. G. Birgin, J. L. Gardenghi, J. M. Martínez, S. A. Santos and Ph. L. Toint 2 Aril 26 Abstract

More information

Non-Inferiority Tests for the Ratio of Two Correlated Proportions

Non-Inferiority Tests for the Ratio of Two Correlated Proportions Chater 161 Non-Inferiority Tests for the Ratio of Two Correlated Proortions Introduction This module comutes ower and samle size for non-inferiority tests of the ratio in which two dichotomous resonses

More information

Sampling Procedure for Performance-Based Road Maintenance Evaluations

Sampling Procedure for Performance-Based Road Maintenance Evaluations Samling Procedure for Performance-Based Road Maintenance Evaluations Jesus M. de la Garza, Juan C. Piñero, and Mehmet E. Ozbek Maintaining the road infrastructure at a high level of condition with generally

More information

The Impact of Flexibility And Capacity Allocation On The Performance of Primary Care Practices

The Impact of Flexibility And Capacity Allocation On The Performance of Primary Care Practices University of Massachusetts Amherst ScholarWorks@UMass Amherst Masters Theses 1911 - February 2014 2010 The Imact of Flexibility And Caacity Allocation On The Performance of Primary Care Practices Liang

More information

On the Power of Structural Violations in Priority Queues

On the Power of Structural Violations in Priority Queues On the Power of Structural Violations in Priority Queues Amr Elmasry 1, Claus Jensen 2, Jyrki Katajainen 2, 1 Comuter Science Deartment, Alexandria University Alexandria, Egyt 2 Deartment of Comuting,

More information

SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION

SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION ISSN -58 (Paer) ISSN 5-5 (Online) Vol., No.9, SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION Dr. ketki kulkarni Jayee University of Engineering and Technology Guna

More information

Confidence Intervals for a Proportion Using Inverse Sampling when the Data is Subject to False-positive Misclassification

Confidence Intervals for a Proportion Using Inverse Sampling when the Data is Subject to False-positive Misclassification Journal of Data Science 13(015), 63-636 Confidence Intervals for a Proortion Using Inverse Samling when the Data is Subject to False-ositive Misclassification Kent Riggs 1 1 Deartment of Mathematics and

More information

EconS Intermediate Microeconomics without Calculus Set 2 Homework Solutions

EconS Intermediate Microeconomics without Calculus Set 2 Homework Solutions Econ - Intermediate Microeconomics without Calculus et Homework olutions Assignment &. Consider the market for football tickets. It faces the following suly and demand functions = + = 8 + Y + B where is

More information

LECTURE NOTES ON MICROECONOMICS

LECTURE NOTES ON MICROECONOMICS LECTURE NOTES ON MCROECONOMCS ANALYZNG MARKETS WTH BASC CALCULUS William M. Boal Part : Consumers and demand Chater 5: Demand Section 5.: ndividual demand functions Determinants of choice. As noted in

More information

Lecture 2. Main Topics: (Part II) Chapter 2 (2-7), Chapter 3. Bayes Theorem: Let A, B be two events, then. The probabilities P ( B), probability of B.

Lecture 2. Main Topics: (Part II) Chapter 2 (2-7), Chapter 3. Bayes Theorem: Let A, B be two events, then. The probabilities P ( B), probability of B. STT315, Section 701, Summer 006 Lecture (Part II) Main Toics: Chater (-7), Chater 3. Bayes Theorem: Let A, B be two events, then B A) = A B) B) A B) B) + A B) B) The robabilities P ( B), B) are called

More information

CS522 - Exotic and Path-Dependent Options

CS522 - Exotic and Path-Dependent Options CS522 - Exotic and Path-Deendent Otions Tibor Jánosi May 5, 2005 0. Other Otion Tyes We have studied extensively Euroean and American uts and calls. The class of otions is much larger, however. A digital

More information

Buyer-Optimal Learning and Monopoly Pricing

Buyer-Optimal Learning and Monopoly Pricing Buyer-Otimal Learning and Monooly Pricing Anne-Katrin Roesler and Balázs Szentes January 2, 217 Abstract This aer analyzes a bilateral trade model where the buyer s valuation for the object is uncertain

More information

Quantitative Aggregate Effects of Asymmetric Information

Quantitative Aggregate Effects of Asymmetric Information Quantitative Aggregate Effects of Asymmetric Information Pablo Kurlat February 2012 In this note I roose a calibration of the model in Kurlat (forthcoming) to try to assess the otential magnitude of the

More information

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest Plan Martingales 1. Basic Definitions 2. Examles 3. Overview of Results Reading: G&S Section 12.1-12.4 Next Time: More Martingales Midterm Exam: Tuesday 28 March in class Samle exam roblems ( Homework

More information

Management Accounting of Production Overheads by Groups of Equipment

Management Accounting of Production Overheads by Groups of Equipment Asian Social Science; Vol. 11, No. 11; 2015 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Center of Science and Education Management Accounting of Production verheads by Grous of Equiment Sokolov

More information

Application of Monte-Carlo Tree Search to Traveling-Salesman Problem

Application of Monte-Carlo Tree Search to Traveling-Salesman Problem R4-14 SASIMI 2016 Proceedings Alication of Monte-Carlo Tree Search to Traveling-Salesman Problem Masato Shimomura Yasuhiro Takashima Faculty of Environmental Engineering University of Kitakyushu Kitakyushu,

More information

Partially Ordered Preferences in Decision Trees: Computing Strategies with Imprecision in Probabilities

Partially Ordered Preferences in Decision Trees: Computing Strategies with Imprecision in Probabilities Partially Ordered Preferences in Decision Trees: Comuting trategies with Imrecision in Probabilities Daniel Kikuti scola Politécnica University of ão Paulo daniel.kikuti@oli.us.br Fabio G. Cozman scola

More information

Capital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows

Capital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows Caital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows ichael C. Ehrhardt Philli R. Daves Finance Deartment, SC 424 University of Tennessee Knoxville, TN 37996-0540 423-974-1717

More information

Publication Efficiency at DSI FEM CULS An Application of the Data Envelopment Analysis

Publication Efficiency at DSI FEM CULS An Application of the Data Envelopment Analysis Publication Efficiency at DSI FEM CULS An Alication of the Data Enveloment Analysis Martin Flégl, Helena Brožová 1 Abstract. The education and research efficiency at universities has always been very imortant

More information

The Impact of E-Commerce on Competition in the Retail Brokerage Industry

The Impact of E-Commerce on Competition in the Retail Brokerage Industry undled Incumbent vs. Online Entrant The Imact of E-Commerce on Cometition in the Retail rokerage Industry TECHNICL PPENDIX Proosition : In a duooly setting with an incumbent full service firm selling a

More information

First the Basic Background Knowledge especially for SUS students. But going farther:

First the Basic Background Knowledge especially for SUS students. But going farther: asic ackground Knowledge: Review of Economics for Economics students. Consumers Economics of the Environment and Natural Resources/ Economics of Sustainability K Foster, CCNY, Sring 0 First the asic ackground

More information

Worst-case evaluation complexity of regularization methods for smooth unconstrained optimization using Hölder continuous gradients

Worst-case evaluation complexity of regularization methods for smooth unconstrained optimization using Hölder continuous gradients Worst-case evaluation comlexity of regularization methods for smooth unconstrained otimization using Hölder continuous gradients C Cartis N I M Gould and Ph L Toint 26 June 205 Abstract The worst-case

More information

Evaluating methods for approximating stochastic differential equations

Evaluating methods for approximating stochastic differential equations Journal of Mathematical Psychology 50 (2006) 402 410 www.elsevier.com/locate/jm Evaluating methods for aroximating stochastic differential equations Scott D. Brown a,, Roger Ratcliff b, Phili L. Smith

More information

Information and uncertainty in a queueing system

Information and uncertainty in a queueing system Information and uncertainty in a queueing system Refael Hassin December 7, 7 Abstract This aer deals with the effect of information and uncertainty on rofits in an unobservable single server queueing system.

More information

Markov Decision Processes II

Markov Decision Processes II Markov Decision Processes II Daisuke Oyama Topics in Economic Theory December 17, 2014 Review Finite state space S, finite action space A. The value of a policy σ A S : v σ = β t Q t σr σ, t=0 which satisfies

More information

Statistics and Probability Letters. Variance stabilizing transformations of Poisson, binomial and negative binomial distributions

Statistics and Probability Letters. Variance stabilizing transformations of Poisson, binomial and negative binomial distributions Statistics and Probability Letters 79 (9) 6 69 Contents lists available at ScienceDirect Statistics and Probability Letters journal homeage: www.elsevier.com/locate/staro Variance stabilizing transformations

More information

Oliver Hinz. Il-Horn Hann

Oliver Hinz. Il-Horn Hann REEARCH ARTICLE PRICE DICRIMINATION IN E-COMMERCE? AN EXAMINATION OF DYNAMIC PRICING IN NAME-YOUR-OWN PRICE MARKET Oliver Hinz Faculty of Economics and usiness Administration, Goethe-University of Frankfurt,

More information

Type-Guided Worst-Case Input Generation

Type-Guided Worst-Case Input Generation 1 Tye-Guided Worst-Case Inut Generation DI WANG, Carnegie Mellon University, USA JAN HOFFMANN, Carnegie Mellon University, USA This aer resents a novel techniue for tye-guided worst-case inut generation

More information

Objectives. 5.2, 8.1 Inference for a single proportion. Categorical data from a simple random sample. Binomial distribution

Objectives. 5.2, 8.1 Inference for a single proportion. Categorical data from a simple random sample. Binomial distribution Objectives 5.2, 8.1 Inference for a single roortion Categorical data from a simle random samle Binomial distribution Samling distribution of the samle roortion Significance test for a single roortion Large-samle

More information

On the smallest abundant number not divisible by the first k primes

On the smallest abundant number not divisible by the first k primes On the smallest abundant number not divisible by the first k rimes Douglas E. Iannucci Abstract We say a ositive integer n is abundant if σ(n) > 2n, where σ(n) denotes the sum of the ositive divisors of

More information

Objectives. 3.3 Toward statistical inference

Objectives. 3.3 Toward statistical inference Objectives 3.3 Toward statistical inference Poulation versus samle (CIS, Chater 6) Toward statistical inference Samling variability Further reading: htt://onlinestatbook.com/2/estimation/characteristics.html

More information

BA 351 CORPORATE FINANCE LECTURE 7 UNCERTAINTY, THE CAPM AND CAPITAL BUDGETING. John R. Graham Adapted from S. Viswanathan

BA 351 CORPORATE FINANCE LECTURE 7 UNCERTAINTY, THE CAPM AND CAPITAL BUDGETING. John R. Graham Adapted from S. Viswanathan BA 351 CORPORATE FINANCE LECTURE 7 UNCERTAINTY, THE CAPM AND CAPITAL BUDGETING John R. Graham Adated from S. Viswanathan FUQUA SCHOOL OF BUSINESS DUKE UNIVERSITY 1 In this lecture, we examine roject valuation

More information

Forward Vertical Integration: The Fixed-Proportion Case Revisited. Abstract

Forward Vertical Integration: The Fixed-Proportion Case Revisited. Abstract Forward Vertical Integration: The Fixed-roortion Case Revisited Olivier Bonroy GAEL, INRA-ierre Mendès France University Bruno Larue CRÉA, Laval University Abstract Assuming a fixed-roortion downstream

More information

2/20/2013. of Manchester. The University COMP Building a yes / no classifier

2/20/2013. of Manchester. The University COMP Building a yes / no classifier COMP4 Lecture 6 Building a yes / no classifier Buildinga feature-basedclassifier Whatis a classifier? What is an information feature? Building a classifier from one feature Probability densities and the

More information

***SECTION 7.1*** Discrete and Continuous Random Variables

***SECTION 7.1*** Discrete and Continuous Random Variables ***SECTION 7.*** Discrete and Continuous Random Variables Samle saces need not consist of numbers; tossing coins yields H s and T s. However, in statistics we are most often interested in numerical outcomes

More information

A Multi-Objective Approach to Portfolio Optimization

A Multi-Objective Approach to Portfolio Optimization RoseHulman Undergraduate Mathematics Journal Volume 8 Issue Article 2 A MultiObjective Aroach to Portfolio Otimization Yaoyao Clare Duan Boston College, sweetclare@gmail.com Follow this and additional

More information

Investment in Production Resource Flexibility:

Investment in Production Resource Flexibility: Investment in Production Resource Flexibility: An emirical investigation of methods for lanning under uncertainty Elena Katok MS&IS Deartment Penn State University University Park, PA 16802 ekatok@su.edu

More information

Supply From A Competitive Industry

Supply From A Competitive Industry Industry Suly Suly From A Cometitive Industry How are the suly decisions of the many individual firms in a cometitive industry to be combined to discover the market suly curve for the entire industry?

More information

Does Anti-dumping Enforcement Generate Threat?

Does Anti-dumping Enforcement Generate Threat? Does Anti-duming Enforcement Generate Threat? Sagnik Bagchi Research Scholar Deartment of Humanities and Social Sciences Indian Institute of Technology Bombay. India E-mail: bagchi.sagnik@gmail.com Surajit

More information

A random variable X is a function that assigns (real) numbers to the elements of the sample space S of a random experiment.

A random variable X is a function that assigns (real) numbers to the elements of the sample space S of a random experiment. RANDOM VARIABLES and PROBABILITY DISTRIBUTIONS A random variable X is a function that assigns (real) numbers to the elements of the samle sace S of a random exeriment. The value sace V of a random variable

More information

MS&E 246: Lecture 5 Efficiency and fairness. Ramesh Johari

MS&E 246: Lecture 5 Efficiency and fairness. Ramesh Johari MS&E 246: Lecture 5 Efficiency and fairness Ramesh Johari A digression In this lecture: We will use some of the insights of static game analysis to understand efficiency and fairness. Basic setup N players

More information

Portfolio Selection Model with the Measures of Information Entropy- Incremental Entropy-Skewness

Portfolio Selection Model with the Measures of Information Entropy- Incremental Entropy-Skewness Portfolio Selection Model with the Measures of Information Entroy-Incremental Entroy-Skewness Portfolio Selection Model with the Measures of Information Entroy- Incremental Entroy-Skewness 1,2 Rongxi Zhou,

More information

A GENERALISED PRICE-SCORING MODEL FOR TENDER EVALUATION

A GENERALISED PRICE-SCORING MODEL FOR TENDER EVALUATION 019-026 rice scoring 9/20/05 12:12 PM Page 19 A GENERALISED PRICE-SCORING MODEL FOR TENDER EVALUATION Thum Peng Chew BE (Hons), M Eng Sc, FIEM, P. Eng, MIEEE ABSTRACT This aer rooses a generalised rice-scoring

More information

Analysing indicators of performance, satisfaction, or safety using empirical logit transformation

Analysing indicators of performance, satisfaction, or safety using empirical logit transformation Analysing indicators of erformance, satisfaction, or safety using emirical logit transformation Sarah Stevens,, Jose M Valderas, Tim Doran, Rafael Perera,, Evangelos Kontoantelis,5 Nuffield Deartment of

More information

On the Power of Structural Violations in Priority Queues

On the Power of Structural Violations in Priority Queues On the Power of Structural Violations in Priority Queues Amr Elmasry 1 Claus Jensen 2 Jyrki Katajainen 2 1 Deartment of Comuter Engineering and Systems, Alexandria University Alexandria, Egyt 2 Deartment

More information

Professor Christina Romer. LECTURE 4 EXTENSIONS OF SUPPLY AND DEMAND ANALYSIS January 31, 2019

Professor Christina Romer. LECTURE 4 EXTENSIONS OF SUPPLY AND DEMAND ANALYSIS January 31, 2019 Economics 2 Spring 2019 rofessor Christina Romer rofessor David Romer LECTURE 4 EXTENSIONS OF SULY AND DEMAND ANALYSIS January 31, 2019 I. OVERVIEW II. REVIEW OF THE SULY AND DEMAND FRAMEWORK A. Supply

More information

Appendix Large Homogeneous Portfolio Approximation

Appendix Large Homogeneous Portfolio Approximation Aendix Large Homogeneous Portfolio Aroximation A.1 The Gaussian One-Factor Model and the LHP Aroximation In the Gaussian one-factor model, an obligor is assumed to default if the value of its creditworthiness

More information

UNIT 6. Pricing under different market structures. Perfect Competition

UNIT 6. Pricing under different market structures. Perfect Competition UNIT 6 ricing under different market structures erfect Competition Market Structure erfect Competition ure Monopoly Monopolistic Competition Oligopoly Duopoly Monopoly The further right on the scale, the

More information

Management of Pricing Policies and Financial Risk as a Key Element for Short Term Scheduling Optimization

Management of Pricing Policies and Financial Risk as a Key Element for Short Term Scheduling Optimization Ind. Eng. Chem. Res. 2005, 44, 557-575 557 Management of Pricing Policies and Financial Risk as a Key Element for Short Term Scheduling Otimization Gonzalo Guillén, Miguel Bagajewicz, Sebastián Eloy Sequeira,

More information

P2.T5. Market Risk Measurement & Management. Bruce Tuckman, Fixed Income Securities, 3rd Edition

P2.T5. Market Risk Measurement & Management. Bruce Tuckman, Fixed Income Securities, 3rd Edition P2.T5. Market Risk Measurement & Management Bruce Tuckman, Fixed Income Securities, 3rd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM www.bionicturtle.com Tuckman, Chapter 6: Empirical

More information

Inventory Systems with Stochastic Demand and Supply: Properties and Approximations

Inventory Systems with Stochastic Demand and Supply: Properties and Approximations Working Paer, Forthcoming in the Euroean Journal of Oerational Research Inventory Systems with Stochastic Demand and Suly: Proerties and Aroximations Amanda J. Schmitt Center for Transortation and Logistics

More information

Effects of Size and Allocation Method on Stock Portfolio Performance: A Simulation Study

Effects of Size and Allocation Method on Stock Portfolio Performance: A Simulation Study 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singaore Effects of Size and Allocation Method on Stock Portfolio Performance: A Simulation

More information

( q) (2q1 5 q2) 2q2

( q) (2q1 5 q2) 2q2 John Riley Micro 6 October 08 Homework Answers Answer to ( q) 8q 3 q (q 5 q ) q (a) Necessary conditions for a critical oint ( q) 8 4(q 5 q) 0 q ( q) 3 0(q 5 q) q 0 q Solve two linear equations: Solution

More information

and their probabilities p

and their probabilities p AP Statistics Ch. 6 Notes Random Variables A variable is any characteristic of an individual (remember that individuals are the objects described by a data set and may be eole, animals, or things). Variables

More information

Supply chain disruption assessment based on the newsvendor model

Supply chain disruption assessment based on the newsvendor model Journal of Industrial Engineering and Management JIEM, 2013 6(1):188-199 Online ISSN: 2013-0953 Print ISSN: 2013-8423 htt://dx.doi.org/10.3926/jiem.613 Suly chain disrution assessment based on the newsvendor

More information

Professor Christina Romer LECTURE 7 COMPETITIVE FIRMS IN THE LONG RUN FEBRUARY 6, 2018

Professor Christina Romer LECTURE 7 COMPETITIVE FIRMS IN THE LONG RUN FEBRUARY 6, 2018 Economics 2 Spring 2018 rofessor Christina Romer rofessor David Romer LECTURE 7 COMETITIVE FIRMS IN THE LONG RUN FEBRUARY 6, 2018 I. A LITTLE MORE ON SHORT-RUN ROFIT-MAXIMIZATION A. The condition for short-run

More information

Does Anti-dumping Enforcement Generate Threat?

Does Anti-dumping Enforcement Generate Threat? MPRA Munich Personal RePEc Archive Does Anti-duming Enforcement Generate Threat? Sagnik Bagchi and Surajit Bhattacharyya and Krishnan Narayanan Indian Institute of Technology Bombay. February 04 Online

More information

Investigation of the speed-up of a dual microcontroller parallel processing system in the execution of a mathematical operation

Investigation of the speed-up of a dual microcontroller parallel processing system in the execution of a mathematical operation Invesigaion of he seed-u of a dual microconroller arallel rocessing sysem in he execuion of a mahemaical oeraion Peer Harringon School of Comuing, Engineering and Informaion Sciences, Norhumbria Universiy

More information

A Stochastic Model of Optimal Debt Management and Bankruptcy

A Stochastic Model of Optimal Debt Management and Bankruptcy A Stochastic Model of Otimal Debt Management and Bankrutcy Alberto Bressan (, Antonio Marigonda (, Khai T. Nguyen (, and Michele Palladino ( (* Deartment of Mathematics, Penn State University University

More information

MATLAB Homework Set #2

MATLAB Homework Set #2 MATLAB Homewor Set # -. When coins are flied, the event of interest is the number of heads. Let this number be the random variable. a) Plot the distribution function for this random variable. This refers

More information

Stock Market Risk Premiums, Business Confidence and Consumer Confidence: Dynamic Effects and Variance Decomposition

Stock Market Risk Premiums, Business Confidence and Consumer Confidence: Dynamic Effects and Variance Decomposition International Journal of Economics and Finance; Vol. 5, No. 9; 2013 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education Stock Market Risk Premiums, Business Confidence

More information

INDEX NUMBERS. Introduction

INDEX NUMBERS. Introduction INDEX NUMBERS Introduction Index numbers are the indicators which reflect changes over a secified eriod of time in rices of different commodities industrial roduction (iii) sales (iv) imorts and exorts

More information

TESTING THE CAPITAL ASSET PRICING MODEL AFTER CURRENCY REFORM: THE CASE OF ZIMBABWE STOCK EXCHANGE

TESTING THE CAPITAL ASSET PRICING MODEL AFTER CURRENCY REFORM: THE CASE OF ZIMBABWE STOCK EXCHANGE TESTING THE CAPITAL ASSET PRICING MODEL AFTER CURRENCY REFORM: THE CASE OF ZIMBABWE STOCK EXCHANGE Batsirai Winmore Mazviona 1 ABSTRACT The Caital Asset Pricing Model (CAPM) endeavors to exlain the relationshi

More information

: now we have a family of utility functions for wealth increments z indexed by initial wealth w.

: now we have a family of utility functions for wealth increments z indexed by initial wealth w. Lotteries with Money Payoffs, continued Fix u, let w denote wealth, and set u ( z) u( z w) : now we have a family of utility functions for wealth increments z indexed by initial wealth w. (a) Recall from

More information

Death and Destruction in the Economics of Catastrophes

Death and Destruction in the Economics of Catastrophes Death and Destruction in the Economics of Catastrophes Ian W. R. Martin and Robert S. Pindyck Martin: London School of Economics Pindyck: Massachusetts Institute of Technology May 2017 I. Martin and R.

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 implied Lecture Quantitative Finance Spring Term 2015 : May 7, 2015 1 / 28 implied 1 implied 2 / 28 Motivation and setup implied the goal of this chapter is to treat the implied which requires an algorithm

More information

Lecture #29: The Greeks

Lecture #29: The Greeks Statistics 441 (Fall 014) November 14, 014 Prof. Michael Kozdron Lecture #9: he Greeks Recall that if V (0,S 0 )denotesthefairrice(attime0)ofaeuroeancallotionwithstrike rice E and exiry date, then the

More information

SUBORDINATION BY ORTHOGONAL MARTINGALES IN L p, 1 < p Introduction: Orthogonal martingales and the Beurling-Ahlfors transform

SUBORDINATION BY ORTHOGONAL MARTINGALES IN L p, 1 < p Introduction: Orthogonal martingales and the Beurling-Ahlfors transform SUBORDINATION BY ORTHOGONAL MARTINGALES IN L, 1 < PRABHU JANAKIRAMAN AND ALEXANDER VOLBERG 1. Introduction: Orthogonal martingales and the Beurling-Ahlfors transform We are given two martingales on the

More information

DIARY: A Differentially Private and Approximately Revenue Maximizing Auction Mechanism for Secondary Spectrum Markets

DIARY: A Differentially Private and Approximately Revenue Maximizing Auction Mechanism for Secondary Spectrum Markets DIARY: A Differentially Private and Aroximately Revenue Maximizing Auction Mechanism for Secondary Sectrum Markets Chunchun Wu, Zuying Wei, Fan Wu, and Guihai Chen Shanghai Key Laboratory of Scalable Comuting

More information

Volumetric Hedging in Electricity Procurement

Volumetric Hedging in Electricity Procurement Volumetric Hedging in Electricity Procurement Yumi Oum Deartment of Industrial Engineering and Oerations Research, University of California, Berkeley, CA, 9472-777 Email: yumioum@berkeley.edu Shmuel Oren

More information

ENDOWMENTS OF GOODS. [See Lecture Notes] Copyright 2005 by South-Western, a division of Thomson Learning. All rights reserved.

ENDOWMENTS OF GOODS. [See Lecture Notes] Copyright 2005 by South-Western, a division of Thomson Learning. All rights reserved. ENDOWMENTS OF GOODS [See Lecture Notes] Coyright 005 by South-Western a division of Thomson Learning. All rights reserved. Endowments as Income So far assume agent endowed with income m. Where does income

More information

Hedging Complex Barrier. Options Broadway, 6th oor 545 Technology Square. New York, NY Cambridge, MA Current Version: April 1, 1997

Hedging Complex Barrier. Options Broadway, 6th oor 545 Technology Square. New York, NY Cambridge, MA Current Version: April 1, 1997 Hedging Comlex Barrier Otions Peter Carr Andrew Chou Morgan Stanley MIT Comuter Science 1585 Broadway, 6th oor 545 Technology Square New York, NY 136 Cambridge, MA 139 (1) 761-734 (617) 53-3796 carr@ms.com

More information

Statistical inferences and applications of the half exponential power distribution

Statistical inferences and applications of the half exponential power distribution Statistical inferences and alications of the half exonential ower distribution Wenhao Gui Deartment of Mathematics and Statistics, University of Minnesota Duluth, Duluth MN 558, USA Abstract In this aer,

More information

Numerical stability of fast computation algorithms of Zernike moments

Numerical stability of fast computation algorithms of Zernike moments Available online at www.sciencedirect.com Alied Mathematics and Comutation 195 (2008) 326 345 www.elsevier.com/locate/amc Numerical stability of fast comutation algorithms of Zernike moments G.A. Paakostas

More information

ECON 1100 Global Economics (Fall 2013) Government Failure

ECON 1100 Global Economics (Fall 2013) Government Failure ECON 11 Global Economics (Fall 213) Government Failure Relevant Readings from the Required extbooks: Economics Chater 11, Government Failure Definitions and Concets: government failure a situation in which

More information

Research Article Investigating the Existence of Chaos in Inflation Data in relation to Chaotic Foreign Exchange Rate

Research Article Investigating the Existence of Chaos in Inflation Data in relation to Chaotic Foreign Exchange Rate Economics Research International, Article ID 78, 8 ages htt://dx.doi.org/.//78 Research Article Investigating the Existence of Chaos in Inflation Data in relation to Chaotic Foreign Exchange Rate Pritha

More information

Sharpe Ratios and Alphas in Continuous Time

Sharpe Ratios and Alphas in Continuous Time JOURNAL OF FINANCIAL AND QUANTITATIVE ANALYSIS VOL. 39, NO. 1, MARCH 2004 COPYRIGHT 2004, SCHOOL OF BUSINESS ADMINISTRATION, UNIVERSITY OF WASHINGTON, SEATTLE, WA 98195 Share Ratios and Alhas in Continuous

More information

Midterm Exam 1. Tuesday, September hour and 15 minutes. Name: Answer Key

Midterm Exam 1. Tuesday, September hour and 15 minutes. Name: Answer Key Macroeconomics ECON 302 San Francisco State niversit Michael Bar Fall 2011 Midterm Eam 1 Tuesda Setember 27 1 hour and 15 minutes Name: Answer Ke Instructions 1. This is closed book closed notes eam. 2.

More information

( ) ( ) β. max. subject to. ( ) β. x S

( ) ( ) β. max. subject to. ( ) β. x S Intermediate Microeconomic Theory: ECON 5: Alication of Consumer Theory Constrained Maimization In the last set of notes, and based on our earlier discussion, we said that we can characterize individual

More information

LECTURE 12: FRICTIONAL FINANCE

LECTURE 12: FRICTIONAL FINANCE Lecture 12 Frictional Finance (1) Markus K. Brunnermeier LECTURE 12: FRICTIONAL FINANCE Lecture 12 Frictional Finance (2) Frictionless Finance Endowment Economy Households 1 Households 2 income will decline

More information

FORECASTING EARNINGS PER SHARE FOR COMPANIES IN IT SECTOR USING MARKOV PROCESS MODEL

FORECASTING EARNINGS PER SHARE FOR COMPANIES IN IT SECTOR USING MARKOV PROCESS MODEL FORECASTING EARNINGS PER SHARE FOR COMPANIES IN IT SECTOR USING MARKOV PROCESS MODEL 1 M.P. RAJAKUMAR, 2 V. SHANTHI 1 Research Scholar, Sathyabama University, Chennai-119, Tamil Nadu, India 2 Professor,

More information

Supplement to CE319F Lecture on Bernoulli Equation. by Spyros A. Kinnas. March 26 & 28, 2013

Supplement to CE319F Lecture on Bernoulli Equation. by Spyros A. Kinnas. March 26 & 28, 2013 Sulement to CE39F Lecture on Bernoulli Equation by Syros A. Kinnas March 6 & 8, 03 CE39F-Sring 03 Coyright: Prof. S.A. Kinnas CE39F-Sring 03 Coyright: Prof. S.A. Kinnas Bernoulli Equation Along streamline,

More information

Utility and the Skewness of Return in Gambling

Utility and the Skewness of Return in Gambling The Geneva Paers on Risk and Insurance Theory, 9: 145 163, 004 c 004 The Geneva Association Utility and the Skewness of Return in Gambling MICHAEL CAIN School of Business, University of Wales, Hen Goleg,

More information

Carrots or Sticks? Optimal Compensation for Firm Managers

Carrots or Sticks? Optimal Compensation for Firm Managers arrots or Sticks? Otimal omensation for Firm Managers Ajay Sbramanian DPree ollege of Management Georgia Institte of Technology 755, Ferst Drive, Atlanta, GA 333 Febrary, 3 arrots or Sticks? Otimal omensation

More information

Math 152: Applicable Mathematics and Computing

Math 152: Applicable Mathematics and Computing Math 152: Applicable Mathematics and Computing May 22, 2017 May 22, 2017 1 / 19 Bertrand Duopoly: Undifferentiated Products Game (Bertrand) Firm and Firm produce identical products. Each firm simultaneously

More information

Utility Indifference Pricing and Dynamic Programming Algorithm

Utility Indifference Pricing and Dynamic Programming Algorithm Chapter 8 Utility Indifference ricing and Dynamic rogramming Algorithm In the Black-Scholes framework, we can perfectly replicate an option s payoff. However, it may not be true beyond the Black-Scholes

More information

19/01/2017. Profit maximization and competitive supply

19/01/2017. Profit maximization and competitive supply Perfectly Cometitive Markets Profit Maximization Marginal Revenue, Marginal Cost, and Profit Maximization Choosing Outut in the Short Run The Cometitive Firm s Short-Run Suly Curve The Short-Run Market

More information

A Framework of Taxation

A Framework of Taxation Chater A Framework of Taxation. Economic Imacts of Taxation Good tax system for any economy must satisfy the following roerties; () simlicity of administration and increases in tax comliance () imrove

More information

Real Options. Katharina Lewellen Finance Theory II April 28, 2003

Real Options. Katharina Lewellen Finance Theory II April 28, 2003 Real Options Katharina Lewellen Finance Theory II April 28, 2003 Real options Managers have many options to adapt and revise decisions in response to unexpected developments. Such flexibility is clearly

More information

Notes on the Construction of Demand & Supply Schedules

Notes on the Construction of Demand & Supply Schedules Notes on the Construction of Demand & Supply Schedules Leigh Tesfatsion Department of Economics Iowa State University Ames, IA 51-17 17 http://www.econ.iastate.edu/tesfatsi/ 1 Clarification of Terminology

More information

A Comparative Study of Various Loss Functions in the Economic Tolerance Design

A Comparative Study of Various Loss Functions in the Economic Tolerance Design A Comarative Study of Various Loss Functions in the Economic Tolerance Design Jeh-Nan Pan Deartment of Statistics National Chen-Kung University, Tainan, Taiwan 700, ROC Jianbiao Pan Deartment of Industrial

More information

A data-adaptive maximum penalized likelihood estimation for the generalized extreme value distribution

A data-adaptive maximum penalized likelihood estimation for the generalized extreme value distribution Communications for Statistical Alications and Methods 07, Vol. 4, No. 5, 493 505 htts://doi.org/0.535/csam.07.4.5.493 Print ISSN 87-7843 / Online ISSN 383-4757 A data-adative maximum enalized likelihood

More information

Matching Markets and Social Networks

Matching Markets and Social Networks Matching Markets and Social Networks Tilman Klum Emory University Mary Schroeder University of Iowa Setember 0 Abstract We consider a satial two-sided matching market with a network friction, where exchange

More information

Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS019) p.4301

Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS019) p.4301 Int. Statistical Inst.: Proc. 58th World Statistical Congress, 0, Dublin (Session CPS09.430 RELIABILITY STUDIES OF BIVARIATE LOG-NORMAL DISTRIBUTION Pusha L.Guta Deartment of Mathematics and Statistics

More information

Limitations of Value-at-Risk (VaR) for Budget Analysis

Limitations of Value-at-Risk (VaR) for Budget Analysis Agribusiness & Alied Economics March 2004 Miscellaneous Reort No. 194 Limitations of Value-at-Risk (VaR) for Budget Analysis Cole R. Gustafson Deartment of Agribusiness and Alied Economics Agricultural

More information

Ultra High Frequency Volatility Estimation with Market Microstructure Noise. Yacine Aït-Sahalia. Per A. Mykland. Lan Zhang

Ultra High Frequency Volatility Estimation with Market Microstructure Noise. Yacine Aït-Sahalia. Per A. Mykland. Lan Zhang Ultra High Frequency Volatility Estimation with Market Microstructure Noise Yacine Aït-Sahalia Princeton University Per A. Mykland The University of Chicago Lan Zhang Carnegie-Mellon University 1. Introduction

More information

EVIDENCE OF ADVERSE SELECTION IN CROP INSURANCE MARKETS

EVIDENCE OF ADVERSE SELECTION IN CROP INSURANCE MARKETS The Journal of Risk and Insurance, 2001, Vol. 68, No. 4, 685-708 EVIDENCE OF ADVERSE SELECTION IN CROP INSURANCE MARKETS Shiva S. Makki Agai Somwaru INTRODUCTION ABSTRACT This article analyzes farmers

More information

San Francisco State University ECON 302 Fall Problem set 2 - Solution

San Francisco State University ECON 302 Fall Problem set 2 - Solution San Francisco State niversit Michael Bar ECON 302 Fall 206 roblem set 2 - Solution NIA. 5 oints. The net table resents actual data collected b the Bureau of Economic Analsis in 2004. All numbers are in

More information

A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION

A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION JYH-JIUAN LIN 1, CHING-HUI CHANG * AND ROSEMARY JOU 1 Deartment of Statistics Tamkang University 151 Ying-Chuan Road,

More information