A Guaranteed Automatic Integration Library for Monte Carlo Simulation

Size: px
Start display at page:

Download "A Guaranteed Automatic Integration Library for Monte Carlo Simulation"

Transcription

1 A Guaranteed Automatic Integration Library for Monte Carlo Simulation Lan Jiang Department of Applied Mathematics Illinois Institute of Technology Joint work with Prof. Fred J. Hickernell, Dr. Sou-cheng Choi, Yuhan Ding, Lluis Antoni Jimenez Rugama, Xin Tong, Yizhi Zhang and Xuan Zhou July 8, 2014

2 Guaranteed Automatic Integration Library(GAIL)

3 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

4 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

5 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

6 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

7 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

8 Guaranteed Automatic Integration Library(GAIL) Guaranteed Automatic Integration Library(GAIL): is a suite of algorithms for integration problems in one and many dimensions, whose answers are guaranteed to be correct. It contains four algorithms in its latest release[choi, Ding, Hickernell, Jiang, Zhang, MATLAB software, 2014]: meanmc g: Monte Carlo method for evaluating the mean of a random variable. cubmc g: Monte Carlo method for numerical integration. funappx g: univariate function recovery. integral g: trapezoidal rule approximation of one-dimensional integrals. The next release is scheduled in Sep. 2014, more algorithms will be added. My collaborators would also give talks during SIAM AM14, Fred Hickernell(Wed. 4:00) Yuhan Ding(Wed. 5:30) Llus Antoni Jimnez Rugama(Tue. 5:40) Yizhi Zhang(TR 9:30) Xuan Zhou(Fr. 8:30)

9 What is in GAIL Algorithms Unittests meanmc g cubmc g funappx g GAIL matlab Documentations Workouts OutputFiles Papers Utilities Third party integral g funmin g cubsobol g cublattice g and more

10 Absolute error criterion Relative error criterion Algorithms to get the reliable error estimation of Bernoulli random variables How to estimate ˆp in order to satisfy the following inequalities? Pr( ˆp p ε a ) 99% Absolute error criterion ( ˆp p Pr p ε r ) 99% Relative error criterion

11 Absolute error criterion Relative error criterion Why not using Central Limit Theorem? Central Limit Theorem is an asymptotic result and carries no guarantee. Pr( p ˆp n ɛ) 1 α as n N Φ 1 (1 α) 4ε By CLT 2 Our method, using Hoeffding s Inequality, carries probabilistic guarantees with finite sample sizes. Pr( p ˆp n ɛ) 1 α N log(2/α) 2ε By Hoeffding s Inequality 2 ratio of N the ratio of N for Hoeffdings and CLT Hoeffding/CLT alpha Take NCLT = N Hoeff = Φ 1 (1 α) 4ε 2 log(2/α) 2ε 2 The ratio is: r = N Hoeff /N CLT 2 log(2/α) Φ 1 (1 α).

12 Absolute error criterion Relative error criterion Absolute error criterion: Pr( ˆp p ε a ) 1 α User specifies: the absolute error tolerance ε a 0 the uncertainty α (0, 1) Using n = log(2/α) IID Bernoulli random samples to compute sample mean: ˆp = 1 n n i=1 Y i. Theorem 2ε 2 a Let Y be a Bernoulli random variable with mean p, it follows that using sample size n yields an estimate ˆp which satisfies the fixed width confidence interval condition: Proof. Follow directly by Hoeffding s Inequality. Pr( ˆp p ε a ) 1 α.

13 Absolute error criterion Relative error criterion Relative error criterion: Pr ( ˆp p /p ε r ) 1 α User specifies: The relative error tolerance, ε r > 0, The uncertainty, α (0, 1), 1 Set i = 1 and compute the sample average ˆp ni using n i = 4i log(α i) 2ε IID 2 r Bernoulli random samples that are independent of those used to compute ˆp n1,, ˆp ni 1, where α i = 1 (1 α/2) 2 i. 2 Compute ˆp L = (ˆp ni ε r 2 i ) + a highly probable lower bound on p. If ˆp L 2ε r2 i then ˆp L is large enough, go to step 3. Else, i = i+1, and go back to step 1. 3 Compute ˆp using n = log(α/4) 2(ˆp L ε r) IID Bernoulli random sample that is 2 independent of those used to compute ˆp n1,, ˆp ni. Terminate the algorithm. If the algorithm terminates, then the relative error criterion is satisfied.

14 Absolute error criterion Relative error criterion Theorem to guarantee the success of Let Y be a Bernoulli random variable with mean p, it follows that using sample size n yields an estimate ˆp which satisfies the fixed width confidence interval condition: ( ) ˆp p Pr ε r 1 α. p Proof. ( ) ˆp p Pr ε r Pr ( ˆp p ˆp L ε r & ˆp L p) p Pr ( ˆp p ˆp L ε r & ˆp ni ε r 2 i p i ) Pr ( ˆp p ˆp L ε r ) + Pr (ˆp ni ε r 2 i p i ) 1 by Pr(A B) Pr(A) + Pr(B) 1 (1 α/2) + (1 α/2) 2 i 1 By Hoeffding s Ineq and independance = 1 α i=1

15 Using 500 random samples with true p: log 10 (p) U[ 3, 1], we calculate the estimated ˆp to some specified, random chosen, absolute error tolerance and relative tolerance. The figures below shows the results: 10 0 The error / tolerance comparison for different p 10 0 The error / tolerance comparison for different p abserr/abstol relerr/reltol budget exceeded guaranteed true p abs budget exceeded guaranteed true p rel

16 Guarantee the upper bound on cost of. Theoretical research of meanmc g with relative error criterion. Algorithm implementation and GAIL development.

17 Acknowledgements I would like to express my special appreciation and thanks to my advisor Professor Fred J. Hickernel, and all other collaborators. I would like to thank my husband Xuan, my two kids Audrey and Alvin, you support and encourage me unconditionally. I would also like to express my thank to SIAM AM 2014 organizers for hosting this wonderful event. Thanks for your attention!

18 Relative error criterion Proof. As for each step n i = log(αi) 2(ε r2 i ) log(αi) 2 2(ε r2 i ) 1 e 2ni(εr2 i ) 2 1 α 2 i = (1 α/2) 2 i, apply one side Hoeffding s Inequality: Pr(p ˆp ni ε r 2 i ) 1 e 2ni(εr2 i ) 2 (1 α/2) 2 i Similarly, as n = log(α/4) 2(ˆp L ε r) log(α/4) 2 2(ˆp L ε r) 1 2e 2n(ˆp Lε r) 2 1 α/2, apply 2 two side Hoeffding s inequality again, Pr( p ˆp n ˆp L ε r ) 1 2e 2n(ˆp Lε r) 2 1 α/2

19 Tools needed to solve the problem With the help of Bernoulli and Hoeffding, I found a way to solve this problem and win the prize. A Bernoulli random variable Y is one that takes on the values 0 or 1 according to P (Y = 1) = p P (Y = 0) = 1 p Thus, E(Y ) = p and var(y ) = p(1 p). By Hoeffding s Inequality, if the random variable Y is bounded in [0, 1], and let Y 1,, Y n be IID observations such that E(Y i ) = p, then the following inequalities hold: P (p ˆp n + ε) e 2nε2 P (p ˆp n ε) e 2nε2 P ( ˆp n p ε) 2e 2nε2

A Deterministic Guaranteed Automatic Algorithm for Univariate 2014 June Function 9 1 Approximatio

A Deterministic Guaranteed Automatic Algorithm for Univariate 2014 June Function 9 1 Approximatio A Deterministic Guaranteed Automatic Algorithm for Univariate Function Approximation Yuhan Ding Advisor: Dr. Hickernell Department of Applied Mathematics Illinois Institute of Technology 2014 June 9 A

More information

A Guaranteed, Adaptive, Automatic Algorithm for Univariate Function Minimization

A Guaranteed, Adaptive, Automatic Algorithm for Univariate Function Minimization A Guaranteed, Adaptive, Automatic Algorithm for Univariate Function Minimization Xin Tong Department of Applied Mathematics, IIT May 20, 2014 Xin Tong 0/37 Outline Introduction Introduction Conclusion

More information

Generalizing the Tolerance Function for Guaranteed Algorithms

Generalizing the Tolerance Function for Guaranteed Algorithms Generalizing the Tolerance Function for Guaranteed Algorithms Lluís Antoni Jiménez Rugama Joint work with Professor Fred J. Hickernell Room 120, Bldg E1, Department of Applied Mathematics Email: lluisantoni@gmail.com

More information

Constructing Guaranteed Automatic Numerical Algorithms for U

Constructing Guaranteed Automatic Numerical Algorithms for U Constructing Guaranteed Automatic Numerical Algorithms for Univariate Integration Department of Applied Mathematics, Illinois Institute of Technology July 10, 2014 Contents Introduction.. GAIL What do

More information

Reliable Error Estimation for Quasi-Monte Carlo Methods

Reliable Error Estimation for Quasi-Monte Carlo Methods Reliable Error Estimation for Quasi-Monte Carlo Methods Department of Applied Mathematics, Joint work with Fred J. Hickernell July 8, 2014 Outline 1 Motivation Reasons Problem 2 New approach Set-up of

More information

Minimizing the Number of Function Evaluations to Estimate Sobol Indices Using Quasi-Monte Carlo

Minimizing the Number of Function Evaluations to Estimate Sobol Indices Using Quasi-Monte Carlo Minimizing the Number of Function Evaluations to Estimate Sobol Indices Using Quasi-Monte Carlo Lluís Antoni Jiménez Rugama Joint work with: Fred J Hickernell (IIT), Clémentine Prieur (Univ Grenoble),

More information

Some Thoughts on Guaranteed Function Approximation Satisfying Relative Error

Some Thoughts on Guaranteed Function Approximation Satisfying Relative Error Some Thoughts on Guaranteed Function Approximation Satisfying Relative Error Fred J. Hickernell Department of Applied Mathematics, Illinois Institute of Technology hickernell@iit.edu mypages.iit.edu/~hickernell

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Output Analysis for Monte-Carlo Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com Output Analysis

More information

Probabilistic verification and approximation schemes

Probabilistic verification and approximation schemes Probabilistic verification and approximation schemes Richard Lassaigne Equipe de Logique mathématique, CNRS-Université Paris 7 Joint work with Sylvain Peyronnet (LRDE/EPITA & Equipe de Logique) Plan 1

More information

Compressed Sensing Using Bernoulli Measurement Matrices

Compressed Sensing Using Bernoulli Measurement Matrices ITSchool 11, Austin Compressed Sensing Using Bernoulli Measurement Matrices Yuhan Zhou Advisor: Wei Yu Department of Electrical and Computer Engineering University of Toronto, Canada Motivation Motivation

More information

COMPSCI 240: Reasoning Under Uncertainty

COMPSCI 240: Reasoning Under Uncertainty COMPSCI 240: Reasoning Under Uncertainty Andrew Lan and Nic Herndon University of Massachusetts at Amherst Spring 2019 Lecture 20: Central limit theorem & The strong law of large numbers Markov and Chebyshev

More information

Multi-Armed Bandits. Credit: David Silver. Google DeepMind. Presenter: Tianlu Wang

Multi-Armed Bandits. Credit: David Silver. Google DeepMind. Presenter: Tianlu Wang Multi-Armed Bandits Credit: David Silver Google DeepMind Presenter: Tianlu Wang Credit: David Silver (DeepMind) Multi-Armed Bandits Presenter: Tianlu Wang 1 / 27 Outline 1 Introduction Exploration vs.

More information

The Multi-Armed Bandit Problem

The Multi-Armed Bandit Problem The Multi-Armed Bandit Problem Electrical and Computer Engineering December 7, 2013 Outline 1 2 Mathematical 3 Algorithm Upper Confidence Bound Algorithm A/B Testing Exploration vs. Exploitation Scientist

More information

APPROXIMATE SOLUTION OF A SYSTEM OF LINEAR EQUATIONS WITH RANDOM PERTURBATIONS

APPROXIMATE SOLUTION OF A SYSTEM OF LINEAR EQUATIONS WITH RANDOM PERTURBATIONS APPROXIMATE SOLUTION OF A SYSTEM OF LINEAR EQUATIONS WITH RANDOM PERTURBATIONS P. Date paresh.date@brunel.ac.uk Center for Analysis of Risk and Optimisation Modelling Applications, Department of Mathematical

More information

Introduction to Maximum Likelihood Estimation

Introduction to Maximum Likelihood Estimation Introduction to Maximum Likelihood Estimation Eric Zivot July 26, 2012 The Likelihood Function Let 1 be an iid sample with pdf ( ; ) where is a ( 1) vector of parameters that characterize ( ; ) Example:

More information

Section 8.1: Interval Estimation

Section 8.1: Interval Estimation Section 8.1: Interval Estimation Discrete-Event Simulation: A First Course c 2006 Pearson Ed., Inc. 0-13-142917-5 Discrete-Event Simulation: A First Course Section 8.1: Interval Estimation 1/ 35 Section

More information

Lecture Tricks with Random Variables: The Law of Large Numbers & The Central Limit Theorem

Lecture Tricks with Random Variables: The Law of Large Numbers & The Central Limit Theorem Math 408 - Mathematical Statistics Lecture 9-10. Tricks with Random Variables: The Law of Large Numbers & The Central Limit Theorem February 6-8, 2013 Konstantin Zuev (USC) Math 408, Lecture 9-10 February

More information

Complexity of two and multi-stage stochastic programming problems

Complexity of two and multi-stage stochastic programming problems Complexity of two and multi-stage stochastic programming problems A. Shapiro School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332-0205, USA The concept

More information

On the Probabilistic Symbolic Analysis of Software. Corina Pasareanu CMU-SV NASA Ames

On the Probabilistic Symbolic Analysis of Software. Corina Pasareanu CMU-SV NASA Ames On the Probabilistic Symbolic Analysis of Software Corina Pasareanu CMU-SV NASA Ames Probabilistic Symbolic Execution Quantifies the likelihood of reaching a target event e.g., goal state or assert violation

More information

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu October

More information

Handout 8: Dealing with Data Uncertainty

Handout 8: Dealing with Data Uncertainty MFE 5100: Optimization 2015 16 First Term Handout 8: Dealing with Data Uncertainty Instructor: Anthony Man Cho So December 1, 2015 1 Introduction Conic linear programming CLP, and in particular, semidefinite

More information

A Mixed Efficient Global Optimization (m- EGO) Based Time-Dependent Reliability Analysis Method

A Mixed Efficient Global Optimization (m- EGO) Based Time-Dependent Reliability Analysis Method A Mixed Efficient Global Optimization (m- EGO) Based Time-Dependent Reliability Analysis Method ASME 2014 IDETC/CIE 2014 Paper number: DETC2014-34281 Zhen Hu, Ph.D. Candidate Advisor: Dr. Xiaoping Du Department

More information

Midterm Exam 2 (Solutions)

Midterm Exam 2 (Solutions) EECS 6 Probability and Random Processes University of California, Berkeley: Spring 07 Kannan Ramchandran March, 07 Midterm Exam (Solutions) Last name First name SID Name of student on your left: Name of

More information

Ordinal Optimization and Multi Armed Bandit Techniques

Ordinal Optimization and Multi Armed Bandit Techniques Ordinal Optimization and Multi Armed Bandit Techniques Sandeep Juneja. with Peter Glynn September 10, 2014 The ordinal optimization problem Determining the best of d alternative designs for a system, on

More information

Example continued. Math 425 Intro to Probability Lecture 37. Example continued. Example

Example continued. Math 425 Intro to Probability Lecture 37. Example continued. Example continued : Coin tossing Math 425 Intro to Probability Lecture 37 Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan April 8, 2009 Consider a Bernoulli trials process with

More information

L3 Monte-Carlo integration

L3 Monte-Carlo integration RNG MC IS Examination RNG MC IS Examination Monte-Carlo and Empirical Methods for Statistical Inference, FMS091/MASM11 Monte-Carlo integration Generating pseudo-random numbers: Rejection sampling Conditional

More information

arxiv: v6 [math.st] 25 Nov 2010

arxiv: v6 [math.st] 25 Nov 2010 Confidence Interval for the Mean of a Bounded Random Variable and Its Applications in Point arxiv:080.458v6 [math.st] 5 Nov 010 Estimation Xinjia Chen November, 010 Abstract In this article, we derive

More information

Lecture 5: Two-point Sampling

Lecture 5: Two-point Sampling Randomized Algorithms Lecture 5: Two-point Sampling Sotiris Nikoletseas Professor CEID - ETY Course 2017-2018 Sotiris Nikoletseas, Professor Randomized Algorithms - Lecture 5 1 / 26 Overview A. Pairwise

More information

Key words. Monte Carlo methods, optimal stopping, sequential stopping rules, non-asymptotic.

Key words. Monte Carlo methods, optimal stopping, sequential stopping rules, non-asymptotic. ON NON-ASYMPTOTIC OPTIMAL STOPPING CRITERIA IN MONTE CARLO SIMULATIONS CHRISTIAN BAYER, HÅKON HOEL, ERIK VON SCHWERIN, AND RAÚL TEMPONE Abstract. We consider the setting of estimating the mean of a random

More information

Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk

Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk Axel Gandy Department of Mathematics Imperial College London a.gandy@imperial.ac.uk user! 2009, Rennes July 8-10, 2009

More information

Random Variable. Pr(X = a) = Pr(s)

Random Variable. Pr(X = a) = Pr(s) Random Variable Definition A random variable X on a sample space Ω is a real-valued function on Ω; that is, X : Ω R. A discrete random variable is a random variable that takes on only a finite or countably

More information

Lihua Sun. Department of Economics and Finance, School of Economics and Management Tongji University 1239 Siping Road Shanghai , China

Lihua Sun. Department of Economics and Finance, School of Economics and Management Tongji University 1239 Siping Road Shanghai , China Proceedings of the 20 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelspach, K. P. White, and M. Fu, eds. OPTIMIZATION VIA SIMULATION USING GAUSSIAN PROCESS-BASED SEARCH Lihua Sun Department

More information

Introduction to Survey Analysis!

Introduction to Survey Analysis! Introduction to Survey Analysis! Professor Ron Fricker! Naval Postgraduate School! Monterey, California! Reading Assignment:! 2/22/13 None! 1 Goals for this Lecture! Introduction to analysis for surveys!

More information

On Input Design for System Identification

On Input Design for System Identification On Input Design for System Identification Input Design Using Markov Chains CHIARA BRIGHENTI Masters Degree Project Stockholm, Sweden March 2009 XR-EE-RT 2009:002 Abstract When system identification methods

More information

IAMG Student Chapter Annual Report

IAMG Student Chapter Annual Report Year: Chapter: Web-site (url): hosted by last update Academic Advisor(s): President (name, email): Secretary: (name, email) Treasurer (name, email): 2016-2017 IAMG Student Chapter at China University of

More information

Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods

Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods Sandeep Juneja Tata Institute of Fundamental Research Mumbai, India joint work with Peter Glynn Applied

More information

Mark Gordon Low

Mark Gordon Low Mark Gordon Low lowm@wharton.upenn.edu Address Department of Statistics, The Wharton School University of Pennsylvania 3730 Walnut Street Philadelphia, PA 19104-6340 lowm@wharton.upenn.edu Education Ph.D.

More information

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A.

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A. 1. Let P be a probability measure on a collection of sets A. (a) For each n N, let H n be a set in A such that H n H n+1. Show that P (H n ) monotonically converges to P ( k=1 H k) as n. (b) For each n

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017.

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017. EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017 Midterm Exam 2 Last name First name SID Name of student on your left: Name of

More information

Empirical Likelihood Tests for High-dimensional Data

Empirical Likelihood Tests for High-dimensional Data Empirical Likelihood Tests for High-dimensional Data Department of Statistics and Actuarial Science University of Waterloo, Canada ICSA - Canada Chapter 2013 Symposium Toronto, August 2-3, 2013 Based on

More information

arxiv: v1 [cs.ro] 31 Jan 2018

arxiv: v1 [cs.ro] 31 Jan 2018 Naive Bayes Entrapment Detection for Planetary Rovers Dicong Qiu dq@cs.cmu.edu Carnegie Mellon University arxiv:1801.10571v1 [cs.ro] 31 Jan 2018 Abstract Entrapment detection is a prerequisite for planetary

More information

ECEN 303: Homework 3 Solutions

ECEN 303: Homework 3 Solutions Problem 1: ECEN 0: Homework Solutions Let A be the event that the dog was lost in forest A and A c be the event that the dog was lost in forest B. Let D n be the event that the dog dies on the nth day.

More information

The PAC Learning Framework -II

The PAC Learning Framework -II The PAC Learning Framework -II Prof. Dan A. Simovici UMB 1 / 1 Outline 1 Finite Hypothesis Space - The Inconsistent Case 2 Deterministic versus stochastic scenario 3 Bayes Error and Noise 2 / 1 Outline

More information

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes Maximum Likelihood Estimation Econometrics II Department of Economics Universidad Carlos III de Madrid Máster Universitario en Desarrollo y Crecimiento Económico Outline 1 3 4 General Approaches to Parameter

More information

1 Statistical inference for a population mean

1 Statistical inference for a population mean 1 Statistical inference for a population mean 1. Inference for a large sample, known variance Suppose X 1,..., X n represents a large random sample of data from a population with unknown mean µ and known

More information

Automatic algorithms

Automatic algorithms Automatic algorithms Function approximation using its series decomposition in a basis Lluís Antoni Jiménez Rugama May 30, 2013 Index 1 Introduction Environment Linking H in Example and H out 2 Our algorithms

More information

Bandits, Experts, and Games

Bandits, Experts, and Games Bandits, Experts, and Games CMSC 858G Fall 2016 University of Maryland Intro to Probability* Alex Slivkins Microsoft Research NYC * Many of the slides adopted from Ron Jin and Mohammad Hajiaghayi Outline

More information

CCOP-DANIDA. ICB-CCOP 1 Institutional Capacity Building Project. Case Study 1: Yinggehai-Song Hong Basin. Data Exchange Workshop

CCOP-DANIDA. ICB-CCOP 1 Institutional Capacity Building Project. Case Study 1: Yinggehai-Song Hong Basin. Data Exchange Workshop CCOP-DANIDA ICB-CCOP 1 Institutional Capacity Building Project Case Study 1: Yinggehai-Song Hong Basin Data Exchange Workshop 7 th 9 th September 2005, Guangzhou, China Date and Venue: The workshop was

More information

arxiv: v1 [math.st] 5 Jul 2007

arxiv: v1 [math.st] 5 Jul 2007 EXPLICIT FORMULA FOR COSTRUCTIG BIOMIAL COFIDECE ITERVAL WITH GUARATEED COVERAGE PROBABILITY arxiv:77.837v [math.st] 5 Jul 27 XIJIA CHE, KEMI ZHOU AD JORGE L. ARAVEA Abstract. In this paper, we derive

More information

Point and Interval Estimation II Bios 662

Point and Interval Estimation II Bios 662 Point and Interval Estimation II Bios 662 Michael G. Hudgens, Ph.D. mhudgens@bios.unc.edu http://www.bios.unc.edu/ mhudgens 2006-09-13 17:17 BIOS 662 1 Point and Interval Estimation II Nonparametric CI

More information

MATH Notebook 5 Fall 2018/2019

MATH Notebook 5 Fall 2018/2019 MATH442601 2 Notebook 5 Fall 2018/2019 prepared by Professor Jenny Baglivo c Copyright 2004-2019 by Jenny A. Baglivo. All Rights Reserved. 5 MATH442601 2 Notebook 5 3 5.1 Sequences of IID Random Variables.............................

More information

BU CAS CS 538: Cryptography Lecture Notes. Fall itkis/538/

BU CAS CS 538: Cryptography Lecture Notes. Fall itkis/538/ BU CAS CS 538: Cryptography Lecture Notes. Fall 2005. http://www.cs.bu.edu/ itkis/538/ Gene Itkis Boston University Computer Science Dept. Notes for Lectures 3 5: Pseudo-Randomness; PRGs 1 Randomness Randomness

More information

Information-Theoretic Limits of Group Testing: Phase Transitions, Noisy Tests, and Partial Recovery

Information-Theoretic Limits of Group Testing: Phase Transitions, Noisy Tests, and Partial Recovery Information-Theoretic Limits of Group Testing: Phase Transitions, Noisy Tests, and Partial Recovery Jonathan Scarlett jonathan.scarlett@epfl.ch Laboratory for Information and Inference Systems (LIONS)

More information

Sample and Computationally Efficient Active Learning. Maria-Florina Balcan Carnegie Mellon University

Sample and Computationally Efficient Active Learning. Maria-Florina Balcan Carnegie Mellon University Sample and Computationally Efficient Active Learning Maria-Florina Balcan Carnegie Mellon University Machine Learning is Shaping the World Highly successful discipline with lots of applications. Computational

More information

Confidence Intervals

Confidence Intervals Quantitative Foundations Project 3 Instructor: Linwei Wang Confidence Intervals Contents 1 Introduction 3 1.1 Warning....................................... 3 1.2 Goals of Statistics..................................

More information

Uncertainty Propagation

Uncertainty Propagation Setting: Uncertainty Propagation We assume that we have determined distributions for parameters e.g., Bayesian inference, prior experiments, expert opinion Ṫ 1 = 1 - d 1 T 1 - (1 - ")k 1 VT 1 Ṫ 2 = 2 -

More information

Great Theoretical Ideas in Computer Science

Great Theoretical Ideas in Computer Science 15-251 Great Theoretical Ideas in Computer Science Probability Theory: Counting in Terms of Proportions Lecture 10 (September 27, 2007) Some Puzzles Teams A and B are equally good In any one game, each

More information

A Bregman alternating direction method of multipliers for sparse probabilistic Boolean network problem

A Bregman alternating direction method of multipliers for sparse probabilistic Boolean network problem A Bregman alternating direction method of multipliers for sparse probabilistic Boolean network problem Kangkang Deng, Zheng Peng Abstract: The main task of genetic regulatory networks is to construct a

More information

Fundamental Tools - Probability Theory IV

Fundamental Tools - Probability Theory IV Fundamental Tools - Probability Theory IV MSc Financial Mathematics The University of Warwick October 1, 2015 MSc Financial Mathematics Fundamental Tools - Probability Theory IV 1 / 14 Model-independent

More information

Statistical inference

Statistical inference Statistical inference Contents 1. Main definitions 2. Estimation 3. Testing L. Trapani MSc Induction - Statistical inference 1 1 Introduction: definition and preliminary theory In this chapter, we shall

More information

Scalable robust hypothesis tests using graphical models

Scalable robust hypothesis tests using graphical models Scalable robust hypothesis tests using graphical models Umamahesh Srinivas ipal Group Meeting October 22, 2010 Binary hypothesis testing problem Random vector x = (x 1,...,x n ) R n generated from either

More information

Planning and Model Selection in Data Driven Markov models

Planning and Model Selection in Data Driven Markov models Planning and Model Selection in Data Driven Markov models Shie Mannor Department of Electrical Engineering Technion Joint work with many people along the way: Dotan Di-Castro (Yahoo!), Assaf Halak (Technion),

More information

Computing and Communications 2. Information Theory -Entropy

Computing and Communications 2. Information Theory -Entropy 1896 1920 1987 2006 Computing and Communications 2. Information Theory -Entropy Ying Cui Department of Electronic Engineering Shanghai Jiao Tong University, China 2017, Autumn 1 Outline Entropy Joint entropy

More information

DP-Finder: Finding Differential Privacy Violations by Sampling and Optimization. Dana Drachsler-Cohen

DP-Finder: Finding Differential Privacy Violations by Sampling and Optimization. Dana Drachsler-Cohen DP-Finder: Finding Differential Privacy Violations by Sampling and Optimization Benjamin Bichsel Timon Gehr Dana Drachsler-Cohen Petar Tsankov Martin Vechev Differential Privacy Basic Setting # disease

More information

CSE 525 Randomized Algorithms & Probabilistic Analysis Spring Lecture 3: April 9

CSE 525 Randomized Algorithms & Probabilistic Analysis Spring Lecture 3: April 9 CSE 55 Randomized Algorithms & Probabilistic Analysis Spring 01 Lecture : April 9 Lecturer: Anna Karlin Scribe: Tyler Rigsby & John MacKinnon.1 Kinds of randomization in algorithms So far in our discussion

More information

Probabilities and Expectations

Probabilities and Expectations Probabilities and Expectations Ashique Rupam Mahmood September 9, 2015 Probabilities tell us about the likelihood of an event in numbers. If an event is certain to occur, such as sunrise, probability of

More information

The Method of Types and Its Application to Information Hiding

The Method of Types and Its Application to Information Hiding The Method of Types and Its Application to Information Hiding Pierre Moulin University of Illinois at Urbana-Champaign www.ifp.uiuc.edu/ moulin/talks/eusipco05-slides.pdf EUSIPCO Antalya, September 7,

More information

Distributed Statistical Estimation and Rates of Convergence in Normal Approximation

Distributed Statistical Estimation and Rates of Convergence in Normal Approximation Distributed Statistical Estimation and Rates of Convergence in Normal Approximation Stas Minsker (joint with Nate Strawn) Department of Mathematics, USC July 3, 2017 Colloquium on Concentration inequalities,

More information

Lecture 2 Sep 5, 2017

Lecture 2 Sep 5, 2017 CS 388R: Randomized Algorithms Fall 2017 Lecture 2 Sep 5, 2017 Prof. Eric Price Scribe: V. Orestis Papadigenopoulos and Patrick Rall NOTE: THESE NOTES HAVE NOT BEEN EDITED OR CHECKED FOR CORRECTNESS 1

More information

Anti-synchronization of a new hyperchaotic system via small-gain theorem

Anti-synchronization of a new hyperchaotic system via small-gain theorem Anti-synchronization of a new hyperchaotic system via small-gain theorem Xiao Jian( ) College of Mathematics and Statistics, Chongqing University, Chongqing 400044, China (Received 8 February 2010; revised

More information

A sequential hypothesis test based on a generalized Azuma inequality 1

A sequential hypothesis test based on a generalized Azuma inequality 1 A sequential hypothesis test based on a generalized Azuma inequality 1 Daniël Reijsbergen a,2, Werner Scheinhardt b, Pieter-Tjerk de Boer b a Laboratory for Foundations of Computer Science, University

More information

Recent Advances in Bayesian Inference Techniques

Recent Advances in Bayesian Inference Techniques Recent Advances in Bayesian Inference Techniques Christopher M. Bishop Microsoft Research, Cambridge, U.K. research.microsoft.com/~cmbishop SIAM Conference on Data Mining, April 2004 Abstract Bayesian

More information

Most data analysis starts with some data set; we will call this data set P. It will be composed of a set of n

Most data analysis starts with some data set; we will call this data set P. It will be composed of a set of n 3 Convergence This topic will overview a variety of extremely powerful analysis results that span statistics, estimation theorem, and big data. It provides a framework to think about how to aggregate more

More information

Recent Probabilistic Computational Efficiency Enhancements in DARWIN TM

Recent Probabilistic Computational Efficiency Enhancements in DARWIN TM Recent Probabilistic Computational Efficiency Enhancements in DARWIN TM Luc Huyse & Michael P. Enright Southwest Research Institute Harry R. Millwater University of Texas at San Antonio Simeon H.K. Fitch

More information

Structural Reliability

Structural Reliability Structural Reliability Thuong Van DANG May 28, 2018 1 / 41 2 / 41 Introduction to Structural Reliability Concept of Limit State and Reliability Review of Probability Theory First Order Second Moment Method

More information

sparse and low-rank tensor recovery Cubic-Sketching

sparse and low-rank tensor recovery Cubic-Sketching Sparse and Low-Ran Tensor Recovery via Cubic-Setching Guang Cheng Department of Statistics Purdue University www.science.purdue.edu/bigdata CCAM@Purdue Math Oct. 27, 2017 Joint wor with Botao Hao and Anru

More information

Glossary availability cellular manufacturing closed queueing network coefficient of variation (CV) conditional probability CONWIP

Glossary availability cellular manufacturing closed queueing network coefficient of variation (CV) conditional probability CONWIP Glossary availability The long-run average fraction of time that the processor is available for processing jobs, denoted by a (p. 113). cellular manufacturing The concept of organizing the factory into

More information

CURRICULUM VITAE. Jie Du

CURRICULUM VITAE. Jie Du CURRICULUM VITAE Jie Du Yau Mathematical Sciences Center Tsinghua University Beijing 100084, P.R. China Office: Room 135, Jin Chun Yuan West Building E-mail: jdu@tsinghua.edu.cn Education joint Ph.D. student,

More information

IGD-TP Exchange Forum n 5 WG1 Safety Case: Handling of uncertainties October th 2014, Kalmar, Sweden

IGD-TP Exchange Forum n 5 WG1 Safety Case: Handling of uncertainties October th 2014, Kalmar, Sweden IGD-TP Exchange Forum n 5 WG1 Safety Case: Handling of uncertainties October 28-30 th 2014, Kalmar, Sweden Comparison of probabilistic and alternative evidence theoretical methods for the handling of parameter

More information

BIO5312 Biostatistics Lecture 13: Maximum Likelihood Estimation

BIO5312 Biostatistics Lecture 13: Maximum Likelihood Estimation BIO5312 Biostatistics Lecture 13: Maximum Likelihood Estimation Yujin Chung November 29th, 2016 Fall 2016 Yujin Chung Lec13: MLE Fall 2016 1/24 Previous Parametric tests Mean comparisons (normality assumption)

More information

Stat 5101 Lecture Slides: Deck 7 Asymptotics, also called Large Sample Theory. Charles J. Geyer School of Statistics University of Minnesota

Stat 5101 Lecture Slides: Deck 7 Asymptotics, also called Large Sample Theory. Charles J. Geyer School of Statistics University of Minnesota Stat 5101 Lecture Slides: Deck 7 Asymptotics, also called Large Sample Theory Charles J. Geyer School of Statistics University of Minnesota 1 Asymptotic Approximation The last big subject in probability

More information

Lecture 21: Convergence of transformations and generating a random variable

Lecture 21: Convergence of transformations and generating a random variable Lecture 21: Convergence of transformations and generating a random variable If Z n converges to Z in some sense, we often need to check whether h(z n ) converges to h(z ) in the same sense. Continuous

More information

Further Results on Model Structure Validation for Closed Loop System Identification

Further Results on Model Structure Validation for Closed Loop System Identification Advances in Wireless Communications and etworks 7; 3(5: 57-66 http://www.sciencepublishinggroup.com/j/awcn doi:.648/j.awcn.735. Further esults on Model Structure Validation for Closed Loop System Identification

More information

Statistics for Applications. Chapter 1: Introduction 1/43

Statistics for Applications. Chapter 1: Introduction 1/43 18.650 Statistics for Applications Chapter 1: Introduction 1/43 Goals Goals: To give you a solid introduction to the mathematical theory behind statistical methods; To provide theoretical guarantees for

More information

Gradient-based Adaptive Stochastic Search

Gradient-based Adaptive Stochastic Search 1 / 41 Gradient-based Adaptive Stochastic Search Enlu Zhou H. Milton Stewart School of Industrial and Systems Engineering Georgia Institute of Technology November 5, 2014 Outline 2 / 41 1 Introduction

More information

Optimal Iterate of the Power and Inverse Iteration Methods

Optimal Iterate of the Power and Inverse Iteration Methods Optimal Iterate of the Power and Inverse Iteration Methods Davod Khojasteh Salkuyeh and Faezeh Toutounian Department of Mathematics, University of Mohaghegh Ardabili, P.O. Box. 79, Ardabil, Iran E-mail:

More information

1 Exercises for lecture 1

1 Exercises for lecture 1 1 Exercises for lecture 1 Exercise 1 a) Show that if F is symmetric with respect to µ, and E( X )

More information

Homework # 3. Due Monday, October 22, 2018, at 2:00 PM PDT

Homework # 3. Due Monday, October 22, 2018, at 2:00 PM PDT CS/CNS/EE 156a Learning Systems Caltech - Fall 018 http://cs156.caltech.edu (Learning From Data campus version Homework # 3 Due Monday, October, 018, at :00 PM PDT Definitions and notation follow the lectures.

More information

Terminology Suppose we have N observations {x(n)} N 1. Estimators as Random Variables. {x(n)} N 1

Terminology Suppose we have N observations {x(n)} N 1. Estimators as Random Variables. {x(n)} N 1 Estimation Theory Overview Properties Bias, Variance, and Mean Square Error Cramér-Rao lower bound Maximum likelihood Consistency Confidence intervals Properties of the mean estimator Properties of the

More information

Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices.

Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices. Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices. 1. What is the difference between a deterministic model and a probabilistic model? (Two or three sentences only). 2. What is the

More information

ESUP Accept/Reject Sampling

ESUP Accept/Reject Sampling ESUP Accept/Reject Sampling Brian Caffo Department of Biostatistics Johns Hopkins Bloomberg School of Public Health January 20, 2003 Page 1 of 32 Monte Carlo in general Page 2 of 32 Use of simulated random

More information

Proceedings of the 2018 Winter Simulation Conference M. Rabe, A. A. Juan, N. Mustafee, A. Skoogh, S. Jain, and B. Johansson, eds.

Proceedings of the 2018 Winter Simulation Conference M. Rabe, A. A. Juan, N. Mustafee, A. Skoogh, S. Jain, and B. Johansson, eds. Proceedings of the 208 Winter Simulation Conference M. Rabe, A. A. Juan, N. Mustafee, A. Skoogh, S. Jain, and B. Johansson, eds. ACHIEVING OPTIMAL BIAS-VARIANCE TRADEOFF IN ONLINE DERIVATIVE ESTIMATION

More information

Case study: stochastic simulation via Rademacher bootstrap

Case study: stochastic simulation via Rademacher bootstrap Case study: stochastic simulation via Rademacher bootstrap Maxim Raginsky December 4, 2013 In this lecture, we will look at an application of statistical learning theory to the problem of efficient stochastic

More information

Variability within multi-component systems. Bayesian inference in probabilistic risk assessment The current state of the art

Variability within multi-component systems. Bayesian inference in probabilistic risk assessment The current state of the art PhD seminar series Probabilistics in Engineering : g Bayesian networks and Bayesian hierarchical analysis in engeering g Conducted by Prof. Dr. Maes, Prof. Dr. Faber and Dr. Nishijima Variability within

More information

Lecture 1. ABC of Probability

Lecture 1. ABC of Probability Math 408 - Mathematical Statistics Lecture 1. ABC of Probability January 16, 2013 Konstantin Zuev (USC) Math 408, Lecture 1 January 16, 2013 1 / 9 Agenda Sample Spaces Realizations, Events Axioms of Probability

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.utstat.utoronto.ca/~rsalakhu/ Sidney Smith Hall, Room 6002 Lecture 7 Approximate

More information

Robust Backtesting Tests for Value-at-Risk Models

Robust Backtesting Tests for Value-at-Risk Models Robust Backtesting Tests for Value-at-Risk Models Jose Olmo City University London (joint work with Juan Carlos Escanciano, Indiana University) Far East and South Asia Meeting of the Econometric Society

More information

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators

Estimation theory. Parametric estimation. Properties of estimators. Minimum variance estimator. Cramer-Rao bound. Maximum likelihood estimators Estimation theory Parametric estimation Properties of estimators Minimum variance estimator Cramer-Rao bound Maximum likelihood estimators Confidence intervals Bayesian estimation 1 Random Variables Let

More information

DS-GA 1003: Machine Learning and Computational Statistics Homework 7: Bayesian Modeling

DS-GA 1003: Machine Learning and Computational Statistics Homework 7: Bayesian Modeling DS-GA 1003: Machine Learning and Computational Statistics Homework 7: Bayesian Modeling Due: Tuesday, May 10, 2016, at 6pm (Submit via NYU Classes) Instructions: Your answers to the questions below, including

More information

Reliability of Acceptance Criteria in Nonlinear Response History Analysis of Tall Buildings

Reliability of Acceptance Criteria in Nonlinear Response History Analysis of Tall Buildings Reliability of Acceptance Criteria in Nonlinear Response History Analysis of Tall Buildings M.M. Talaat, PhD, PE Senior Staff - Simpson Gumpertz & Heger Inc Adjunct Assistant Professor - Cairo University

More information