A Bayesian rating system using W-Stein s identity

Size: px
Start display at page:

Download "A Bayesian rating system using W-Stein s identity"

Transcription

1 A Bayesian rating system using W-Stein s identity Ruby Chiu-Hsing Weng Department of Statistics National Chengchi University Joint work with C.-J. Lin Ruby Chiu-Hsing Weng (National Chengchi Univ.) 1 / 33

2 Outline The rating problem The rating problem Review online rating systems Bayesian approximation methods Our approach Experiments on game data Ruby Chiu-Hsing Weng (National Chengchi Univ.) 2 / 33

3 Rating/Ranking The rating problem paired comparison: chess, tennis multiple comparison: car racing, horse racing multiple teams/players comparison: double tennis, bridge, sports, online games - 3 teams: (A1,A2,A3), (B1,B2), (C1,C2,C3,C4) Questions: Who will win the next game? Top 10? A global ranking? Ruby Chiu-Hsing Weng (National Chengchi Univ.) 3 / 33

4 Online rating The rating problem Online rating: online method for rating An online method learns cases sequentially. procedure: - predict the next outcome - soon the outcome is available - refine the prediction model discard cases after learning; large-scale data Online rating: - rank individuals/estimate skills (after each game) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 4 / 33

5 Outline Review online rating systems The rating problem Review online rating systems Bayesian approximation methods Our approach Experiments on game data Ruby Chiu-Hsing Weng (National Chengchi Univ.) 5 / 33

6 Online rating systems Review online rating systems Elo (Elo (1960, 1986)): the first chess rating system with probabilistic underpinning - US Chess Federation (USCF), World Chess Federation (FIDE), world football league, etc Glicko (Glickman (1992)): Bayesian rating system - the free internet chess server, etc TrueSkill TM (Herbrich, Graepel and Minka (Microsoft Research 2006)): Bayesian rating system - Microsoft Xbox Live (multiple teams/players) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 6 / 33

7 Elo vs Glicko Review online rating systems Elo (a physics professor): player s skill characterized by strength θ θ i θ i + K(s i P(i wins)) Glicko (a statistics professor): θ Normal(µ, σ 2 ) player s skill characterized by (µ, σ 2 ) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 7 / 33

8 A Bayesian framework Review online rating systems player s skill θ (µ, σ 2 ) before the game, i s skill is N(µ i, σ 2 i ) after the game, i s skill is N(µ new i, (σ 2 i )new ), the posterior mean and variance of θ i Ruby Chiu-Hsing Weng (National Chengchi Univ.) 8 / 33

9 Outline Bayesian approximation methods The rating problem Review online rating systems Bayesian approximation methods Our approach Experiments on game data Ruby Chiu-Hsing Weng (National Chengchi Univ.) 9 / 33

10 The game model Bayesian approximation methods prior of stregnth θ i : N(µ i, σi 2 ), i = 1,..., k D: game outcome likelihood: L(θ) = P(D θ) the posterior density of θ = (θ 1,..., θ k ) : p(θ D) p(θ) P(D θ) goal: derive E(θ D) and Var(θ D) fast and accurate Ruby Chiu-Hsing Weng (National Chengchi Univ.) 10 / 33

11 Models for ranked data Bayesian approximation methods R: observed rank of k objects of a game Thurstone-Mosteller (TM) model (1927) - X i : unobserved actual performance of object i - X i N(θ i, σ 2 ), θ i is strength of i. - Example, k = 2 R = (1, 2) if and only if X 1 > X 2. L(θ) = P(X 1 > X 2 ) = Φ( θ 1 θ 2 2σ 2 ) Bradley-Terry (BT) model: X 1 X 2 logistic L(θ) = P(X 1 > X 2 ) = θ 1 θ 1 + θ 2, θ i > 0 Ruby Chiu-Hsing Weng (National Chengchi Univ.) 11 / 33

12 then use TM or BT for paired comparison. It involves several terms! Ruby Chiu-Hsing Weng (National Chengchi Univ.) 12 / 33 Bayesian approximation methods Likelihood for a multiple-team game Suppose R=(1,2,3,4). Plackett-Luce (PL) model: (a generalization of BT) ( ) ( ) ( ) θ 1 θ 2 θ3 L(θ) = θ 1 + θ 2 + θ 3 + θ 4 θ 2 + θ 3 + θ 4 θ 3 + θ 4 Alternative: first decompose L(θ) = P(X 1 > X 2 )P(X 1 > X 3 )P(X 1 > X 4 )P(X 2 > X 3 ) P(X 2 > X 4 )P(X 3 > X 4 )

13 Bayesian approximations Bayesian approximation methods Bayesian inference often involves intractable integrations. Popular approximation techniques: Markov Chain Monte Carlo (MCMC) - draw samples approximately from p(θ D) - slow for large-scale data - we need only E(θ D) and Var(θ D) Laplace method variational Bayes bound integral by Jensen s ineq. Ruby Chiu-Hsing Weng (National Chengchi Univ.) 13 / 33

14 Glicko and TrueSkill TM Bayesian approximation methods Glicko: rating of chessplayers - two players - update skills after a rating period (e.g. a tournament) - better to have 5-10 games per player - based on CLT and some ad doc methods p(θ D) p(θ) P(D θ) TrueSkill: rating of players for Microsoft Xbox - multiple teams/players - update skills after a single game - based on EP (expectation propagation) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 14 / 33

15 More on TrueSkill TM Bayesian approximation methods For multiple-team games L(θ) = P(θ D) = P 1 P 2 P m expectation propagation: 1. employ Assumed Density Filtering (ADF) (it learns P 1, P 2,... sequentially; sensitive to order ) 2. recursively refine it update rule: - analytic form available for two-team game (k = 2) - numerical integration for k > 2 (slower) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 15 / 33

16 Bayesian approximation methods TrueSkill Ranking System - Microsoft Research Videos Projects Publications People Downloads Home Our Research Connections Careers Worldwide Labs Research Areas Research Groups The making of 20 years Watch and subscribe > Projects > TrueSkill Ranking System TrueSkill Ranking System The TrueSkill ranking system is a skill based ranking system for Xbox Live developed at Microsoft Research. Detailed Description Calculators FAQ The TrueSkill ranking system is a skill based ranking system for Xbox Live developed at Microsoft Research. The purpose of a ranking system is to both identify and track the skills of gamers in a game (mode) in order to be able to match them into competitive matches. The TrueSkill ranking system only uses the final standings of all teams in a game in order to update the skill estimates (ranks) of all gamers playing in this game. Ranking systems have been proposed for many sports but possibly the most prominent ranking system in use today is ELO. Ranking Players So, what is so special about the TrueSkill ranking system? In short, the biggest difference to other ranking systems is that in the TrueSkill ranking system skill is characterised by two numbers: The average skill of the gamer (μ in the picture). The degree of uncertainty in the gamer's skill (σ in the picture). The ranking system maintains a belief in every gamer's skill using these two numbers. If the Ruby Chiu-Hsing Weng (National Chengchi Univ.) uncertainty is still high, the ranking system 16 / 33

17 Outline Our approach The rating problem Review online rating systems Bayesian approximation methods Our approach Experiments on game data Ruby Chiu-Hsing Weng (National Chengchi Univ.) 17 / 33

18 Our approach Stein s lemma vs Stein s identity Stein s lemma (Stein 1961, 1981): the expectations of normal distributions W is standard normal iff E(f (W )) = E(Wf (W )) applications: James-Stein estimator, empirical Bayes Stein s Identity (Woodroofe, 1989): the expectations of distributions which are nearly normal: dγ(z) = f (z)φ(z)dz coined as W-Stein s identity (Weng and Lin, 2011) essentially exchange the orders of integration Ruby Chiu-Hsing Weng (National Chengchi Univ.) 18 / 33

19 The basic equations Our approach Z: a k-dim random vector with density p(z) φ p (z)f (z) Let E be expectation w.r.t. Z. By W-Stein s Identity, E(Z) = E [ ] f (Z), E(Z i Z j ) = δ ij + E f (Z) [ ] 2 f (Z) f (Z) ij : gradient w.r.t. z; [ ] ij : ij component of a matrix δ ij = 1 if i = j and 0 otherwise. Ruby Chiu-Hsing Weng (National Chengchi Univ.) 19 / 33

20 The game model Our approach prior of θ i : N(µ i, σi 2 ), i = 1,..., k let Z i = θ i µ i σ i ; the posterior of Z = (Z 1,..., Z k ): p(z D) φ k (z) f (z) Here f (z) = P(D z). If f (z) = f 1 (z) f m (z), then [ ] f (Z) E(Z D) = E f (Z) [ ] [ ] f1 (Z) f2 (Z) = E + E + + E f 1 (Z) f 2 (Z) [ ] fm (Z). f m (Z) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 20 / 33

21 Team skill Our approach µ new i [ ] f (Z)/ Zi = µ i + σ i E[Z i D] = µ i + σ i E f (Z) ( i ) 2 = σi 2 Var[Z i D] = σi 2 E[Z 2 i ] E[Z i ] 2) ( [ ] [ ] ) = σi f (Z) f (Z)/ Zi 1 + E E. f (Z) f (Z) (σ new ii Approximate these expectations at z i = 0, i.e. θ i = µ i i.e. as if distribution of θ is concentrated on µ. Ruby Chiu-Hsing Weng (National Chengchi Univ.) 21 / 33

22 Our approach How accurate is the approximation? Assess accuracy for k = 2 and Thurstone-Mosteller model X i N(θ i, βi 2) Joint posterior pdf of (θ 1, θ 2 ) ( ) θ1 µ 1 φ φ σ 1 ( θ2 µ 2 σ 2 ) ( Φ Exact E(θ i D) can be derived. Suggest correcting our approximation by β 2 i + σ 2 i β 2 i. θ 1 θ 2 β β 2 2 ), Ruby Chiu-Hsing Weng (National Chengchi Univ.) 22 / 33

23 Individual skill Our approach After updating k team skills, we can apply our method to update individual player in each team. Here the ith team has n i players the jth player in ith team has strength θ ij prior of θ ij is N(µ ij, σ 2 ij ) assume θ i = j θ ij so, prior of θ i is N( j µ ij, j σ2 ij ) Ruby Chiu-Hsing Weng (National Chengchi Univ.) 23 / 33

24 Reparametrize f (z) Our approach Let Z ij θ ij µ ij σ ij. So, Z i θ i µ i σ i = j σ ijz ij σ i z = [z 1,..., z k ] T, z = [z 11,..., z 1n1,..., z k1,..., z knk ] T. Probability of game outcome f (z) is: n 1 f (z) = f σ 1j z 1j n k σ kj z kj,..., σ 1 σ k j=1 j=1 = f ( z) ( ) f (z)/ z ij Update rule: µ ij µ ij + σ ij E f Ruby Chiu-Hsing Weng (National Chengchi Univ.) 24 / 33

25 Our update rules Our approach Team skill update: µ i µ i + Ω i σi 2 σi 2 max(1 i, κ) where κ is a small positive value (0.0001). Individual skill update: µ ij µ ij + σ2 ij σ 2 ij σ 2 ij max ( σ 2 i Ω i 1 σ2 ij σ 2 i i, κ (adjustment to µ ij ) σ 2 ij Ruby Chiu-Hsing Weng (National Chengchi Univ.) 25 / 33 )

26 Outline Experiments on game data The rating problem Review online rating systems Bayesian approximation methods Our approach Experiments on game data Ruby Chiu-Hsing Weng (National Chengchi Univ.) 26 / 33

27 Game Data Experiments on game data Data: generated by Bungie Studios during the beta testing of the Xbox title Halo 2. Game type # games # players description Free for All 5,943 60,022 up to 8 players in a game Small Teams 27,539 4,992 up to 12 players in 2 teams Head to Head 6,227 1,672 2 players in a game Large Teams 1,199 2,576 up to 16 players in 2 teams Table: Data summary Ruby Chiu-Hsing Weng (National Chengchi Univ.) 27 / 33

28 Experiments on game data Comparison with TrueSkill TM BT PL TM TrueSkill Free for All *30.59% 31.74% 44.65% 30.82% Small Teams 33.97% *33.89% 36.46% 35.23% Head to Head 32.53% 32.53% *32.44% *32.44% Large Teams *37.30% 37.67% 39.37% 38.15% Table: Prediction error. We apply our method for BT, PL, TM models. The prediction uses µ 3σ. red: accuracy beats TrueSkill *: best among four methods Ruby Chiu-Hsing Weng (National Chengchi Univ.) 28 / 33

29 TM vs BT Experiments on game data BT seems better than TM Thurstone-Mosteller: X 1 X 2 follows normal. Bradley-Terry: X 1 X 2 follows logistic. Most currently used Elo variants use logistic rather than normal, because it is argued that: Ruby Chiu-Hsing Weng (National Chengchi Univ.) 29 / 33

30 TM vs BT Experiments on game data BT seems better than TM Thurstone-Mosteller: X 1 X 2 follows normal. Bradley-Terry: X 1 X 2 follows logistic. Most currently used Elo variants use logistic rather than normal, because it is argued that: weaker players have significantly greater winning chances than normal model predicts. Ruby Chiu-Hsing Weng (National Chengchi Univ.) 29 / 33

31 Normal vs logistic Experiments on game data Solid line: normal; Dashed line: logistic x-axis: θ 1 θ 2 ; y-axis: Prob(player 1 wins) Winning probability of player θ 1 θ Ruby Chiu-Hsing Weng (National Chengchi Univ.) 30 / 33

32 Normal vs logistic Experiments on game data Solid line: normal; Dashed line: logistic With logistic, weaker player has bigger winning chance Winning probability of player θ 1 θ Ruby Chiu-Hsing Weng (National Chengchi Univ.) 31 / 33

33 Computation time Experiments on game data implementation: C and F# TrueSkill is written in F# Free for All : using F# TrueSkill 13 seconds, ours 1.2 seconds competitive accuracy and shorter running time online_ranking Ruby Chiu-Hsing Weng (National Chengchi Univ.) 32 / 33

34 Comparison with Glicko Experiments on game data Glicko TrueSkill ours Model BT TM BT, PL, TM Game type 2 teams multiple multiple Technique CLT EP W-Stein Update after a rating period one game one game * The single-game version of Glicko has prediction error 33.88% on Head to Head * Results by ours and TrueSkill: 32.53% 32.53% 32.44% 32.44% * Possible reason: Glicko is for a rating period * Glicko considers the increase in variance with the elapse of time Ruby Chiu-Hsing Weng (National Chengchi Univ.) 33 / 33

35 Experiments on game data A. E. Elo. The Rating of Chessplayers, Past and Present. Arco Pub., New York, 2nd edition, M. Glickman. Parameter estimation in large dynamic paired comparison experiments. Applied Statistics, 48(3): , R. Herbrich, T. Minka, and T. Graepel. TrueSkill TM : A Bayesian skill rating system. Advances in Neural Information Processing Systems 19, pages MIT Press, Cambridge, MA, R. C. Weng and C.-J. Lin. A Bayesian approximation method for online ranking. Journal of Machine Learning Research, 12: , Ruby Chiu-Hsing Weng (National Chengchi Univ.) 33 / 33

Outcome Forecasting in Sports. Ondřej Hubáček

Outcome Forecasting in Sports. Ondřej Hubáček Outcome Forecasting in Sports Ondřej Hubáček Motivation & Challenges Motivation exploiting betting markets performance optimization Challenges no available datasets difficulties with establishing the state-of-the-art

More information

RANKING METHODS FOR OLYMPIC SPORTS: A CASE STUDY BY THE U.S. OLYMPIC COMMITTEE AND THE COLLEGE OF CHARLESTON

RANKING METHODS FOR OLYMPIC SPORTS: A CASE STUDY BY THE U.S. OLYMPIC COMMITTEE AND THE COLLEGE OF CHARLESTON RANKING METHODS FOR OLYMPIC SPORTS: A CASE STUDY BY THE U.S. OLYMPIC COMMITTEE AND THE COLLEGE OF CHARLESTON PETER GREENE, STEPHEN GORMAN, ANDREW PASSARELLO 1, BRYCE PRUITT 2, JOHN SUSSINGHAM, AMY N. LANGVILLE,

More information

SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN

SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN EXTENSIONS OF THE TRUESKILL TM RATING SYSTEM SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN Abstract. The TrueSkill TM Bayesian rating system, developed a few years ago in Microsoft Research, provides an

More information

arxiv: v1 [cs.ds] 16 Jun 2016

arxiv: v1 [cs.ds] 16 Jun 2016 TSSort Probabilistic Noise Resistant Sorting Jörn Hees 1,, Benjamin Adrian, Ralf Biedert, Thomas Roth-Berghofer,3 and Andreas Dengel 1, arxiv:166.589v1 [cs.ds] 16 Jun 16 1 CS Department, University of

More information

The Glicko system. Professor Mark E. Glickman Boston University

The Glicko system. Professor Mark E. Glickman Boston University The Glicko system Professor Mark E. Glickman Boston University Arguably one of the greatest fascinations of tournament chess players and competitors of other games is the measurement of playing strength.

More information

APILOT attempts to land in marginal conditions. Multiple

APILOT attempts to land in marginal conditions. Multiple Skill Rating by Bayesian Inference Giuseppe Di Fatta, Guy McC. Haworth and Kenneth W. Regan Abstract Systems Engineering often involves computer modelling the behaviour of proposed systems and their components.

More information

Predicting Army Combat Outcomes in StarCraft

Predicting Army Combat Outcomes in StarCraft Proceedings of the Ninth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment Predicting Army Combat Outcomes in StarCraft Marius Stanescu, Sergio Poo Hernandez, Graham Erickson,

More information

Alternation in the repeated Battle of the Sexes

Alternation in the repeated Battle of the Sexes Alternation in the repeated Battle of the Sexes Aaron Andalman & Charles Kemp 9.29, Spring 2004 MIT Abstract Traditional game-theoretic models consider only stage-game strategies. Alternation in the repeated

More information

Move Prediction in Go Modelling Feature Interactions Using Latent Factors

Move Prediction in Go Modelling Feature Interactions Using Latent Factors Move Prediction in Go Modelling Feature Interactions Using Latent Factors Martin Wistuba and Lars Schmidt-Thieme University of Hildesheim Information Systems & Machine Learning Lab {wistuba, schmidt-thieme}@ismll.de

More information

Player Skill Rating for Games with Random Matchmaking

Player Skill Rating for Games with Random Matchmaking Charles University in Prague Faculty of Social Sciences Institute of Economic Studies MASTER S THESIS Player Skill Rating for Games with Random Matchmaking Author: Bc. Jan Hubík, MBA Supervisor: RNDr.

More information

BIOS 312: MODERN REGRESSION ANALYSIS

BIOS 312: MODERN REGRESSION ANALYSIS BIOS 312: MODERN REGRESSION ANALYSIS James C (Chris) Slaughter Department of Biostatistics Vanderbilt University School of Medicine james.c.slaughter@vanderbilt.edu biostat.mc.vanderbilt.edu/coursebios312

More information

Machine Learning of Noise for LHD Thomson Scattering System. Keisuke Fujii, Kyoto univ.

Machine Learning of Noise for LHD Thomson Scattering System. Keisuke Fujii, Kyoto univ. Machine Learning of Noise for LHD Thomson Scattering System Keisuke Fujii, Kyoto univ. LHD Thomson scattering data Large helical device plasma (a) LHD-Thomson scattering system plasma r ( laser fiber array

More information

Using Neural Network and Monte-Carlo Tree Search to Play the Game TEN

Using Neural Network and Monte-Carlo Tree Search to Play the Game TEN Using Neural Network and Monte-Carlo Tree Search to Play the Game TEN Weijie Chen Fall 2017 Weijie Chen Page 1 of 7 1. INTRODUCTION Game TEN The traditional game Tic-Tac-Toe enjoys people s favor. Moreover,

More information

Efficiency and detectability of random reactive jamming in wireless networks

Efficiency and detectability of random reactive jamming in wireless networks Efficiency and detectability of random reactive jamming in wireless networks Ni An, Steven Weber Modeling & Analysis of Networks Laboratory Drexel University Department of Electrical and Computer Engineering

More information

Towards Strategic Kriegspiel Play with Opponent Modeling

Towards Strategic Kriegspiel Play with Opponent Modeling Towards Strategic Kriegspiel Play with Opponent Modeling Antonio Del Giudice and Piotr Gmytrasiewicz Department of Computer Science, University of Illinois at Chicago Chicago, IL, 60607-7053, USA E-mail:

More information

Antennas and Propagation. Chapter 6d: Diversity Techniques and Spatial Multiplexing

Antennas and Propagation. Chapter 6d: Diversity Techniques and Spatial Multiplexing Antennas and Propagation d: Diversity Techniques and Spatial Multiplexing Introduction: Diversity Diversity Use (or introduce) redundancy in the communications system Improve (short time) link reliability

More information

An Adaptive Intelligence For Heads-Up No-Limit Texas Hold em

An Adaptive Intelligence For Heads-Up No-Limit Texas Hold em An Adaptive Intelligence For Heads-Up No-Limit Texas Hold em Etan Green December 13, 013 Skill in poker requires aptitude at a single task: placing an optimal bet conditional on the game state and the

More information

Computing Elo Ratings of Move Patterns. Game of Go

Computing Elo Ratings of Move Patterns. Game of Go in the Game of Go Presented by Markus Enzenberger. Go Seminar, University of Alberta. May 6, 2007 Outline Introduction Minorization-Maximization / Bradley-Terry Models Experiments in the Game of Go Usage

More information

Monte Carlo Tree Search

Monte Carlo Tree Search Monte Carlo Tree Search 1 By the end, you will know Why we use Monte Carlo Search Trees The pros and cons of MCTS How it is applied to Super Mario Brothers and Alpha Go 2 Outline I. Pre-MCTS Algorithms

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

Skilloscopy: Bayesian modeling of decision makers' skill

Skilloscopy: Bayesian modeling of decision makers' skill Skilloscopy: Bayesian modeling of decision makers' skill Article Accepted Version Di Fatta, G. and Haworth, G. (013) Skilloscopy: Bayesian modeling of decision makers' skill. Systems, Man, and Cybernetics:

More information

Learning a Value Analysis Tool For Agent Evaluation

Learning a Value Analysis Tool For Agent Evaluation Learning a Value Analysis Tool For Agent Evaluation Martha White Michael Bowling Department of Computer Science University of Alberta International Joint Conference on Artificial Intelligence, 2009 Motivation:

More information

Automated Adaptation and Assessment in Serious Games: a Portable Tool for Supporting Learning

Automated Adaptation and Assessment in Serious Games: a Portable Tool for Supporting Learning Automated Adaptation and Assessment in Serious Games: a Portable Tool for Supporting Learning Enkhbold Nyamsuren, Wim van der Vegt, Wim Westera PenOW, Open University of the Netherlands (enkhbold.nyamsuren,

More information

Bayesian Nonparametrics and DPMM

Bayesian Nonparametrics and DPMM Bayesian Nonparametrics and DPMM Machine Learning: Jordan Boyd-Graber University of Colorado Boulder LECTURE 17 Machine Learning: Jordan Boyd-Graber Boulder Bayesian Nonparametrics and DPMM 1 of 17 Clustering

More information

Game-playing: DeepBlue and AlphaGo

Game-playing: DeepBlue and AlphaGo Game-playing: DeepBlue and AlphaGo Brief history of gameplaying frontiers 1990s: Othello world champions refuse to play computers 1994: Chinook defeats Checkers world champion 1997: DeepBlue defeats world

More information

Introduction to probability

Introduction to probability Introduction to probability Suppose an experiment has a finite set X = {x 1,x 2,...,x n } of n possible outcomes. Each time the experiment is performed exactly one on the n outcomes happens. Assign each

More information

Population Genetics using Trees. Peter Beerli Genome Sciences University of Washington Seattle WA

Population Genetics using Trees. Peter Beerli Genome Sciences University of Washington Seattle WA Population Genetics using Trees Peter Beerli Genome Sciences University of Washington Seattle WA Outline 1. Introduction to the basic coalescent Population models The coalescent Likelihood estimation of

More information

The fundamentals of detection theory

The fundamentals of detection theory Advanced Signal Processing: The fundamentals of detection theory Side 1 of 18 Index of contents: Advanced Signal Processing: The fundamentals of detection theory... 3 1 Problem Statements... 3 2 Detection

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

ENERGY consumption is a key issue in wireless sensor. Distributed Estimation of Channel Gains in Wireless Sensor Networks

ENERGY consumption is a key issue in wireless sensor. Distributed Estimation of Channel Gains in Wireless Sensor Networks 1 Distributed Estimation of Channel Gains in Wireless Sensor Networks Sivagnanasundaram Ramanan, Student Member, IEEE, and John M. Walsh, Member, IEEE Abstract We consider the problem of distributed channel

More information

Toward Automatic Transcription -- Pitch Tracking In Polyphonic Environment

Toward Automatic Transcription -- Pitch Tracking In Polyphonic Environment Toward Automatic Transcription -- Pitch Tracking In Polyphonic Environment Term Project Presentation By: Keerthi C Nagaraj Dated: 30th April 2003 Outline Introduction Background problems in polyphonic

More information

Applying Modern Reinforcement Learning to Play Video Games. Computer Science & Engineering Leung Man Ho Supervisor: Prof. LYU Rung Tsong Michael

Applying Modern Reinforcement Learning to Play Video Games. Computer Science & Engineering Leung Man Ho Supervisor: Prof. LYU Rung Tsong Michael Applying Modern Reinforcement Learning to Play Video Games Computer Science & Engineering Leung Man Ho Supervisor: Prof. LYU Rung Tsong Michael Outline Term 1 Review Term 2 Objectives Experiments & Results

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Analysis of player s in-game performance vs rating: Case study of Heroes of Newerth

Analysis of player s in-game performance vs rating: Case study of Heroes of Newerth Analysis of player s in-game performance vs rating: Case study of Heroes of Newerth Neven Caplar caplarn@phys.ethz.ch Institute of Astronomy - ETH Wolfgang-Pauli-Strasse 27, 8093 Zurich, Switzerland Mirko

More information

Markov Chain Monte Carlo (MCMC)

Markov Chain Monte Carlo (MCMC) Markov Chain Monte Carlo (MCMC) Tim Frasier Copyright Tim Frasier This work is licensed under the Creative Commons Attribution 4.0 International license. Click here for more information. What is MCMC?

More information

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 978-0-9824438-0-4 2009 ISIF 126 with x s denoting the known satellite position. ρ e shall be used to model the errors

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting State-Space Models with Kalman Filtering for Freeway Traffic Forecasting Brian Portugais Boise State University brianportugais@u.boisestate.edu Mandar Khanal Boise State University mkhanal@boisestate.edu

More information

Beliefs and Sequential Equilibrium

Beliefs and Sequential Equilibrium Beliefs and Sequential Equilibrium to solve a game of incomplete information, we should look at the beliefs of the uninformed player(s) suppose that player 2 is in an information set which contains two

More information

The Player Of Games Culture 2 Iain M Banks

The Player Of Games Culture 2 Iain M Banks We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with the player of games

More information

Localization in internets of mobile agents: A linear approach

Localization in internets of mobile agents: A linear approach Localization in internets of mobile agents: A linear approach Sam Safavi, Student Member, IEEE, Usman A. Khan, Senior Member, IEEE, Soummya Kar, Member, IEEE, and José M. F. Moura, Fellow, IEEE arxiv:1802.04345v1

More information

Statistical Analysis of Nuel Tournaments Department of Statistics University of California, Berkeley

Statistical Analysis of Nuel Tournaments Department of Statistics University of California, Berkeley Statistical Analysis of Nuel Tournaments Department of Statistics University of California, Berkeley MoonSoo Choi Department of Industrial Engineering & Operations Research Under Guidance of Professor.

More information

Math 10B: Worksheet 4 Solutions

Math 10B: Worksheet 4 Solutions Math 10B: Worksheet 4 Solutions February 16 1. In a superlottery, a player selects numbers out of the first 100 positive integers. What is the probability that a person wins the grand prize by picking

More information

Monte-Carlo Game Tree Search: Advanced Techniques

Monte-Carlo Game Tree Search: Advanced Techniques Monte-Carlo Game Tree Search: Advanced Techniques Tsan-sheng Hsu tshsu@iis.sinica.edu.tw http://www.iis.sinica.edu.tw/~tshsu 1 Abstract Adding new ideas to the pure Monte-Carlo approach for computer Go.

More information

Review of Cooperative Localization with Factor Graphs. Aggelos Bletsas ECE TUC. Noptilus Project Sept. 2011

Review of Cooperative Localization with Factor Graphs. Aggelos Bletsas ECE TUC. Noptilus Project Sept. 2011 Review of Cooperative Localization with Factor Graphs Aggelos Bletsas ECE TUC Noptilus Project Sept. 2011 Acknowledgments Material of this presentation from: [1] H. Wymeersch, J. Lien, M.Z. Win, Cooperative

More information

Analyzing the Impact of Knowledge and Search in Monte Carlo Tree Search in Go

Analyzing the Impact of Knowledge and Search in Monte Carlo Tree Search in Go Analyzing the Impact of Knowledge and Search in Monte Carlo Tree Search in Go Farhad Haqiqat and Martin Müller University of Alberta Edmonton, Canada Contents Motivation and research goals Feature Knowledge

More information

Unit-III Chap-II Adversarial Search. Created by: Ashish Shah 1

Unit-III Chap-II Adversarial Search. Created by: Ashish Shah 1 Unit-III Chap-II Adversarial Search Created by: Ashish Shah 1 Alpha beta Pruning In case of standard ALPHA BETA PRUNING minimax tree, it returns the same move as minimax would, but prunes away branches

More information

"Skill" Ranking in Memoir '44 Online

Skill Ranking in Memoir '44 Online Introduction "Skill" Ranking in Memoir '44 Online This document describes the "Skill" ranking system used in Memoir '44 Online as of beta 13. Even though some parts are more suited to the mathematically

More information

TTIC 31230, Fundamentals of Deep Learning David McAllester, April AlphaZero

TTIC 31230, Fundamentals of Deep Learning David McAllester, April AlphaZero TTIC 31230, Fundamentals of Deep Learning David McAllester, April 2017 AlphaZero 1 AlphaGo Fan (October 2015) AlphaGo Defeats Fan Hui, European Go Champion. 2 AlphaGo Lee (March 2016) 3 AlphaGo Zero vs.

More information

HW1 is due Thu Oct 12 in the first 5 min of class. Read through chapter 5.

HW1 is due Thu Oct 12 in the first 5 min of class. Read through chapter 5. Stat 100a, Introduction to Probability. Outline for the day: 1. Bayes's rule. 2. Random variables. 3. cdf, pmf, and density. 4. Expected value, continued. 5. All in with AA. 6. Pot odds. 7. Violette vs.

More information

Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung

Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung December 12, 2013 Presented at IEEE GLOBECOM 2013, Atlanta, GA Outline Introduction Competing Cognitive

More information

final examination on May 31 Topics from the latter part of the course (covered in homework assignments 4-7) include:

final examination on May 31 Topics from the latter part of the course (covered in homework assignments 4-7) include: The final examination on May 31 may test topics from any part of the course, but the emphasis will be on topic after the first three homework assignments, which were covered in the midterm. Topics from

More information

Monte-Carlo Simulation of Chess Tournament Classification Systems

Monte-Carlo Simulation of Chess Tournament Classification Systems Monte-Carlo Simulation of Chess Tournament Classification Systems T. Van Hecke University Ghent, Faculty of Engineering and Architecture Schoonmeersstraat 52, B-9000 Ghent, Belgium Tanja.VanHecke@ugent.be

More information

Dynamically Configured Waveform-Agile Sensor Systems

Dynamically Configured Waveform-Agile Sensor Systems Dynamically Configured Waveform-Agile Sensor Systems Antonia Papandreou-Suppappola in collaboration with D. Morrell, D. Cochran, S. Sira, A. Chhetri Arizona State University June 27, 2006 Supported by

More information

Bernoulli Trials, Binomial and Hypergeometric Distrubutions

Bernoulli Trials, Binomial and Hypergeometric Distrubutions Bernoulli Trials, Binomial and Hypergeometric Distrubutions Definitions: Bernoulli Trial: A random event whose outcome is true (1) or false (). Binomial Distribution: n Bernoulli trials. p The probability

More information

Foundations of AI. 6. Board Games. Search Strategies for Games, Games with Chance, State of the Art

Foundations of AI. 6. Board Games. Search Strategies for Games, Games with Chance, State of the Art Foundations of AI 6. Board Games Search Strategies for Games, Games with Chance, State of the Art Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller SA-1 Contents Board Games Minimax

More information

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1 Chapter 11 Sampling Distributions BPS - 5th Ed. Chapter 11 1 Sampling Terminology Parameter fixed, unknown number that describes the population Statistic known value calculated from a sample a statistic

More information

Artificial Intelligence. Minimax and alpha-beta pruning

Artificial Intelligence. Minimax and alpha-beta pruning Artificial Intelligence Minimax and alpha-beta pruning In which we examine the problems that arise when we try to plan ahead to get the best result in a world that includes a hostile agent (other agent

More information

Kalman Filtering, Factor Graphs and Electrical Networks

Kalman Filtering, Factor Graphs and Electrical Networks Kalman Filtering, Factor Graphs and Electrical Networks Pascal O. Vontobel, Daniel Lippuner, and Hans-Andrea Loeliger ISI-ITET, ETH urich, CH-8092 urich, Switzerland. Abstract Factor graphs are graphical

More information

Probability: Anticipating Patterns

Probability: Anticipating Patterns Probability: Anticipating Patterns Anticipating Patterns: Exploring random phenomena using probability and simulation (20% 30%) Probability is the tool used for anticipating what the distribution of data

More information

Decision Making in Multiplayer Environments Application in Backgammon Variants

Decision Making in Multiplayer Environments Application in Backgammon Variants Decision Making in Multiplayer Environments Application in Backgammon Variants PhD Thesis by Nikolaos Papahristou AI researcher Department of Applied Informatics Thessaloniki, Greece Contributions Expert

More information

arxiv: v1 [astro-ph.im] 30 Sep 2017

arxiv: v1 [astro-ph.im] 30 Sep 2017 Prepared for submission to JINST Characterization of photomultiplier tubes with a realistic model through GPU-boosted simulation arxiv:1710.00219v1 [astro-ph.im] 30 Sep 2017 M. Anthony, a,1 E. Aprile,

More information

Low-Cost Localization of Mobile Robots Through Probabilistic Sensor Fusion

Low-Cost Localization of Mobile Robots Through Probabilistic Sensor Fusion Low-Cost Localization of Mobile Robots Through Probabilistic Sensor Fusion Brian Chung December, Abstract Efforts to achieve mobile robotic localization have relied on probabilistic techniques such as

More information

Ranking and Rating are often used interchangeably, but they are different concepts.

Ranking and Rating are often used interchangeably, but they are different concepts. Participants: Ian Schreiber, Rochester Institute of Technology Identifying standard and best practices for rating and ranking systems in games The group first examined many common ranking and rating systems

More information

Probability - Introduction Chapter 3, part 1

Probability - Introduction Chapter 3, part 1 Probability - Introduction Chapter 3, part 1 Mary Lindstrom (Adapted from notes provided by Professor Bret Larget) January 27, 2004 Statistics 371 Last modified: Jan 28, 2004 Why Learn Probability? Some

More information

Dota2 is a very popular video game currently.

Dota2 is a very popular video game currently. Dota2 Outcome Prediction Zhengyao Li 1, Dingyue Cui 2 and Chen Li 3 1 ID: A53210709, Email: zhl380@eng.ucsd.edu 2 ID: A53211051, Email: dicui@eng.ucsd.edu 3 ID: A53218665, Email: lic055@eng.ucsd.edu March

More information

Sensor Data Fusion Using a Probability Density Grid

Sensor Data Fusion Using a Probability Density Grid Sensor Data Fusion Using a Probability Density Grid Derek Elsaesser Communication and avigation Electronic Warfare Section DRDC Ottawa Defence R&D Canada Derek.Elsaesser@drdc-rddc.gc.ca Abstract - A novel

More information

Efficient Elicitation of Annotations for Human Evaluation of Machine Translation

Efficient Elicitation of Annotations for Human Evaluation of Machine Translation Efficient Elicitation of Annotations for Human Evaluation of Machine Translation Keisuke Sakaguchi, Matt Post, Benjamin Van Durme Center for Language and Speech Processing Human Language Technology Center

More information

CSE 573: Artificial Intelligence

CSE 573: Artificial Intelligence CSE 573: Artificial Intelligence Adversarial Search Dan Weld Based on slides from Dan Klein, Stuart Russell, Pieter Abbeel, Andrew Moore and Luke Zettlemoyer (best illustrations from ai.berkeley.edu) 1

More information

Andrei Behel AC-43И 1

Andrei Behel AC-43И 1 Andrei Behel AC-43И 1 History The game of Go originated in China more than 2,500 years ago. The rules of the game are simple: Players take turns to place black or white stones on a board, trying to capture

More information

Comparing Extreme Members is a Low-Power Method of Comparing Groups: An Example Using Sex Differences in Chess Performance

Comparing Extreme Members is a Low-Power Method of Comparing Groups: An Example Using Sex Differences in Chess Performance Comparing Extreme Members is a Low-Power Method of Comparing Groups: An Example Using Sex Differences in Chess Performance Mark E. Glickman, Ph.D. 1, 2 Christopher F. Chabris, Ph.D. 3 1 Center for Health

More information

Game Theory. Problem data representing the situation are constant. They do not vary with respect to time or any other basis.

Game Theory. Problem data representing the situation are constant. They do not vary with respect to time or any other basis. Game Theory For effective decision making. Decision making is classified into 3 categories: o Deterministic Situation: o o Problem data representing the situation are constant. They do not vary with respect

More information

Genbby Technical Paper

Genbby Technical Paper Genbby Team January 24, 2018 Genbby Technical Paper Rating System and Matchmaking 1. Introduction The rating system estimates the level of players skills involved in the game. This allows the teams to

More information

CS440/ECE448 Lecture 11: Stochastic Games, Stochastic Search, and Learned Evaluation Functions

CS440/ECE448 Lecture 11: Stochastic Games, Stochastic Search, and Learned Evaluation Functions CS440/ECE448 Lecture 11: Stochastic Games, Stochastic Search, and Learned Evaluation Functions Slides by Svetlana Lazebnik, 9/2016 Modified by Mark Hasegawa Johnson, 9/2017 Types of game environments Perfect

More information

Statistical Hypothesis Testing

Statistical Hypothesis Testing Statistical Hypothesis Testing Statistical Hypothesis Testing is a kind of inference Given a sample, say something about the population Examples: Given a sample of classifications by a decision tree, test

More information

A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff)

A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff) A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff) Jeffrey Anderson NCAR Data Assimilation Research Section (DAReS) Anderson: NWP/WAF 27: Park City 1 6/18/7 Background: 1.

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India August 01 Rationalizable Strategies Note: This is a only a draft version,

More information

THE IMPACT OF SIGNAL MODEL DATA COMPRESSION FOR TDOA/FDOA ESTIMATION

THE IMPACT OF SIGNAL MODEL DATA COMPRESSION FOR TDOA/FDOA ESTIMATION THE IMPACT OF SIGNAL MODEL DATA COMPRESSION FOR TDOA/FDOA ESTIMATION Mark L. Fowler & Xi Hu Department of Electrical & Computer Engineering State University of New York at Binghamton SPIE 2008 San Diego,

More information

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search CSE 473: Artificial Intelligence Fall 2017 Adversarial Search Mini, pruning, Expecti Dieter Fox Based on slides adapted Luke Zettlemoyer, Dan Klein, Pieter Abbeel, Dan Weld, Stuart Russell or Andrew Moore

More information

A Bandit Approach for Tree Search

A Bandit Approach for Tree Search A An Example in Computer-Go Department of Statistics, University of Michigan March 27th, 2008 A 1 Bandit Problem K-Armed Bandit UCB Algorithms for K-Armed Bandit Problem 2 Classical Tree Search UCT Algorithm

More information

Adversarial Search (Game Playing)

Adversarial Search (Game Playing) Artificial Intelligence Adversarial Search (Game Playing) Chapter 5 Adapted from materials by Tim Finin, Marie desjardins, and Charles R. Dyer Outline Game playing State of the art and resources Framework

More information

Statistics Laboratory 7

Statistics Laboratory 7 Pass the Pigs TM Statistics 104 - Laboratory 7 On last weeks lab we looked at probabilities associated with outcomes of the game Pass the Pigs TM. This week we will look at random variables associated

More information

Pengju

Pengju Introduction to AI Chapter05 Adversarial Search: Game Playing Pengju Ren@IAIR Outline Types of Games Formulation of games Perfect-Information Games Minimax and Negamax search α-β Pruning Pruning more Imperfect

More information

Adversarial Search and Game Theory. CS 510 Lecture 5 October 26, 2017

Adversarial Search and Game Theory. CS 510 Lecture 5 October 26, 2017 Adversarial Search and Game Theory CS 510 Lecture 5 October 26, 2017 Reminders Proposals due today Midterm next week past midterms online Midterm online BBLearn Available Thurs-Sun, ~2 hours Overview Game

More information

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance D. Alex Hughes November 19, 2014 D. Alex Hughes Problems? November 19, 2014 1 / 61 1 Outliers Generally Residual

More information

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1 Chapter 11 Sampling Distributions BPS - 5th Ed. Chapter 11 1 Sampling Terminology Parameter fixed, unknown number that describes the population Example: population mean Statistic known value calculated

More information

Module 8. Some multi-sample examples. Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University. March 5, 2008

Module 8. Some multi-sample examples. Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University. March 5, 2008 Module 8 Some multi-sample examples Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University March 5, 2008 Steve Vardeman (ISU) Module 8 March 5, 2008 1 / 23 Example 7 We finish up with a couple

More information

Markov Chains in Pop Culture

Markov Chains in Pop Culture Markov Chains in Pop Culture Lola Thompson November 29, 2010 1 of 21 Introduction There are many examples of Markov Chains used in science and technology. Here are some applications in pop culture: 2 of

More information

CCMR Educational Programs

CCMR Educational Programs CCMR Educational Programs Title: Date Created: August 6, 2006 Author(s): Appropriate Level: Abstract: Time Requirement: Joan Erickson Should We Count the Beans one at a time? Introductory statistics or

More information

Filtering Impulses in Dynamic Noise in the Presence of Large Measurement Noise

Filtering Impulses in Dynamic Noise in the Presence of Large Measurement Noise Clemson University TigerPrints All Dissertations Dissertations 12-215 Filtering Impulses in Dynamic Noise in the Presence of Large Measurement Noise Jungphil Kwon Clemson University Follow this and additional

More information

Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility

Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility theorem (consistent decisions under uncertainty should

More information

I will assign you to teams on Tuesday.

I will assign you to teams on Tuesday. Stat 100a: Introduction to Probability. Outline for the day: 1. Pot odds examples, 2006 WSOP, Elezra and Violette. 2. P(flop 4 of a kind). 3. Variance and SD. 4. Markov and Chebyshev inequalities. 5. Luck

More information

Paper Presentation. Steve Jan. March 5, Virginia Tech. Steve Jan (Virginia Tech) Paper Presentation March 5, / 28

Paper Presentation. Steve Jan. March 5, Virginia Tech. Steve Jan (Virginia Tech) Paper Presentation March 5, / 28 Paper Presentation Steve Jan Virginia Tech March 5, 2015 Steve Jan (Virginia Tech) Paper Presentation March 5, 2015 1 / 28 2 paper to present Nonparametric Multi-group Membership Model for Dynamic Networks,

More information

Tracking Algorithms for Multipath-Aided Indoor Localization

Tracking Algorithms for Multipath-Aided Indoor Localization Tracking Algorithms for Multipath-Aided Indoor Localization Paul Meissner and Klaus Witrisal Graz University of Technology, Austria th UWB Forum on Sensing and Communication, May 5, Meissner, Witrisal

More information

Simple Measures of Visual Encoding. vs. Information Theory

Simple Measures of Visual Encoding. vs. Information Theory Simple Measures of Visual Encoding vs. Information Theory Simple Measures of Visual Encoding STIMULUS RESPONSE What does a [visual] neuron do? Tuning Curves Receptive Fields Average Firing Rate (Hz) Stimulus

More information

MS&E 246: Lecture 15 Perfect Bayesian equilibrium. Ramesh Johari

MS&E 246: Lecture 15 Perfect Bayesian equilibrium. Ramesh Johari MS&E 246: ecture 15 Perfect Bayesian equilibrium amesh Johari Dynamic games In this lecture, we begin a study of dynamic games of incomplete information. We will develop an analog of Bayesian equilibrium

More information

Coalescence. Outline History. History, Model, and Application. Coalescence. The Model. Application

Coalescence. Outline History. History, Model, and Application. Coalescence. The Model. Application Coalescence History, Model, and Application Outline History Origins of theory/approach Trace the incorporation of other s ideas Coalescence Definition and descriptions The Model Assumptions and Uses Application

More information

Modelling of Real Network Traffic by Phase-Type distribution

Modelling of Real Network Traffic by Phase-Type distribution Modelling of Real Network Traffic by Phase-Type distribution Andriy Panchenko Dresden University of Technology 27-28.Juli.2004 4. Würzburger Workshop "IP Netzmanagement, IP Netzplanung und Optimierung"

More information

Sampling distributions and the Central Limit Theorem

Sampling distributions and the Central Limit Theorem Sampling distributions and the Central Limit Theorem Johan A. Elkink University College Dublin 14 October 2013 Johan A. Elkink (UCD) Central Limit Theorem 14 October 2013 1 / 29 Outline 1 Sampling 2 Statistical

More information

Monte Carlo tree search techniques in the game of Kriegspiel

Monte Carlo tree search techniques in the game of Kriegspiel Monte Carlo tree search techniques in the game of Kriegspiel Paolo Ciancarini and Gian Piero Favini University of Bologna, Italy 22 IJCAI, Pasadena, July 2009 Agenda Kriegspiel as a partial information

More information