A Learning Theory of Ranking Aggregation

Size: px
Start display at page:

Download "A Learning Theory of Ranking Aggregation"

Transcription

1 A Learning Theory of Ranking Aggregation France/Japan Machine Learning Workshop Anna Korba, Stephan Clémençon, Eric Sibony November 14, 2017 Télécom ParisTech

2 Outline 1. The Ranking Aggregation Problem 2. Statistical Framework 3. Results 1

3 The Ranking Aggregation Problem

4 The Ranking Aggregation Problem Framework n items: {1,..., n}. N rankings on the n items (from most preferred to last): i 1 i 2 i n. i 1 i n permutation σ on {1,..., n} s.t. σ(i j ) = j. 2

5 The Ranking Aggregation Problem Framework n items: {1,..., n}. N rankings on the n items (from most preferred to last): i 1 i 2 i n. i 1 i n permutation σ on {1,..., n} s.t. σ(i j ) = j. 2

6 The Ranking Aggregation Problem Framework n items: {1,..., n}. N rankings on the n items (from most preferred to last): i 1 i 2 i n. i 1 i n permutation σ on {1,..., n} s.t. σ(i j ) = j. Suppose we have a dataset of rankings/permutations (σ 1,..., σ N ) S N n. 2

7 The Ranking Aggregation Problem Framework n items: {1,..., n}. N rankings on the n items (from most preferred to last): i 1 i 2 i n. i 1 i n permutation σ on {1,..., n} s.t. σ(i j ) = j. Suppose we have a dataset of rankings/permutations (σ 1,..., σ N ) S N n. Consensus Ranking We want to find a global order ( consensus ) σ on the n items that best represents the dataset. 2

8 Methods for Ranking Aggregation Copeland Rule. Sort the items according to their Copeland score, defined for each item i by: s C (i) = 1 N n I[σ t (i) < σ t (j)] N t=1 j=1 j i 3

9 Methods for Ranking Aggregation Copeland Rule. Sort the items according to their Copeland score, defined for each item i by: s C (i) = 1 N n I[σ t (i) < σ t (j)] N Kemeny s rule (1959). Find the solution of : t=1 min σ Sn j=1 j i N i=1 where d is the Kendall s tau distance: d τ (σ, σ ) = i<j d(σ, σ t ) (1) I{(σ(i) σ(j))(σ (i) σ (j)) < 0}, Kemeny s consensus has a lot of interesting properties, but it is NP-hard to compute, even for n = 4 (see Dwork et al., 2001). 3

10 Statistical Framework

11 Statistical Reformulation Suppose the dataset is composed of N i.i.d. copies Σ 1,..., Σ N of a r.v. Σ P. A (Kemeny) median of P w.r.t. d is solution of: min E Σ P [d(σ, σ)], σ S n where L(σ) = E Σ P [d(σ, σ)] is the risk of σ. 4

12 Statistical Reformulation Suppose the dataset is composed of N i.i.d. copies Σ 1,..., Σ N of a r.v. Σ P. A (Kemeny) median of P w.r.t. d is solution of: min E Σ P [d(σ, σ)], σ S n where L(σ) = E Σ P [d(σ, σ)] is the risk of σ. Let L N (σ) = 1 N N t=1 d(σ t, σ). 4

13 Statistical Reformulation Suppose the dataset is composed of N i.i.d. copies Σ 1,..., Σ N of a r.v. Σ P. A (Kemeny) median of P w.r.t. d is solution of: min E Σ P [d(σ, σ)], σ S n where L(σ) = E Σ P [d(σ, σ)] is the risk of σ. Let L N (σ) = 1 N N t=1 d(σ t, σ). Goal of our analysis: Study the performance of Kemeny empirical medians, i.e. solutions σ N of: min σ S n LN (σ), through the excess of risk L( σ N ) L. We establish links with Copeland method. 4

14 Risk of Ranking Aggregation The risk of a median σ is L(σ) = E Σ P [d(σ, σ)], where d is the Kendall s tau distance: d(σ, σ ) = {(σ(i) σ(j))(σ (i) σ (j)) < 0} {i,j} n Let p i,j = P[Σ(i) < Σ(j)] the probability that item i is preferred to item j. 5

15 Risk of Ranking Aggregation The risk of a median σ is L(σ) = E Σ P [d(σ, σ)], where d is the Kendall s tau distance: d(σ, σ ) = {(σ(i) σ(j))(σ (i) σ (j)) < 0} {i,j} n Let p i,j = P[Σ(i) < Σ(j)] the probability that item i is preferred to item j. The risk can be rewritten: L(σ) = i<j p i,j I{σ(i) > σ(j)} + i<j (1 p i,j )I{σ(i) < σ(j)}. 5

16 Risk of Ranking Aggregation The risk of a median σ is L(σ) = E Σ P [d(σ, σ)], where d is the Kendall s tau distance: d(σ, σ ) = {(σ(i) σ(j))(σ (i) σ (j)) < 0} {i,j} n Let p i,j = P[Σ(i) < Σ(j)] the probability that item i is preferred to item j. The risk can be rewritten: L(σ) = i<j p i,j I{σ(i) > σ(j)} + i<j (1 p i,j )I{σ(i) < σ(j)}. So if there exists a permutation σ verifying: i < j s.t. p i,j 1/2, it would be necessary of median for P. (σ(j) σ(i)) (p i,j 1/2) > 0, (2) 5

17 Preference cycles p 1,2 > 1/2 1 p 3,1 > 1/2 2 3 p 2,3 > 1/2 6

18 Preference cycles p 1,2 > 1/2 1 p 3,1 > 1/2 2 3 p 2,3 > 1/2 No permutation can satisfy this condition for each pair of items! 6

19 Preference cycles p 1,2 > 1/2 1 p 3,1 > 1/2 2 3 p 2,3 > 1/2 No permutation can satisfy this condition for each pair of items! Definition P on S n is stochastically transitive if : (i, j, k) n 3, p i,j 1/2 and p j,k 1/2 p i,k 1/2. Moreover, if p i,j 1/2 for all i < j, P is strictly stochastically transitive. 6

20 Results

21 Optimality Theorem If P is stochastically transitive, there exists σ S n verifying: i < j s.t. p i,j 1/2, is verified. (σ(j) σ(i)) (p i,j 1/2) > 0, The Copeland score of an item i, that is: s (i) = 1 + k i I{p i,k < 1 2 } defines a permutation s S n and is the unique median of P iff P is strictly stochastically transitive. 7

22 Optimality Theorem If P is stochastically transitive, there exists σ S n verifying: i < j s.t. p i,j 1/2, is verified. (σ(j) σ(i)) (p i,j 1/2) > 0, The Copeland score of an item i, that is: s (i) = 1 + k i I{p i,k < 1 2 } defines a permutation s S n and is the unique median of P iff P is strictly stochastically transitive. 7

23 Universal Rates The excess risk of σ N is upper bounded: (i) In expectation by E [L( σ N ) L n(n 1) ] 2 N (ii) With probability higher than 1 δ for any δ (0, 1) by L( σ N ) L n(n 1) 2 log(n(n 1)/δ). 2 N 8

24 Conditions for Fast Rates Suppose that P verifies: the Stochastic Transitivity condition: p i,j 1/2 and p j,k 1/2 p i,k 1/2. the Low-Noise condition NA(h) for some h > 0: min p i,j 1/2 h. i<j 9

25 Conditions for Fast Rates Suppose that P verifies: the Stochastic Transitivity condition: p i,j 1/2 and p j,k 1/2 p i,k 1/2. the Low-Noise condition NA(h) for some h > 0: min p i,j 1/2 h. i<j Introduced for binary classification (see Koltchinskii and Beznosova, 2005). Used for estimation of matrix of pairwise probabilities (see Shah et al., 2016). 9

26 Fast rates Let α h = 1 2 log ( 1/(1 4h 2 ) ). Assume that P satisfies the previous conditions. (i) For any empirical Kemeny median σ N, we have: E [L( σ N ) L ] n2 (n 1) 2 e αhn. 8 (ii) With probability at least 1 (n(n 1)/4)e αhn, the empirical Copeland score ŝ N (i) = 1 + k i I{ p i,k < 1 2 } for 1 i n belongs to S n and is the unique solution of Kemeny empirical minimization. In practice: under the needed conditions, Copeland method (O(N ( n 2) )) outputs the Kemeny consensus (NP-hard) with high prob. 10

27 Conclusion and future directions We introduced a general statistical framework for ranking aggregation and established rates of convergence. 11

28 Conclusion and future directions We introduced a general statistical framework for ranking aggregation and established rates of convergence. We can write the empirical risk when one observe pairwise comparisons only instead of full rankings 11

29 Conclusion and future directions We introduced a general statistical framework for ranking aggregation and established rates of convergence. We can write the empirical risk when one observe pairwise comparisons only instead of full rankings Conditions for fast rates have good chance to be satisfied in a homogeneous population so Copeland method could be useful for local methods 11

30 Conclusion and future directions We introduced a general statistical framework for ranking aggregation and established rates of convergence. We can write the empirical risk when one observe pairwise comparisons only instead of full rankings Conditions for fast rates have good chance to be satisfied in a homogeneous population so Copeland method could be useful for local methods 11

Controlling the distance to the Kemeny consensus without computing it

Controlling the distance to the Kemeny consensus without computing it Controlling the distance to the Kemeny consensus without computing it Yunlong Jiao Anna Korba Eric Sibony Mines ParisTech, LTCI, Telecom ParisTech/CNRS ICML 2016 Outline Ranking aggregation and Kemeny

More information

For every job, the start time on machine j+1 is greater than or equal to the completion time on machine j.

For every job, the start time on machine j+1 is greater than or equal to the completion time on machine j. Flow Shop Scheduling - makespan A flow shop is one where all the jobs visit all the machine for processing in the given order. If we consider a flow shop with n jobs and two machines (M1 and M2), all the

More information

Lossy compression of permutations

Lossy compression of permutations Lossy compression of permutations The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published Publisher Wang, Da, Arya Mazumdar,

More information

Lie Algebras and Representation Theory Homework 7

Lie Algebras and Representation Theory Homework 7 Lie Algebras and Representation Theory Homework 7 Debbie Matthews 2015-05-19 Problem 10.5 If σ W can be written as a product of t simple reflections, prove that t has the same parity as l(σ). Let = {α

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

The assignment game: Decentralized dynamics, rate of convergence, and equitable core selection

The assignment game: Decentralized dynamics, rate of convergence, and equitable core selection 1 / 29 The assignment game: Decentralized dynamics, rate of convergence, and equitable core selection Bary S. R. Pradelski (with Heinrich H. Nax) ETH Zurich October 19, 2015 2 / 29 3 / 29 Two-sided, one-to-one

More information

E&G, Ch. 8: Multi-Index Models & Grouping Techniques I. Multi-Index Models.

E&G, Ch. 8: Multi-Index Models & Grouping Techniques I. Multi-Index Models. 1 E&G, Ch. 8: Multi-Index Models & Grouping Techniques I. Multi-Index Models. A. The General Multi-Index Model: R i = a i + b i1 I 1 + b i2 I 2 + + b il I L + c i Explanation: 1. Let I 1 = R m ; I 2 =

More information

Techniques for Calculating the Efficient Frontier

Techniques for Calculating the Efficient Frontier Techniques for Calculating the Efficient Frontier Weerachart Kilenthong RIPED, UTCC c Kilenthong 2017 Tee (Riped) Introduction 1 / 43 Two Fund Theorem The Two-Fund Theorem states that we can reach any

More information

When Do Noisy Votes Reveal the Truth?

When Do Noisy Votes Reveal the Truth? When Do Noisy Votes Reveal the Truth? IOANNIS CARAGIANNIS, University of Patras & CTI ARIEL D. PROCACCIA, Carnegie Mellon University NISARG SHAH, Carnegie Mellon University A well-studied approach to the

More information

Comparing Partial Rankings

Comparing Partial Rankings Comparing Partial Rankings Ronald Fagin Ravi Kumar Mohammad Mahdian D. Sivakumar Erik Vee To appear: SIAM J. Discrete Mathematics Abstract We provide a comprehensive picture of how to compare partial rankings,

More information

THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE

THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE GÜNTER ROTE Abstract. A salesperson wants to visit each of n objects that move on a line at given constant speeds in the shortest possible time,

More information

More Advanced Single Machine Models. University at Buffalo IE661 Scheduling Theory 1

More Advanced Single Machine Models. University at Buffalo IE661 Scheduling Theory 1 More Advanced Single Machine Models University at Buffalo IE661 Scheduling Theory 1 Total Earliness And Tardiness Non-regular performance measures Ej + Tj Early jobs (Set j 1 ) and Late jobs (Set j 2 )

More information

Consumption and Asset Pricing

Consumption and Asset Pricing Consumption and Asset Pricing Yin-Chi Wang The Chinese University of Hong Kong November, 2012 References: Williamson s lecture notes (2006) ch5 and ch 6 Further references: Stochastic dynamic programming:

More information

Hardy Weinberg Model- 6 Genotypes

Hardy Weinberg Model- 6 Genotypes Hardy Weinberg Model- 6 Genotypes Silvelyn Zwanzig Hardy -Weinberg with six genotypes. In a large population of plants (Mimulus guttatus there are possible alleles S, I, F at one locus resulting in six

More information

When Do Noisy Votes Reveal the Truth?

When Do Noisy Votes Reveal the Truth? Carnegie Mellon University Research Showcase @ CMU Computer Science Department School of Computer Science 6-2013 When Do Noisy Votes Reveal the Truth? Ioannis Caragiannis University of Patras Ariel D.

More information

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern Monte-Carlo Planning: Introduction and Bandit Basics Alan Fern 1 Large Worlds We have considered basic model-based planning algorithms Model-based planning: assumes MDP model is available Methods we learned

More information

P VaR0.01 (X) > 2 VaR 0.01 (X). (10 p) Problem 4

P VaR0.01 (X) > 2 VaR 0.01 (X). (10 p) Problem 4 KTH Mathematics Examination in SF2980 Risk Management, December 13, 2012, 8:00 13:00. Examiner : Filip indskog, tel. 790 7217, e-mail: lindskog@kth.se Allowed technical aids and literature : a calculator,

More information

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern Monte-Carlo Planning: Introduction and Bandit Basics Alan Fern 1 Large Worlds We have considered basic model-based planning algorithms Model-based planning: assumes MDP model is available Methods we learned

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Reliable region predictions for Automated Valuation Models

Reliable region predictions for Automated Valuation Models Reliable region predictions for Automated Valuation Models Tony Bellotti, Department of Mathematics, Imperial College London Royal Holloway, University of London 29 April 2016 Outline Automated valuation

More information

Optimum Thresholding for Semimartingales with Lévy Jumps under the mean-square error

Optimum Thresholding for Semimartingales with Lévy Jumps under the mean-square error Optimum Thresholding for Semimartingales with Lévy Jumps under the mean-square error José E. Figueroa-López Department of Mathematics Washington University in St. Louis Spring Central Sectional Meeting

More information

The Value of Stochastic Modeling in Two-Stage Stochastic Programs

The Value of Stochastic Modeling in Two-Stage Stochastic Programs The Value of Stochastic Modeling in Two-Stage Stochastic Programs Erick Delage, HEC Montréal Sharon Arroyo, The Boeing Cie. Yinyu Ye, Stanford University Tuesday, October 8 th, 2013 1 Delage et al. Value

More information

Lecture 4. Finite difference and finite element methods

Lecture 4. Finite difference and finite element methods Finite difference and finite element methods Lecture 4 Outline Black-Scholes equation From expectation to PDE Goal: compute the value of European option with payoff g which is the conditional expectation

More information

3.4 Copula approach for modeling default dependency. Two aspects of modeling the default times of several obligors

3.4 Copula approach for modeling default dependency. Two aspects of modeling the default times of several obligors 3.4 Copula approach for modeling default dependency Two aspects of modeling the default times of several obligors 1. Default dynamics of a single obligor. 2. Model the dependence structure of defaults

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMSN50) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 2 Random number generation January 18, 2018

More information

Cost Sharing in a Job Scheduling Problem

Cost Sharing in a Job Scheduling Problem Cost Sharing in a Job Scheduling Problem Debasis Mishra Bharath Rangarajan April 19, 2005 Abstract A set of jobs need to be served by a server which can serve only one job at a time. Jobs have processing

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics Chapter 12 American Put Option Recall that the American option has strike K and maturity T and gives the holder the right to exercise at any time in [0, T ]. The American option is not straightforward

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

TTIC An Introduction to the Theory of Machine Learning. Learning and Game Theory. Avrim Blum 5/7/18, 5/9/18

TTIC An Introduction to the Theory of Machine Learning. Learning and Game Theory. Avrim Blum 5/7/18, 5/9/18 TTIC 31250 An Introduction to the Theory of Machine Learning Learning and Game Theory Avrim Blum 5/7/18, 5/9/18 Zero-sum games, Minimax Optimality & Minimax Thm; Connection to Boosting & Regret Minimization

More information

2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals:

2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals: 1. No solution. 2. This algorithm does not solve the problem of finding a maximum cardinality set of non-overlapping intervals. Consider the following intervals: E A B C D Obviously, the optimal solution

More information

Midterm Exam. b. What are the continuously compounded returns for the two stocks?

Midterm Exam. b. What are the continuously compounded returns for the two stocks? University of Washington Fall 004 Department of Economics Eric Zivot Economics 483 Midterm Exam This is a closed book and closed note exam. However, you are allowed one page of notes (double-sided). Answer

More information

Importance sampling and Monte Carlo-based calibration for time-changed Lévy processes

Importance sampling and Monte Carlo-based calibration for time-changed Lévy processes Importance sampling and Monte Carlo-based calibration for time-changed Lévy processes Stefan Kassberger Thomas Liebmann BFS 2010 1 Motivation 2 Time-changed Lévy-models and Esscher transforms 3 Applications

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

Large-Scale SVM Optimization: Taking a Machine Learning Perspective

Large-Scale SVM Optimization: Taking a Machine Learning Perspective Large-Scale SVM Optimization: Taking a Machine Learning Perspective Shai Shalev-Shwartz Toyota Technological Institute at Chicago Joint work with Nati Srebro Talk at NEC Labs, Princeton, August, 2008 Shai

More information

Copyright 2005 Pearson Education, Inc. Slide 6-1

Copyright 2005 Pearson Education, Inc. Slide 6-1 Copyright 2005 Pearson Education, Inc. Slide 6-1 Chapter 6 Copyright 2005 Pearson Education, Inc. Measures of Center in a Distribution 6-A The mean is what we most commonly call the average value. It is

More information

Parametric Inference and Dynamic State Recovery from Option Panels. Nicola Fusari

Parametric Inference and Dynamic State Recovery from Option Panels. Nicola Fusari Parametric Inference and Dynamic State Recovery from Option Panels Nicola Fusari Joint work with Torben G. Andersen and Viktor Todorov July 2012 Motivation Under realistic assumptions derivatives are nonredundant

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

Chapter 7. Sampling Distributions and the Central Limit Theorem Chapter 7. Sampling Distributions and the Central Limit Theorem 1 Introduction 2 Sampling Distributions related to the normal distribution 3 The central limit theorem 4 The normal approximation to binomial

More information

Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck. Übung 5: Supermodular Games

Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck. Übung 5: Supermodular Games Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck Übung 5: Supermodular Games Introduction Supermodular games are a class of non-cooperative games characterized by strategic complemetariteis

More information

ON A PROBLEM BY SCHWEIZER AND SKLAR

ON A PROBLEM BY SCHWEIZER AND SKLAR K Y B E R N E T I K A V O L U M E 4 8 ( 2 1 2 ), N U M B E R 2, P A G E S 2 8 7 2 9 3 ON A PROBLEM BY SCHWEIZER AND SKLAR Fabrizio Durante We give a representation of the class of all n dimensional copulas

More information

Applications of Linear Programming

Applications of Linear Programming Applications of Linear Programming lecturer: András London University of Szeged Institute of Informatics Department of Computational Optimization Lecture 8 The portfolio selection problem The portfolio

More information

Optimal Dividend Policy of A Large Insurance Company with Solvency Constraints. Zongxia Liang

Optimal Dividend Policy of A Large Insurance Company with Solvency Constraints. Zongxia Liang Optimal Dividend Policy of A Large Insurance Company with Solvency Constraints Zongxia Liang Department of Mathematical Sciences Tsinghua University, Beijing 100084, China zliang@math.tsinghua.edu.cn Joint

More information

Implied Systemic Risk Index (work in progress, still at an early stage)

Implied Systemic Risk Index (work in progress, still at an early stage) Implied Systemic Risk Index (work in progress, still at an early stage) Carole Bernard, joint work with O. Bondarenko and S. Vanduffel IPAM, March 23-27, 2015: Workshop I: Systemic risk and financial networks

More information

AN ALGORITHM FOR FINDING SHORTEST ROUTES FROM ALL SOURCE NODES TO A GIVEN DESTINATION IN GENERAL NETWORKS*

AN ALGORITHM FOR FINDING SHORTEST ROUTES FROM ALL SOURCE NODES TO A GIVEN DESTINATION IN GENERAL NETWORKS* 526 AN ALGORITHM FOR FINDING SHORTEST ROUTES FROM ALL SOURCE NODES TO A GIVEN DESTINATION IN GENERAL NETWORKS* By JIN Y. YEN (University of California, Berkeley) Summary. This paper presents an algorithm

More information

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 005 Seville, Spain, December 1-15, 005 WeA11.6 OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF

More information

Inversion Formulae on Permutations Avoiding 321

Inversion Formulae on Permutations Avoiding 321 Inversion Formulae on Permutations Avoiding 31 Pingge Chen College of Mathematics and Econometrics Hunan University Changsha, P. R. China. chenpingge@hnu.edu.cn Suijie Wang College of Mathematics and Econometrics

More information

The Assignment Problem

The Assignment Problem The Assignment Problem E.A Dinic, M.A Kronrod Moscow State University Soviet Math.Dokl. 1969 January 30, 2012 1 Introduction Motivation Problem Definition 2 Motivation Problem Definition Outline 1 Introduction

More information

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies George Tauchen Duke University Viktor Todorov Northwestern University 2013 Motivation

More information

Stochastic Proximal Algorithms with Applications to Online Image Recovery

Stochastic Proximal Algorithms with Applications to Online Image Recovery 1/24 Stochastic Proximal Algorithms with Applications to Online Image Recovery Patrick Louis Combettes 1 and Jean-Christophe Pesquet 2 1 Mathematics Department, North Carolina State University, Raleigh,

More information

On Complexity of Multistage Stochastic Programs

On Complexity of Multistage Stochastic Programs On Complexity of Multistage Stochastic Programs Alexander Shapiro School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332-0205, USA e-mail: ashapiro@isye.gatech.edu

More information

Eco 504, Macroeconomic Theory II Final exam, Part 1, Monetary Theory and Policy, with Solutions

Eco 504, Macroeconomic Theory II Final exam, Part 1, Monetary Theory and Policy, with Solutions Eco 504, Part 1, Spring 2006 504_F1s_S06.tex Lars Svensson 3/16/06 Eco 504, Macroeconomic Theory II Final exam, Part 1, Monetary Theory and Policy, with Solutions Answer all questions. You have 120 minutes

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

Preliminary Notions in Game Theory

Preliminary Notions in Game Theory Chapter 7 Preliminary Notions in Game Theory I assume that you recall the basic solution concepts, namely Nash Equilibrium, Bayesian Nash Equilibrium, Subgame-Perfect Equilibrium, and Perfect Bayesian

More information

Kutay Cingiz, János Flesch, P. Jean-Jacques Herings, Arkadi Predtetchinski. Doing It Now, Later, or Never RM/15/022

Kutay Cingiz, János Flesch, P. Jean-Jacques Herings, Arkadi Predtetchinski. Doing It Now, Later, or Never RM/15/022 Kutay Cingiz, János Flesch, P Jean-Jacques Herings, Arkadi Predtetchinski Doing It Now, Later, or Never RM/15/ Doing It Now, Later, or Never Kutay Cingiz János Flesch P Jean-Jacques Herings Arkadi Predtetchinski

More information

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

Pricing and hedging in incomplete markets

Pricing and hedging in incomplete markets Pricing and hedging in incomplete markets Chapter 10 From Chapter 9: Pricing Rules: Market complete+nonarbitrage= Asset prices The idea is based on perfect hedge: H = V 0 + T 0 φ t ds t + T 0 φ 0 t ds

More information

Elif Özge Özdamar T Reinforcement Learning - Theory and Applications February 14, 2006

Elif Özge Özdamar T Reinforcement Learning - Theory and Applications February 14, 2006 On the convergence of Q-learning Elif Özge Özdamar elif.ozdamar@helsinki.fi T-61.6020 Reinforcement Learning - Theory and Applications February 14, 2006 the covergence of stochastic iterative algorithms

More information

Essays on Some Combinatorial Optimization Problems with Interval Data

Essays on Some Combinatorial Optimization Problems with Interval Data Essays on Some Combinatorial Optimization Problems with Interval Data a thesis submitted to the department of industrial engineering and the institute of engineering and sciences of bilkent university

More information

Optimization Models in Financial Mathematics

Optimization Models in Financial Mathematics Optimization Models in Financial Mathematics John R. Birge Northwestern University www.iems.northwestern.edu/~jrbirge Illinois Section MAA, April 3, 2004 1 Introduction Trends in financial mathematics

More information

Choosing to Rank. Stephen Ragain, Johan Ugander Management Science and Engineering Stanford University

Choosing to Rank. Stephen Ragain, Johan Ugander Management Science and Engineering Stanford University Choosing to Rank arxiv:submit/2384303 [cs.lg] 13 Sep 2018 Stephen Ragain, Johan Ugander Management Science and Engineering Stanford University sragain@stanford.edu, jugander@stanford.edu Abstract Ranking

More information

Answer Key for M. A. Economics Entrance Examination 2017 (Main version)

Answer Key for M. A. Economics Entrance Examination 2017 (Main version) Answer Key for M. A. Economics Entrance Examination 2017 (Main version) July 4, 2017 1. Person A lexicographically prefers good x to good y, i.e., when comparing two bundles of x and y, she strictly prefers

More information

REVERSE-ENGINEERING COUNTRY RISK RATINGS: A COMBINATORIAL NON-RECURSIVE MODEL. Peter L. Hammer Alexander Kogan Miguel A. Lejeune

REVERSE-ENGINEERING COUNTRY RISK RATINGS: A COMBINATORIAL NON-RECURSIVE MODEL. Peter L. Hammer Alexander Kogan Miguel A. Lejeune REVERSE-ENGINEERING COUNTRY RISK RATINGS: A COMBINATORIAL NON-RECURSIVE MODEL Peter L. Hammer Alexander Kogan Miguel A. Lejeune Importance of Country Risk Ratings Globalization Expansion and diversification

More information

Methods and Models of Loss Reserving Based on Run Off Triangles: A Unifying Survey

Methods and Models of Loss Reserving Based on Run Off Triangles: A Unifying Survey Methods and Models of Loss Reserving Based on Run Off Triangles: A Unifying Survey By Klaus D Schmidt Lehrstuhl für Versicherungsmathematik Technische Universität Dresden Abstract The present paper provides

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

Chapter 7. Sampling Distributions and the Central Limit Theorem Chapter 7. Sampling Distributions and the Central Limit Theorem 1 Introduction 2 Sampling Distributions related to the normal distribution 3 The central limit theorem 4 The normal approximation to binomial

More information

Martingales. by D. Cox December 2, 2009

Martingales. by D. Cox December 2, 2009 Martingales by D. Cox December 2, 2009 1 Stochastic Processes. Definition 1.1 Let T be an arbitrary index set. A stochastic process indexed by T is a family of random variables (X t : t T) defined on a

More information

Kernel Conditional Quantile Estimation via Reduction Revisited

Kernel Conditional Quantile Estimation via Reduction Revisited Kernel Conditional Quantile Estimation via Reduction Revisited Novi Quadrianto Novi.Quad@gmail.com The Australian National University, Australia NICTA, Statistical Machine Learning Program, Australia Joint

More information

Discrete time interest rate models

Discrete time interest rate models slides for the course Interest rate theory, University of Ljubljana, 2012-13/I, part II József Gáll University of Debrecen, Faculty of Economics Nov. 2012 Jan. 2013, Ljubljana Introduction to discrete

More information

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon.

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Chapter 14: random variables p394 A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Consider the experiment of tossing a coin. Define a random variable

More information

Orthogonality to the value group is the same as generic stability in C-minimal expansions of ACVF

Orthogonality to the value group is the same as generic stability in C-minimal expansions of ACVF Orthogonality to the value group is the same as generic stability in C-minimal expansions of ACVF Will Johnson February 18, 2014 1 Introduction Let T be some C-minimal expansion of ACVF. Let U be the monster

More information

arxiv: v1 [q-fin.rm] 20 Jan 2011

arxiv: v1 [q-fin.rm] 20 Jan 2011 Submitted to Some Journal manuscript June 1, 2018 An Active Margin System and its Application in Chinese Margin Lending Market arxiv:1101.3974v1 [q-fin.rm] 20 Jan 2011 Guanghui Huang College of Mathematics

More information

Chapter 4: Asymptotic Properties of MLE (Part 3)

Chapter 4: Asymptotic Properties of MLE (Part 3) Chapter 4: Asymptotic Properties of MLE (Part 3) Daniel O. Scharfstein 09/30/13 1 / 1 Breakdown of Assumptions Non-Existence of the MLE Multiple Solutions to Maximization Problem Multiple Solutions to

More information

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p. 57) #4.1, 4., 4.3 Week (pp 58 6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15 19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9 31) #.,.6,.9 Week 4 (pp 36 37)

More information

A Property Equivalent to n-permutability for Infinite Groups

A Property Equivalent to n-permutability for Infinite Groups Journal of Algebra 221, 570 578 (1999) Article ID jabr.1999.7996, available online at http://www.idealibrary.com on A Property Equivalent to n-permutability for Infinite Groups Alireza Abdollahi* and Aliakbar

More information

Practice Problems 1: Moral Hazard

Practice Problems 1: Moral Hazard Practice Problems 1: Moral Hazard December 5, 2012 Question 1 (Comparative Performance Evaluation) Consider the same normal linear model as in Question 1 of Homework 1. This time the principal employs

More information

Financial Linkages, Portfolio Choice and Systemic Risk

Financial Linkages, Portfolio Choice and Systemic Risk Financial Linkages, Portfolio Choice and Systemic Risk Andrea Galeotti Sanjeev Goyal Christian Ghiglino LSE 2016 Motivation Financial linkages reflect cross-ownership and borrowing between banks and corporations.

More information

ADDING A LOT OF COHEN REALS BY ADDING A FEW II. 1. Introduction

ADDING A LOT OF COHEN REALS BY ADDING A FEW II. 1. Introduction ADDING A LOT OF COHEN REALS BY ADDING A FEW II MOTI GITIK AND MOHAMMAD GOLSHANI Abstract. We study pairs (V, V 1 ), V V 1, of models of ZF C such that adding κ many Cohen reals over V 1 adds λ many Cohen

More information

Sublinear Time Algorithms Oct 19, Lecture 1

Sublinear Time Algorithms Oct 19, Lecture 1 0368.416701 Sublinear Time Algorithms Oct 19, 2009 Lecturer: Ronitt Rubinfeld Lecture 1 Scribe: Daniel Shahaf 1 Sublinear-time algorithms: motivation Twenty years ago, there was practically no investigation

More information

Understanding Deep Learning Requires Rethinking Generalization

Understanding Deep Learning Requires Rethinking Generalization Understanding Deep Learning Requires Rethinking Generalization ChiyuanZhang 1 Samy Bengio 3 Moritz Hardt 3 Benjamin Recht 2 Oriol Vinyals 4 1 Massachusetts Institute of Technology 2 University of California,

More information

Performance Measurement and Best Practice Benchmarking of Mutual Funds:

Performance Measurement and Best Practice Benchmarking of Mutual Funds: Performance Measurement and Best Practice Benchmarking of Mutual Funds: Combining Stochastic Dominance criteria with Data Envelopment Analysis Timo Kuosmanen Wageningen University, The Netherlands CEMMAP

More information

SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) Syllabus for PEA (Mathematics), 2013

SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) Syllabus for PEA (Mathematics), 2013 SYLLABUS AND SAMPLE QUESTIONS FOR MSQE (Program Code: MQEK and MQED) 2013 Syllabus for PEA (Mathematics), 2013 Algebra: Binomial Theorem, AP, GP, HP, Exponential, Logarithmic Series, Sequence, Permutations

More information

BMI/CS 776 Lecture #15: Multiple Alignment - ProbCons. Colin Dewey

BMI/CS 776 Lecture #15: Multiple Alignment - ProbCons. Colin Dewey BMI/CS 776 Lecture #15: Multiple Alignment - ProbCons Colin Dewey 2007.03.13 1 Probabilistic multiple alignment Like Needleman-Wunsch, pair HMMs can be generalized to n > 2 sequences Unfortunately, the

More information

Noureddine Kouaissah, Sergio Ortobelli, Tomas Tichy University of Bergamo, Italy and VŠB-Technical University of Ostrava, Czech Republic

Noureddine Kouaissah, Sergio Ortobelli, Tomas Tichy University of Bergamo, Italy and VŠB-Technical University of Ostrava, Czech Republic Noureddine Kouaissah, Sergio Ortobelli, Tomas Tichy University of Bergamo, Italy and VŠB-Technical University of Ostrava, Czech Republic CMS Bergamo, 05/2017 Agenda Motivations Stochastic dominance between

More information

MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory

MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory MS-E2114 Investment Science Lecture 5: Mean-variance portfolio theory A. Salo, T. Seeve Systems Analysis Laboratory Department of System Analysis and Mathematics Aalto University, School of Science Overview

More information

Financial Economics 4: Portfolio Theory

Financial Economics 4: Portfolio Theory Financial Economics 4: Portfolio Theory Stefano Lovo HEC, Paris What is a portfolio? Definition A portfolio is an amount of money invested in a number of financial assets. Example Portfolio A is worth

More information

MACROECONOMICS. Prelim Exam

MACROECONOMICS. Prelim Exam MACROECONOMICS Prelim Exam Austin, June 1, 2012 Instructions This is a closed book exam. If you get stuck in one section move to the next one. Do not waste time on sections that you find hard to solve.

More information

X i = 124 MARTINGALES

X i = 124 MARTINGALES 124 MARTINGALES 5.4. Optimal Sampling Theorem (OST). First I stated it a little vaguely: Theorem 5.12. Suppose that (1) T is a stopping time (2) M n is a martingale wrt the filtration F n (3) certain other

More information

On Sensitivity Value of Pair-Matched Observational Studies

On Sensitivity Value of Pair-Matched Observational Studies On Sensitivity Value of Pair-Matched Observational Studies Qingyuan Zhao Department of Statistics, University of Pennsylvania August 2nd, JSM 2017 Manuscript and slides are available at http://www-stat.wharton.upenn.edu/~qyzhao/.

More information

PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET

PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET Vladimirs Jansons Konstantins Kozlovskis Natala Lace Faculty of Engineering Economics Riga Technical University Kalku

More information

Lecture 23: April 10

Lecture 23: April 10 CS271 Randomness & Computation Spring 2018 Instructor: Alistair Sinclair Lecture 23: April 10 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

ERM (Part 1) Measurement and Modeling of Depedencies in Economic Capital. PAK Study Manual

ERM (Part 1) Measurement and Modeling of Depedencies in Economic Capital. PAK Study Manual ERM-101-12 (Part 1) Measurement and Modeling of Depedencies in Economic Capital Related Learning Objectives 2b) Evaluate how risks are correlated, and give examples of risks that are positively correlated

More information

Optimal Portfolio Inputs: Various Methods

Optimal Portfolio Inputs: Various Methods Optimal Portfolio Inputs: Various Methods Prepared by Kevin Pei for The Fund @ Sprott Abstract: In this document, I will model and back test our portfolio with various proposed models. It goes without

More information

SYLLABUS AND SAMPLE QUESTIONS FOR MS(QE) Syllabus for ME I (Mathematics), 2012

SYLLABUS AND SAMPLE QUESTIONS FOR MS(QE) Syllabus for ME I (Mathematics), 2012 SYLLABUS AND SAMPLE QUESTIONS FOR MS(QE) 2012 Syllabus for ME I (Mathematics), 2012 Algebra: Binomial Theorem, AP, GP, HP, Exponential, Logarithmic Series, Sequence, Permutations and Combinations, Theory

More information

REORDERING AN EXISTING QUEUE

REORDERING AN EXISTING QUEUE DEPARTMENT OF ECONOMICS REORDERING AN EXISTING QUEUE YOUNGSUB CHUN, MANIPUSHPAK MITRA, AND SURESH MUTUSWAMI Working Paper No. 13/15 July 2013 REORDERING AN EXISTING QUEUE YOUNGSUB CHUN, MANIPUSHPAK MITRA,

More information

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns Journal of Computational and Applied Mathematics 235 (2011) 4149 4157 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

A relation on 132-avoiding permutation patterns

A relation on 132-avoiding permutation patterns Discrete Mathematics and Theoretical Computer Science DMTCS vol. VOL, 205, 285 302 A relation on 32-avoiding permutation patterns Natalie Aisbett School of Mathematics and Statistics, University of Sydney,

More information

IEOR 130 Review. Methods for Manufacturing Improvement. Prof. Robert C. Leachman University of California at Berkeley.

IEOR 130 Review. Methods for Manufacturing Improvement. Prof. Robert C. Leachman University of California at Berkeley. IEOR 130 Review Methods for Manufacturing Improvement Prof. Robert C. Leachman University of California at Berkeley November, 2017 IEOR 130 Purpose of course: instill cross-disciplinary, industrial engineering

More information

Implementing the HJM model by Monte Carlo Simulation

Implementing the HJM model by Monte Carlo Simulation Implementing the HJM model by Monte Carlo Simulation A CQF Project - 2010 June Cohort Bob Flagg Email: bob@calcworks.net January 14, 2011 Abstract We discuss an implementation of the Heath-Jarrow-Morton

More information