Continuous Optimal Timing

Size: px
Start display at page:

Download "Continuous Optimal Timing"

Transcription

1 Srlnd University Computer Science, Srbrücken, Germny My 6, 205

2 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

3 Motivtion Probbilistic models unrelible/unpredictble system behviour: rndomized lgorithms: messge loss, component filure,... the probbility of reching consensus in leder election lgorithms is lmost

4 Motivtion Models we work with: run in continuous time comprise non-deterministic nd probbilistic behviour re good for: optimiztion over multiple vilble choices finding worst cse results properties: Is the mximl probbility of reching filure stte within n hour < 0.0?

5 Motivtion Model checking boils down to time-bounded rechbility problem: Wht is the mximl/miniml probbility to rech given set of sttes within given time bound? Severl lgorithms to tckle this problem re known they re polynomil, but still slow on industril size benchmrks there is no proper comprison between ll of them no one hs clue which lgorithm will be fster on specific benchmrk

6 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

7 CTMDPs hve some money wste 0 risky broke relible gmble 99 do PhD rich 0.000

8 CTMDPs Continuous Time Mrkov Decision Process (CTMDP) is tuple C = (S, Act, R), where S - set of sttes Act - set of ctions R : S Act S R 0 rte function hve some money risky broke wste 0 relible gmble 99 do PhD rich 0.000

9 CTMDPs Continuous Time Mrkov Decision Process (CTMDP) is tuple C = (S, Act, R), where S - set of sttes Act - set of ctions R : S Act S R 0 rte function hve some money risky broke wste 0 relible Exit Rte E(s, α) = R(s, α, s ) s S CTMDP is Uniform if exit rtes over ll sttes nd ll vilble ctions re the sme gmble 99 rich do PhD 0.000

10 Resolution of Non-Determinism. Schedulers. Wht is the probbility of becoming rech before I die? hve some money wste 0 risky broke relible gmble 99 do PhD rich 0.000

11 Resolution of Non-Determinism. Schedulers. Wht is the probbility of becoming rech before I die? hve some money wste The nswer depends on chosen ctions risky 0 broke relible gmble 99 do PhD rich 0.000

12 Resolution of Non-Determinism. Schedulers. Wht is the probbility of becoming rech before I die? hve some money wste The nswer depends on chosen ctions A Scheduler σ (or controller, policy): σ : History Act Clsses of schedulers: Timed/Untimed - knowledge of time pssed (Tim/Unt) Erly/Lte - decision is fixed on entering stte/mybe chnged t ny time lter risky gmble 99 broke rich 0 relible do PhD 0.000

13 Rechbility Problem hve some money wste Wht is the mximl/miniml probbility to rech given set of sttes within given time? vl (s) := {l, e} sup Pr s [ σ T G ] σ Tim risky gmble 99 0 broke relible do PhD rich 0.000

14 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

15 Existing Algorithms Erly Lte Exponentil Approximtion ExpStep- (by M. Neuheussr, L. Zhng) Improved Exponentil Approximtion ExpStep-k (by H. Htefi, H. Hermnns) Polynomil Approximtion PolyStep-k (by J. Fernley, M. Rbe, et l.) Adptive Step Approximtion AdptStep (by P. Buchholz, I. Schulz) All existing pproches use discretiztion

16 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

17 Our Approch Fetures: Does NOT discretize the time horizon, insted pproximte vi different clss of schedulers: Less powerfull Untimed - for lower bound More powerfull Prophetic - for upper bound

18 Our Algorithm (Unif + ) input : CTMDP C = (S, Act, R), gol sttes G S, horizon T R >0, scheduler clss {l, e}, nd pproximtion error ε > 0 prms: trunction error rtio κ (0, ) output : vector v such tht v vl ε λ mximl exit rte E mx in C 2 repet 3 Cλ -uniformistion of C to the rte λ 4 v pproximtion of the lower bound vl for Cλ up to error ε κ 5 v pproximtion of the upper bound vl for Cλ up to error ε κ 6 λ 2 λ 7 until v v ε ( κ) 8 return v

19 Our Algorithm (Unif + ) input : CTMDP C = (S, Act, R), gol sttes G S, horizon T R >0, scheduler clss {l, e}, nd pproximtion error ε > 0 prms: trunction error rtio κ (0, ) output : vector v such tht v vl ε λ mximl exit rte E mx in C 2 repet 3 Cλ -uniformistion of C to the rte λ 4 v pproximtion of the lower bound vl for Cλ up to error ε κ 5 v pproximtion of the upper bound vl for Cλ up to error ε κ 6 λ 2 λ 7 until v v ε ( κ) 8 return v

20 Unif +. Uniformiztion Uniformize to the rte 4.5: originl lte erly s.5 s.5 s s 0 s 0 s 0.5 s 0, 2 b 2 s 2 b 2 s 2 b 2 s 2

21 Our Algorithm (Unif + ) input : CTMDP C = (S, Act, R), gol sttes G S, horizon T R >0, scheduler clss {l, e}, nd pproximtion error ε > 0 prms: trunction error rtio κ (0, ) output : vector v such tht v vl ε λ mximl exit rte E mx in C 2 repet 3 Cλ -uniformistion of C to the rte λ 4 v pproximtion of the lower bound for Cλ up to error ε κ 5 v pproximtion of the upper bound for Cλ up to error ε κ 6 λ 2 λ 7 until v v ε ( κ) 8 return v

22 Unif +. Bounds Lower Bound vl(s) := sup σ Unt i=0 Pr C λ,s σ [ ] T =i G Optiml rechbility probbility over untimed schedulers Upper Bound vl(s) := i=0 sup σ Unt Pr C λ,s σ [ ] T =i G Optiml rechbility probbility over prophetic schedulers

23 Our Algorithm (Unif + ) input : CTMDP C = (S, Act, R), gol sttes G S, horizon T R >0, scheduler clss {l, e}, nd pproximtion error ε > 0 prms: trunction error rtio κ (0, ) output : vector v such tht v vl ε λ mximl exit rte E mx in C 2 repet 3 Cλ -uniformistion of C to the rte λ 4 v pproximtion of the lower bound vl for Cλ up to error ε κ 5 v pproximtion of the upper bound vl for Cλ up to error ε κ 6 λ 2 λ 7 until v v ε ( κ) 8 return v

24 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

25 Empiricl Evlution nd Comprison mx. S mx. rnge of mx. exit rtes best in erly (# of cses) best in lte (# of cses) PS: ,6 29,6 u + (32) u + (47) QS: ,5 44,9 u + (32) ps-3(8), u + (7), s (5) DPMS: , 9, u + (3), es-2(3), n/() s (24), u + (4), ps-3(6) GFS: u + (40) s (23), u + () FTWC: ,02 u + (25) u + (32) SJS: u + (57), es-2(2) u + (70), s (29) ES: u + (23), es-2(4), n/() u + (28), ps-3(2) Tble: Overview of experiments summrizing which lgorithm performed best how mny times; n/ indictes tht no lgorithm completed within 5 minutes.

26 Outline Motivtion Preliminries Existing Algorithms Our Algorithm Empiricl Evlution Conclusion

27 Conclusion Unif + performs very well for erly scheduling problems Unif + is competitive on lte scheduling problems Results on lte scheduling re inconclusive. Further insight into the problem is required The benefits of Unif + : it is esily switchble between erly/lte schedulers simplified version of Unif + with only itertion is very fst nd my give good posteriori error bounds

28 The End

Chapter 3: The Reinforcement Learning Problem. The Agent'Environment Interface. Getting the Degree of Abstraction Right. The Agent Learns a Policy

Chapter 3: The Reinforcement Learning Problem. The Agent'Environment Interface. Getting the Degree of Abstraction Right. The Agent Learns a Policy Chpter 3: The Reinforcement Lerning Problem The Agent'Environment Interfce Objectives of this chpter: describe the RL problem we will be studying for the reminder of the course present idelized form of

More information

Controlling a population of identical MDP

Controlling a population of identical MDP Controlling popultion of identicl MDP Nthlie Bertrnd Inri Rennes ongoing work with Miheer Dewskr (CMI), Blise Genest (IRISA) nd Hugo Gimert (LBRI) Trends nd Chllenges in Quntittive Verifiction Mysore,

More information

Reinforcement Learning. CS 188: Artificial Intelligence Fall Grid World. Markov Decision Processes. What is Markov about MDPs?

Reinforcement Learning. CS 188: Artificial Intelligence Fall Grid World. Markov Decision Processes. What is Markov about MDPs? CS 188: Artificil Intelligence Fll 2010 Lecture 9: MDP 9/2/2010 Reinforcement Lerning [DEMOS] Bic ide: Receive feedbck in the form of rewrd Agent utility i defined by the rewrd function Mut (lern to) ct

More information

3: Inventory management

3: Inventory management INSE6300 Ji Yun Yu 3: Inventory mngement Concordi Februry 9, 2016 Supply chin mngement is bout mking sequence of decisions over sequence of time steps, fter mking observtions t ech of these time steps.

More information

Cache CPI and DFAs and NFAs. CS230 Tutorial 10

Cache CPI and DFAs and NFAs. CS230 Tutorial 10 Cche CPI nd DFAs nd NFAs CS230 Tutoril 10 Multi-Level Cche: Clculting CPI When memory ccess is ttempted, wht re the possible results? ccess miss miss CPU L1 Cche L2 Cche Memory L1 cche hit L2 cche hit

More information

INF 4130 Exercise set 4

INF 4130 Exercise set 4 INF 4130 Exercise set 4 Exercise 1 List the order in which we extrct the nodes from the Live Set queue when we do redth first serch of the following grph (tree) with the Live Set implemented s LIFO queue.

More information

Announcements. CS 188: Artificial Intelligence Fall Reinforcement Learning. Markov Decision Processes. Example Optimal Policies.

Announcements. CS 188: Artificial Intelligence Fall Reinforcement Learning. Markov Decision Processes. Example Optimal Policies. CS 188: Artificil Intelligence Fll 2008 Lecture 9: MDP 9/25/2008 Announcement Homework olution / review eion: Mondy 9/29, 7-9pm in 2050 Vlley LSB Tuedy 9/0, 6-8pm in 10 Evn Check web for detil Cover W1-2,

More information

DYNAMIC PROGRAMMING REINFORCEMENT LEARNING. COGS 202 : Week 7 Presentation

DYNAMIC PROGRAMMING REINFORCEMENT LEARNING. COGS 202 : Week 7 Presentation DYNAMIC PROGRAMMING REINFORCEMENT LEARNING COGS 202 : Week 7 Preenttion OUTLINE Recp (Stte Vlue nd Action Vlue function) Computtion in MDP Dynmic Progrmming (DP) Policy Evlution Policy Improvement Policy

More information

Technical Appendix. The Behavior of Growth Mixture Models Under Nonnormality: A Monte Carlo Analysis

Technical Appendix. The Behavior of Growth Mixture Models Under Nonnormality: A Monte Carlo Analysis Monte Crlo Technicl Appendix 1 Technicl Appendix The Behvior of Growth Mixture Models Under Nonnormlity: A Monte Crlo Anlysis Dniel J. Buer & Ptrick J. Currn 10/11/2002 These results re presented s compnion

More information

4/30/2012. Overview. MDPs. Planning Agent. Grid World. Review: Expectimax. Introduction & Agents Search, Heuristics & CSPs Adversarial Search

4/30/2012. Overview. MDPs. Planning Agent. Grid World. Review: Expectimax. Introduction & Agents Search, Heuristics & CSPs Adversarial Search Overview CSE 473 Mrkov Deciion Procee Dn Weld Mny lide from Chri Bihop, Mum, Dn Klein, Sturt Ruell, Andrew Moore & Luke Zettlemoyer Introduction & Agent Serch, Heuritic & CSP Adverril Serch Logicl Knowledge

More information

Announcements. CS 188: Artificial Intelligence Fall Recap: MDPs. Recap: Optimal Utilities. Practice: Computing Actions. Recap: Bellman Equations

Announcements. CS 188: Artificial Intelligence Fall Recap: MDPs. Recap: Optimal Utilities. Practice: Computing Actions. Recap: Bellman Equations CS 188: Artificil Intelligence Fll 2009 Lecture 10: MDP 9/29/2009 Announcement P2: Due Wednedy P3: MDP nd Reinforcement Lerning i up! W2: Out lte thi week Dn Klein UC Berkeley Mny lide over the coure dpted

More information

CS 188 Introduction to Artificial Intelligence Fall 2018 Note 4

CS 188 Introduction to Artificial Intelligence Fall 2018 Note 4 CS 188 Introduction to Artificil Intelligence Fll 2018 Note 4 These lecture notes re hevily bsed on notes originlly written by Nikhil Shrm. Non-Deterministic Serch Picture runner, coming to the end of

More information

Recap: MDPs. CS 188: Artificial Intelligence Fall Optimal Utilities. The Bellman Equations. Value Estimates. Practice: Computing Actions

Recap: MDPs. CS 188: Artificial Intelligence Fall Optimal Utilities. The Bellman Equations. Value Estimates. Practice: Computing Actions CS 188: Artificil Intelligence Fll 2008 Lecture 10: MDP 9/30/2008 Dn Klein UC Berkeley Recp: MDP Mrkov deciion procee: Stte S Action A Trnition P(,) (or T(,, )) Rewrd R(,, ) (nd dicount γ) Strt tte 0 Quntitie:

More information

What is Monte Carlo Simulation? Monte Carlo Simulation

What is Monte Carlo Simulation? Monte Carlo Simulation Wht is Monte Crlo Simultion? Monte Crlo methods re widely used clss of computtionl lgorithms for simulting the ehvior of vrious physicl nd mthemticl systems, nd for other computtions. Monte Crlo lgorithm

More information

Gridworld Values V* Gridworld: Q*

Gridworld Values V* Gridworld: Q* CS 188: Artificil Intelligence Mrkov Deciion Procee II Intructor: Dn Klein nd Pieter Abbeel --- Univerity of Cliforni, Berkeley [Thee lide were creted by Dn Klein nd Pieter Abbeel for CS188 Intro to AI

More information

Buckling of Stiffened Panels 1 overall buckling vs plate buckling PCCB Panel Collapse Combined Buckling

Buckling of Stiffened Panels 1 overall buckling vs plate buckling PCCB Panel Collapse Combined Buckling Buckling of Stiffened Pnels overll uckling vs plte uckling PCCB Pnel Collpse Comined Buckling Vrious estimtes hve een developed to determine the minimum size stiffener to insure the plte uckles while the

More information

Addition and Subtraction

Addition and Subtraction Addition nd Subtrction Nme: Dte: Definition: rtionl expression A rtionl expression is n lgebric expression in frction form, with polynomils in the numertor nd denomintor such tht t lest one vrible ppers

More information

A Closer Look at Bond Risk: Duration

A Closer Look at Bond Risk: Duration W E B E X T E S I O 4C A Closer Look t Bond Risk: Durtion This Extension explins how to mnge the risk of bond portfolio using the concept of durtion. BOD RISK In our discussion of bond vlution in Chpter

More information

Non-Deterministic Search. CS 188: Artificial Intelligence Markov Decision Processes. Grid World Actions. Example: Grid World

Non-Deterministic Search. CS 188: Artificial Intelligence Markov Decision Processes. Grid World Actions. Example: Grid World CS 188: Artificil Intelligence Mrkov Deciion Procee Non-Determinitic Serch Dn Klein, Pieter Abbeel Univerity of Cliforni, Berkeley Exmple: Grid World Grid World Action A mze-like problem The gent live

More information

JFE Online Appendix: The QUAD Method

JFE Online Appendix: The QUAD Method JFE Online Appendix: The QUAD Method Prt of the QUAD technique is the use of qudrture for numericl solution of option pricing problems. Andricopoulos et l. (00, 007 use qudrture s the only computtionl

More information

A Fuzzy Inventory Model With Lot Size Dependent Carrying / Holding Cost

A Fuzzy Inventory Model With Lot Size Dependent Carrying / Holding Cost IOSR Journl of Mthemtics (IOSR-JM e-issn: 78-578,p-ISSN: 9-765X, Volume 7, Issue 6 (Sep. - Oct. 0, PP 06-0 www.iosrournls.org A Fuzzy Inventory Model With Lot Size Dependent Crrying / olding Cost P. Prvthi,

More information

Optimal firm's policy under lead time- and price-dependent demand: interest of customers rejection policy

Optimal firm's policy under lead time- and price-dependent demand: interest of customers rejection policy Optiml firm's policy under led time- nd price-dependent demnd: interest of customers rejection policy Abduh Syid Albn Université Grenoble Alpes, G-SCOP, F-38000 Grenoble, Frnce bduh-syid.lbn@grenoble-inp.org

More information

The Market Approach to Valuing Businesses (Second Edition)

The Market Approach to Valuing Businesses (Second Edition) BV: Cse Anlysis Completed Trnsction & Guideline Public Comprble MARKET APPROACH The Mrket Approch to Vluing Businesses (Second Edition) Shnnon P. Prtt This mteril is reproduced from The Mrket Approch to

More information

Static Fully Observable Stochastic What action next? Instantaneous Perfect

Static Fully Observable Stochastic What action next?  Instantaneous Perfect CS 188: Ar)ficil Intelligence Mrkov Deciion Procee K+1 Intructor: Dn Klein nd Pieter Abbeel - - - Univerity of Cliforni, Berkeley [Thee lide were creted by Dn Klein nd Pieter Abbeel for CS188 Intro to

More information

A portfolio approach to the optimal funding of pensions

A portfolio approach to the optimal funding of pensions Economics Letters 69 (000) 01 06 www.elsevier.com/ locte/ econbse A portfolio pproch to the optiml funding of pensions Jysri Dutt, Sndeep Kpur *, J. Michel Orszg b, b Fculty of Economics University of

More information

Name Date. Find the LCM of the numbers using the two methods shown above.

Name Date. Find the LCM of the numbers using the two methods shown above. Lest Common Multiple Multiples tht re shred by two or more numbers re clled common multiples. The lest of the common multiples is clled the lest common multiple (LCM). There re severl different wys to

More information

9.3. Regular Languages

9.3. Regular Languages 9.3. REGULAR LANGUAGES 139 9.3. Regulr Lnguges 9.3.1. Properties of Regulr Lnguges. Recll tht regulr lnguge is the lnguge ssocited to regulr grmmr, i.e., grmmr G = (N, T, P, σ) in which every production

More information

Technical Report Global Leader Dry Bulk Derivatives. FIS Technical - Grains And Ferts. Highlights:

Technical Report Global Leader Dry Bulk Derivatives. FIS Technical - Grains And Ferts. Highlights: Technicl Report Technicl Anlyst FIS Technicl - Grins And Ferts Edwrd Hutn 44 20 7090 1120 Edwrdh@freightinvesr.com Highlights: SOY The weekly chrt is chowing lower high suggesting wekness going forwrd,

More information

Outline. CS 188: Artificial Intelligence Spring Speeding Up Game Tree Search. Minimax Example. Alpha-Beta Pruning. Pruning

Outline. CS 188: Artificial Intelligence Spring Speeding Up Game Tree Search. Minimax Example. Alpha-Beta Pruning. Pruning CS 188: Artificil Intelligence Spring 2011 Lecture 8: Gme, MDP 2/14/2010 Pieter Abbeel UC Berkeley Mny lide dpted from Dn Klein Outline Zero-um determinitic two plyer gme Minimx Evlution function for non-terminl

More information

A ppendix to. I soquants. Producing at Least Cost. Chapter

A ppendix to. I soquants. Producing at Least Cost. Chapter A ppendix to Chpter 0 Producing t est Cost This ppendix descries set of useful tools for studying firm s long-run production nd costs. The tools re isoqunts nd isocost lines. I soqunts FIGURE A0. SHOWS

More information

UNIT 7 SINGLE SAMPLING PLANS

UNIT 7 SINGLE SAMPLING PLANS UNIT 7 SINGLE SAMPLING PLANS Structure 7. Introduction Objectives 7. Single Smpling Pln 7.3 Operting Chrcteristics (OC) Curve 7.4 Producer s Risk nd Consumer s Risk 7.5 Averge Outgoing Qulity (AOQ) 7.6

More information

Financial Mathematics 3: Depreciation

Financial Mathematics 3: Depreciation Finncil Mthemtics 3: Deprecition Student Book - Series M-1 25% p.. over 8 yers Mthletics Instnt Workooks Copyright Finncil mthemtics 3: Deprecition Student Book - Series M Contents Topics Topic 1 - Modelling

More information

Asset finance (US) Opportunity. Flexibility. Planning. Develop your capabilities using the latest equipment

Asset finance (US) Opportunity. Flexibility. Planning. Develop your capabilities using the latest equipment Asset finnce (US) Opportunity Develop your cpbilities using the ltest equipment Flexibility Mnge your cshflow nd ccess the technology you need Plnning Mnge your investment with predictble costs nd plnned

More information

Maximum Expected Utility. CS 188: Artificial Intelligence Fall Preferences. MEU Principle. Rational Preferences. Utilities: Uncertain Outcomes

Maximum Expected Utility. CS 188: Artificial Intelligence Fall Preferences. MEU Principle. Rational Preferences. Utilities: Uncertain Outcomes CS 188: Artificil Intelligence Fll 2011 Mximum Expected Utility Why hould we verge utilitie? Why not minimx? Lecture 8: Utilitie / MDP 9/20/2011 Dn Klein UC Berkeley Principle of mximum expected utility:

More information

(a) by substituting u = x + 10 and applying the result on page 869 on the text, (b) integrating by parts with u = ln(x + 10), dv = dx, v = x, and

(a) by substituting u = x + 10 and applying the result on page 869 on the text, (b) integrating by parts with u = ln(x + 10), dv = dx, v = x, and Supplementry Questions for HP Chpter 5. Derive the formul ln( + 0) d = ( + 0) ln( + 0) + C in three wys: () by substituting u = + 0 nd pplying the result on pge 869 on the tet, (b) integrting by prts with

More information

On the Complexity of Computing the Justification Status of an Argument

On the Complexity of Computing the Justification Status of an Argument On the Complexity of Computing the Justifiction Sttus of n Argument dbi Reserch Seminr, Vienn Wolfgng Dvořák Institute of Informtion Systems, Vienn University of Technology Oct 13, 2011 Supported by the

More information

Multi-Step Reinforcement Learning: A Unifying Algorithm

Multi-Step Reinforcement Learning: A Unifying Algorithm Multi-Step Reinforcement Lerning: A Unifying Algorithm Kristopher De Asis, 1 J. Fernndo Hernndez-Grci, 1 G. Zchris Hollnd, 1 Richrd S. Sutton Reinforcement Lerning nd Artificil Intelligence Lbortory, University

More information

Pillar 3 Quantitative Disclosure

Pillar 3 Quantitative Disclosure Pillr 3 Quntittive Disclosure In complince with the requirements under Bsel Pillr 3 nd the Monetry Authority of Singpore (MAS) Notice 637 Public Disclosure, vrious dditionl quntittive nd qulittive disclosures

More information

arxiv: v1 [cs.lg] 23 Jan 2019

arxiv: v1 [cs.lg] 23 Jan 2019 Robust temporl difference lerning for criticl domins rxiv:1901.08021v1 [cs.lg] 23 Jn 2019 Richrd Klim University of Liverpool, UK richrd.klim@liverpool.c.uk Michel Kisers Centrum Wiskunde & Informtic,

More information

Burrows-Wheeler Transform and FM Index

Burrows-Wheeler Transform and FM Index Burrows-Wheeler Trnsform nd M Index Ben ngmed You re free to use these slides. If you do, plese sign the guestbook (www.lngmed-lb.org/teching-mterils), or emil me (ben.lngmed@gmil.com) nd tell me briefly

More information

Announcements. Maximizing Expected Utility. Preferences. Rational Preferences. Rational Preferences. Introduction to Artificial Intelligence

Announcements. Maximizing Expected Utility. Preferences. Rational Preferences. Rational Preferences. Introduction to Artificial Intelligence Introduction to Artificil Intelligence V22.0472-001 Fll 2009 Lecture 8: Utilitie Announcement Will hve Aignment 1 grded by Wed. Aignment 2 i up on webpge Due on Mon 19 th October (2 week) Rob Fergu Dept

More information

Technical Report Global Leader Dry Bulk Derivatives

Technical Report Global Leader Dry Bulk Derivatives Soybens Mrch 17 - Weekly Soybens Mrch 17 - Dily Source Bloomberg Weekly Close US$ 1,026 7/8 RSI 56 MACD Bullish, the hisgrm is flt S1 US$ 1,032 ½ S2 US$ 1,001 R1 US$ 1,072 R2 US$ 1,080 Dily Close US$ 1,042

More information

Pillar 3 Quantitative Disclosure

Pillar 3 Quantitative Disclosure Pillr 3 Quntittive Disclosure In complince with the requirements under Bsel Pillr 3 nd the Monetry Authority of Singpore (MAS) Notice 637 Public Disclosure, vrious dditionl quntittive nd qulittive disclosures

More information

MARKET POWER AND MISREPRESENTATION

MARKET POWER AND MISREPRESENTATION MARKET POWER AND MISREPRESENTATION MICROECONOMICS Principles nd Anlysis Frnk Cowell Note: the detil in slides mrked * cn only e seen if you run the slideshow July 2017 1 Introduction Presenttion concerns

More information

Pushdown Automata. Courtesy: Costas Busch RPI

Pushdown Automata. Courtesy: Costas Busch RPI Pushdown Automt Courtesy: Costs Busch RPI Pushdown Automt Pushdown Automt Pushdown Automt Pushdown Automt Pushdown Automt Pushdown Automt Non-Determinism:NPDA PDAs re non-deterministic: non-deterministic

More information

MATH 236 ELAC MATH DEPARTMENT FALL 2017 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 236 ELAC MATH DEPARTMENT FALL 2017 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 236 ELAC MATH DEPARTMENT FALL 2017 TEST 1 REVIEW SHORT ANSWER. Write the word or phrse tht best completes ech sttement or nswers the question. 1) The supply nd demnd equtions for certin product re

More information

The Okun curve is non-linear

The Okun curve is non-linear Economics Letters 70 (00) 53 57 www.elsevier.com/ locte/ econbse The Okun curve is non-liner Mtti Viren * Deprtment of Economics, 004 University of Turku, Turku, Finlnd Received 5 My 999; ccepted 0 April

More information

International Budget Partnership OPEN BUDGET QUESTIONNAIRE POLAND

International Budget Partnership OPEN BUDGET QUESTIONNAIRE POLAND Interntionl Budget Prtnership OPEN BUDGET QUESTIONNAIRE POLAND September 28, 2007 Interntionl Budget Prtnership Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC 20002

More information

Get Solution of These Packages & Learn by Video Tutorials on KEY CONCEPTS

Get Solution of These Packages & Learn by Video Tutorials on  KEY CONCEPTS FREE Downlod Study Pckge from wesite: www.tekoclsses.com & www.mthsbysuhg.com Get Solution of These Pckges & Lern y Video Tutorils on www.mthsbysuhg.com KEY CONCEPTS THINGS TO REMEMBER :. The re ounded

More information

Number: Fractions and percentages

Number: Fractions and percentages Numer: Frctions nd percentges. One quntity s frction of nother HOMEWORK A FM FM AU PS 7 Write the first quntity s frction of the second. p, 0p kg, kg c hours, hours d dys, 0 dys e dys, weeks f 0 minutes,

More information

OPEN BUDGET QUESTIONNAIRE MACEDONIA

OPEN BUDGET QUESTIONNAIRE MACEDONIA Interntionl Budget Prtnership OPEN BUDGET QUESTIONNAIRE MACEDONIA September 28, 2007 Interntionl Budget Prtnership Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC 20002

More information

THE FINAL PROOF SUPPORTING THE TURNOVER FORMULA.

THE FINAL PROOF SUPPORTING THE TURNOVER FORMULA. THE FINAL PROOF SUPPORTING THE TURNOVER FORMULA. I would like to thnk Aris for his mthemticl contriutions nd his swet which hs enled deeper understnding of the turnover formul to emerge. His contriution

More information

164 CHAPTER 2. VECTOR FUNCTIONS

164 CHAPTER 2. VECTOR FUNCTIONS 164 CHAPTER. VECTOR FUNCTIONS.4 Curvture.4.1 Definitions nd Exmples The notion of curvture mesures how shrply curve bends. We would expect the curvture to be 0 for stright line, to be very smll for curves

More information

DAG-Aware AIG Rewriting

DAG-Aware AIG Rewriting DAG-Awre AIG Rewriting A Fresh Look t Combintionl Logic Synthesis Aln Mishchenko Strjit Chtterjee Robert Bryton Deprtment of EECS University of Cliforni, Berkeley Berkeley, CA 94720 {lnmi, strjit, bryton}@eecs.berkeley.edu

More information

Smart Investment Strategies

Smart Investment Strategies Smrt Investment Strtegies Risk-Rewrd Rewrd Strtegy Quntifying Greed How to mke good Portfolio? Entrnce-Exit Exit Strtegy: When to buy? When to sell? 2 Risk vs.. Rewrd Strtegy here is certin mount of risk

More information

UNIVERSITY OF NOTTINGHAM. Discussion Papers in Economics BERTRAND VS. COURNOT COMPETITION IN ASYMMETRIC DUOPOLY: THE ROLE OF LICENSING

UNIVERSITY OF NOTTINGHAM. Discussion Papers in Economics BERTRAND VS. COURNOT COMPETITION IN ASYMMETRIC DUOPOLY: THE ROLE OF LICENSING UNIVERSITY OF NOTTINGHAM Discussion Ppers in Economics Discussion Pper No. 0/0 BERTRAND VS. COURNOT COMPETITION IN ASYMMETRIC DUOPOLY: THE ROLE OF LICENSING by Arijit Mukherjee April 00 DP 0/0 ISSN 160-48

More information

Inequality and the GB2 income distribution

Inequality and the GB2 income distribution Working Pper Series Inequlity nd the GB2 income distribution Stephen P. Jenkins ECINEQ WP 2007 73 ECINEC 2007-73 July 2007 www.ecineq.org Inequlity nd the GB2 income distribution Stephen P. Jenkins* University

More information

Access your online resources today at

Access your online resources today at 978--07-670- - CmbridgeMths: NSW Syllbus for the Austrlin Curriculum: Yer 0: Stte./. Access your online resources tody t www.cmbridge.edu.u/go. Log in to your existing Cmbridge GO user ccount or crete

More information

3/1/2016. Intermediate Microeconomics W3211. Lecture 7: The Endowment Economy. Today s Aims. The Story So Far. An Endowment Economy.

3/1/2016. Intermediate Microeconomics W3211. Lecture 7: The Endowment Economy. Today s Aims. The Story So Far. An Endowment Economy. 1 Intermedite Microeconomics W3211 Lecture 7: The Endowment Economy Introduction Columbi University, Spring 2016 Mrk Den: mrk.den@columbi.edu 2 The Story So Fr. 3 Tody s Aims 4 Remember: the course hd

More information

Insurance: Mathematics and Economics

Insurance: Mathematics and Economics Insurnce: Mthemtics nd Economics 43 008) 303 315 Contents lists vilble t ScienceDirect Insurnce: Mthemtics nd Economics journl homepge: www.elsevier.com/locte/ime he design of equity-indexed nnuities Phelim

More information

Market uncertainty, macroeconomic expectations and the European sovereign bond spreads.

Market uncertainty, macroeconomic expectations and the European sovereign bond spreads. Mrket uncertinty, mcroeconomic expecttions nd the Europen sovereign bond spreds. Dimitris A. Georgoutsos Athens University of Economics & Business, Deprtment of Accounting & Finnce 76, Ptission str., 434,

More information

Today s Outline. One More Operation. Priority Queues. New Operation: Merge. Leftist Heaps. Priority Queues. Admin: Priority Queues

Today s Outline. One More Operation. Priority Queues. New Operation: Merge. Leftist Heaps. Priority Queues. Admin: Priority Queues Tody s Outline Priority Queues CSE Dt Structures & Algorithms Ruth Anderson Spring 4// Admin: HW # due this Thursdy / t :9pm Printouts due Fridy in lecture. Priority Queues Leftist Heps Skew Heps 4// One

More information

OPEN BUDGET QUESTIONNAIRE SOUTH AFRICA

OPEN BUDGET QUESTIONNAIRE SOUTH AFRICA Interntionl Budget Prtnership OPEN BUDGET QUESTIONNAIRE SOUTH AFRICA September 28, 2007 Interntionl Budget Prtnership Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC

More information

Chapter55. Algebraic expansion and simplification

Chapter55. Algebraic expansion and simplification Chpter55 Algebric expnsion nd simplifiction Contents: A The distributive lw B The product ( + b)(c + d) C Difference of two squres D Perfect squres expnsion E Further expnsion F The binomil expnsion 88

More information

Roadmap of This Lecture

Roadmap of This Lecture Reltionl Model Rodmp of This Lecture Structure of Reltionl Dtbses Fundmentl Reltionl-Algebr-Opertions Additionl Reltionl-Algebr-Opertions Extended Reltionl-Algebr-Opertions Null Vlues Modifiction of the

More information

Research Article Existence of Positive Solution to Second-Order Three-Point BVPs on Time Scales

Research Article Existence of Positive Solution to Second-Order Three-Point BVPs on Time Scales Hindwi Publishing Corportion Boundry Vlue Problems Volume 2009, Article ID 685040, 6 pges doi:10.1155/2009/685040 Reserch Article Existence of Positive Solution to Second-Order hree-point BVPs on ime Scles

More information

The Option-Critic Architecture

The Option-Critic Architecture The Option-Critic Architecture Pierre-Luc Bcon nd Jen Hrb nd Doin Precup Resoning nd Lerning Lb, School of Computer Science McGill University {pbcon, jhrb, dprecup}@cs.mcgill.c Preliminries nd Nottion

More information

Effects of Entry Restriction on Free Entry General Competitive Equilibrium. Mitsuo Takase

Effects of Entry Restriction on Free Entry General Competitive Equilibrium. Mitsuo Takase CAES Working Pper Series Effects of Entry Restriction on Free Entry Generl Competitive Euilirium Mitsuo Tkse Fculty of Economics Fukuok University WP-2018-006 Center for Advnced Economic Study Fukuok University

More information

OPEN BUDGET QUESTIONNAIRE FRANCE

OPEN BUDGET QUESTIONNAIRE FRANCE Interntionl Budget Project OPEN BUDGET QUESTIONNAIRE FRANCE October 2005 Interntionl Budget Project Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC 20002 www.interntionlbudget.org

More information

CHAPTER-IV PRE-TEST ESTIMATOR OF REGRESSION COEFFICIENTS: PERFORMANCE UNDER LINEX LOSS FUNCTION

CHAPTER-IV PRE-TEST ESTIMATOR OF REGRESSION COEFFICIENTS: PERFORMANCE UNDER LINEX LOSS FUNCTION CHAPTER-IV PRE-TEST ESTIMATOR OF REGRESSION COEFFICIENTS: PERFORMANCE UNDER LINEX LOSS FUNCTION 4.1 INTRODUCTION It hs lredy been demonstrted tht the restricted lest squres estimtor is more efficient thn

More information

Arithmetic and Geometric Sequences

Arithmetic and Geometric Sequences Arithmetic nd Geometric Sequences A sequence is list of numbers or objects, clled terms, in certin order. In n rithmetic sequence, the difference between one term nd the next is lwys the sme. This difference

More information

Chapter 2: Relational Model. Chapter 2: Relational Model

Chapter 2: Relational Model. Chapter 2: Relational Model Chpter : Reltionl Model Dtbse System Concepts, 5 th Ed. See www.db-book.com for conditions on re-use Chpter : Reltionl Model Structure of Reltionl Dtbses Fundmentl Reltionl-Algebr-Opertions Additionl Reltionl-Algebr-Opertions

More information

Outline. CSE 326: Data Structures. Priority Queues Leftist Heaps & Skew Heaps. Announcements. New Heap Operation: Merge

Outline. CSE 326: Data Structures. Priority Queues Leftist Heaps & Skew Heaps. Announcements. New Heap Operation: Merge CSE 26: Dt Structures Priority Queues Leftist Heps & Skew Heps Outline Announcements Leftist Heps & Skew Heps Reding: Weiss, Ch. 6 Hl Perkins Spring 2 Lectures 6 & 4//2 4//2 2 Announcements Written HW

More information

The MA health reform and other issues

The MA health reform and other issues The MA helth reorm nd other issues Gruer: three key issues or ny reorm Poolin Need wy to ornize helth cre other thn need Otherwise -- dverse selection Prolem: current system leves out smll irms Aordility

More information

Complete the table below to show the fixed, variable and total costs. In the final column, calculate the profit or loss made by J Kane.

Complete the table below to show the fixed, variable and total costs. In the final column, calculate the profit or loss made by J Kane. Tsk 1 J Kne sells mchinery to the frm industry. His fixed costs re 10,000 nd ech mchine costs him 400 to buy. He sells them t 600 nd is trying to work out his profit or loss t vrious levels of sles. He

More information

Technical Report Global Leader Dry Bulk Derivatives. FIS Technical - Grains And Ferts. Highlights:

Technical Report Global Leader Dry Bulk Derivatives. FIS Technical - Grains And Ferts. Highlights: Technicl Report Technicl Anlyst FIS Technicl - Grins And Ferts Edwrd Hutn 44 20 7090 1120 Edwrdh@freightinvesr.com Highlights: SOY The weekly schstic is wrning slowing momentum in the mrket. USD 966 ¼

More information

FINANCIAL ANALYSIS I. INTRODUCTION AND METHODOLOGY

FINANCIAL ANALYSIS I. INTRODUCTION AND METHODOLOGY Dhk Wter Supply Network Improvement Project (RRP BAN 47254003) FINANCIAL ANALYSIS I. INTRODUCTION AND METHODOLOGY A. Introduction 1. The Asin Development Bnk (ADB) finncil nlysis of the proposed Dhk Wter

More information

Bequest motives and fertility decisions B

Bequest motives and fertility decisions B Economics Letters 92 (2006) 348 352 www.elsevier.com/locte/econbse Bequest motives nd fertility decisions B Ritsuko Futgmi, Kimiyoshi Kmd b, *, Tkshi Sto c Deprtment of Mngement Informtion Systems, Chubu

More information

production for Community & Culture Project Reference e 2 design episodes Bogotá: Building a Sustainable City and Affordable Green Housing.

production for Community & Culture Project Reference e 2 design episodes Bogotá: Building a Sustainable City and Affordable Green Housing. Community & Culture Project Reference e 2 design episodes Bogotá: Building Sustinble City nd Affordble Green Housing. 1) Red the bckground essy nd discussion questions for e 2 design episodes Bogotá: Building

More information

Fully Observable. Perfect

Fully Observable. Perfect CS 188: Ar)ficil Intelligence Mrkov Deciion Procee II Stoch)c Plnning: MDP Sttic Environment Fully Obervble Perfect Wht ction next? Stochtic Intntneou Intructor: Dn Klein nd Pieter Abbeel - - - Univerity

More information

Do We Really Need Gaussian Filters for Feature Detection? (Supplementary Material)

Do We Really Need Gaussian Filters for Feature Detection? (Supplementary Material) Do We Relly Need Gussin Filters for Feture Detection? (Supplementry Mteril) Lee-Kng Liu, Stnley H. Chn nd Truong Nguyen Februry 5, 0 This document is supplementry mteril to the pper submitted to EUSIPCO

More information

Optimal Redistributive Taxation in a Search Equilibrium Model.

Optimal Redistributive Taxation in a Search Equilibrium Model. Optiml Redistributive Txtion in Serch Equilibrium Model. Mthis HUNGERBÜHLER mthis.hungerbuhler@fundp.c.be Alexis PARMENTIER cdb prment@univ-pris1.fr November 16, 2005 Etienne LEHMANN bce elehmnn@u-pris2.fr

More information

CH 71 COMPLETING THE SQUARE INTRODUCTION FACTORING PERFECT SQUARE TRINOMIALS

CH 71 COMPLETING THE SQUARE INTRODUCTION FACTORING PERFECT SQUARE TRINOMIALS CH 7 COMPLETING THE SQUARE INTRODUCTION I t s now time to py our dues regrding the Qudrtic Formul. Wht, you my sk, does this men? It mens tht the formul ws merely given to you once or twice in this course,

More information

problem in Gere page 541; Weld design:

problem in Gere page 541; Weld design: prolem. 7.. in Gere pge 54; Weld design: 5 sin_θ cos_θ σ x 6 5 5 sin_θ_sq sin_θ cos_θ_sq cos_θ σ y 5 θ cos θ = 59.6 deg 9deg θ =.964 deg 5 σ w σ y sin_θ_sq τ w σ y sin_θcos_θ σ x cos_θ_sq σ x ( sin_θcos_θ)

More information

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON

This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON ~~FN3092 ZA 0 his pper is not to be remove from the Exmintion Hlls UNIESIY OF LONDON FN3092 ZA BSc egrees n Diploms for Grutes in Economics, Mngement, Finnce n the Socil Sciences, the Diploms in Economics

More information

Section 2.2 Trigonometry: The Triangle Identities

Section 2.2 Trigonometry: The Triangle Identities Se. 2.2 Trigonometry: The Tringle Identities 7 Setion 2.2 Trigonometry: The Tringle Identities DJENT ND OPPOSITE SIDES The study of tringle trigonometry is entered round the ute ngles in right tringle.

More information

A Simple Credit Risk Model with Individual and Collective Components

A Simple Credit Risk Model with Individual and Collective Components Mnnheimer Mnuskripte zu Risikotheorie, Portfolio Mngement und Versicherungswirtschft Nr. 113 A Simple Credit Risk Model with Individul nd Collective Components Jörn Brth * Mnnheim 1999 1.- 03/99-70 * Grduiertenkolleg

More information

An Adaptive Nonlinear Function Controlled by Kurtosis for Blind Source Separation

An Adaptive Nonlinear Function Controlled by Kurtosis for Blind Source Separation An Adptive Nonliner Function Controlled b Kurtosis for Blind Source Seprtion Kenji NAKAYAMA Akihiro HIRANO Tkuki SAKAI Dept of Informtion nd Sstems Eng., Fcult of Eng., Knzw Univ. 2 2 Kodtsuno, Knzw, 92

More information

Document A. (New York: Doubleday, 1909) Document B. Leland D. Baldwin. The Strewn ofamerican History, Vol. II

Document A. (New York: Doubleday, 1909) Document B. Leland D. Baldwin. The Strewn ofamerican History, Vol. II refine oil nd t ws only short time before more of the finished product in the business n the effort to bring some order out of wht ws rpidly down nd down until the trde ws thretened with ruin. This enterprise,

More information

Double sampling plan for Truncated Life test based on Kumaraswamy-Log-Logistic Distribution

Double sampling plan for Truncated Life test based on Kumaraswamy-Log-Logistic Distribution IOSR Journl of Mthemtics (IOSR-JM) e-issn: 2278-5728,-ISSN: 239-765X, Volume 7, Issue 4 (Jul. - Aug. 203), PP 29-37 Double smling ln for Truncted Life test bsed on Kumrswmy-Log-Logistic Distribution Dr.

More information

Why did French Savers buy Foreign Asset before 1914? Decomposition of the Diversification Benefit

Why did French Savers buy Foreign Asset before 1914? Decomposition of the Diversification Benefit Why did French Svers buy Foreign Asset before 1914? Decomposition of the Diversifiction Benefit Dvid Le Bris 1 First version: July 2008 This version: April 2009 Abstrct: The diversifiction effect is nlysed

More information

OPEN BUDGET QUESTIONNAIRE UKRAINE

OPEN BUDGET QUESTIONNAIRE UKRAINE Interntionl Budget Prtnership OPEN BUDGET QUESTIONNAIRE UKRAINE September 28, 2007 Interntionl Budget Prtnership Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC 20002

More information

OPEN BUDGET QUESTIONNAIRE CZECH REPUBLIC

OPEN BUDGET QUESTIONNAIRE CZECH REPUBLIC Interntionl Budget Project OPEN BUDGET QUESTIONNAIRE CZECH REPUBLIC October 2005 Interntionl Budget Project Center on Budget nd Policy Priorities 820 First Street, NE Suite 510 Wshington, DC 20002 www.interntionlbudget.org

More information

E-Merge Process Table (Version 1)

E-Merge Process Table (Version 1) E-Merge Proess Tle (Version 1) I 1 Indiies Trgets Stte Energy Environmentl ESTABLISHING GOALS & BASELINES Identify gols from stte energy offie perspetive Identify stte puli helth nd welfre gols ffeted

More information

Synchronizing Asynchronous IOCO

Synchronizing Asynchronous IOCO Synchronizing Asynchronous IOCO Ned Noroozi 1,2, Rmtin Khosrvi 3, MohmmdRez Mousvi 1, nd Tim Willemse 1 1 Eindhoven University of Technology, Eindhoven, The Netherlnds 2 Fnp Corportion (IT Subsidiry of

More information

by G. Mukherjee Table-1: Experimental values of 229 Th half-life

by G. Mukherjee Table-1: Experimental values of 229 Th half-life of decy dt by G. Mukherjee This evlution ws completed in My 2011, nd the literture vilble t this dte hs been included here. is member of the 233 U decy series. This ws recognized by Hgemnn et l. (1947H02).

More information

Competition among rating agencies and information disclosure

Competition among rating agencies and information disclosure Competition mong rting gencies nd informtion disclosure Neil A. Doherty y Anstsi Krtshev z Richrd D. Phillips x My 29, 2008 Abstrct The pper nlyzes why rting gency pools di erent credit risks in one credit

More information

WORKING GROUP ENERGY RECOVERY Work program

WORKING GROUP ENERGY RECOVERY Work program WORKING GROUP ENERGY RECOVERY Work progrm 2013 2015 TARGET (descrie ech ctivity riefly) (rte the importnce of the ctivity for the WG : high importnce, : usiness s usul) (descrie the contriution of ech

More information

Problem Set 4 - Solutions. Suppose when Russia opens to trade, it imports automobiles, a capital-intensive good.

Problem Set 4 - Solutions. Suppose when Russia opens to trade, it imports automobiles, a capital-intensive good. roblem Set 4 - Solutions uestion Suppose when ussi opens to trde, it imports utomobiles, cpitl-intensive good. ) According to the Heckscher-Ohlin theorem, is ussi cpitl bundnt or lbor bundnt? Briefly explin.

More information

Search-based Uncertainty-wise Requirements Prioritization

Search-based Uncertainty-wise Requirements Prioritization Simul Reserch Lbortory, Technicl Report, 2017-06 Jun, 2017 Serch-bsed Uncertinty-wise Requirements Prioritiztion Yn Li 1, Mn Zhng 2, To Yue 2,3, Shukt Ali 2 nd Li Zhng 1 1 Beihng University, 2 Simul Reserch

More information