Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Size: px
Start display at page:

Download "Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015"

Transcription

1 Part IA Probability Definitions Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures. They are nowhere near accurate representations of what was actually lectured, and in particular, all errors are almost surely mine. Basic concepts Classical probability, equally likely outcomes. Combinatorial analysis, permutations and combinations. Stirling s formula (asymptotics for log n! proved). [3] Axiomatic approach Axioms (countable case). Probability spaces. Inclusion-exclusion formula. Continuity and subadditivity of probability measures. Independence. Binomial, Poisson and geometric distributions. Relation between Poisson and binomial distributions. Conditional probability, Bayes s formula. Examples, including Simpson s paradox. [5] Discrete random variables Expectation. Functions of a random variable, indicator function, variance, standard deviation. Covariance, independence of random variables. Generating functions: sums of independent random variables, random sum formula, moments. Conditional expectation. Random walks: gambler s ruin, recurrence relations. Difference equations and their solution. Mean time to absorption. Branching processes: generating functions and extinction probability. Combinatorial applications of generating functions. [7] Continuous random variables Distributions and density functions. Expectations; expectation of a function of a random variable. Uniform, normal and exponential random variables. Memoryless property of exponential distribution. Joint distributions: transformation of random variables (including Jacobians), examples. Simulation: generating continuous random variables, independent normal random variables. Geometrical probability: Bertrand s paradox, Buffon s needle. Correlation coefficient, bivariate normal random variables. [6] Inequalities and limits Markov s inequality, Chebyshev s inequality. Weak law of large numbers. Convexity: Jensen s inequality for general random variables, AM/GM inequality. Moment generating functions and statement (no proof) of continuity theorem. Statement of central limit theorem and sketch of proof. Examples, including sampling. [3] 1

2 Contents IA Probability (Definitions) Contents 0 Introduction 3 1 Classical probability Classical probability Counting Stirling s formula Axioms of probability Axioms and definitions Inequalities and formulae Independence Important discrete distributions Conditional probability Discrete random variables Discrete random variables Inequalities Weak law of large numbers Multiple random variables Probability generating functions Interesting problems Branching processes Random walk and gambler s ruin Continuous random variables Continuous random variables Stochastic ordering and inspection paradox Jointly distributed random variables Geometric probability The normal distribution Transformation of random variables Moment generating functions More distributions Cauchy distribution Gamma distribution Beta distribution* More on the normal distribution Multivariate normal Central limit theorem 17 8 Summary of distributions Discrete distributions Continuous distributions

3 0 Introduction IA Probability (Definitions) 0 Introduction 3

4 1 Classical probability IA Probability (Definitions) 1 Classical probability 1.1 Classical probability Definition (Classical probability). Classical probability applies in a situation when there are a finite number of equally likely outcome. Definition (Sample space). The set of all possible outcomes is the sample space, Ω. We can lists the outcomes as ω 1, ω 2, Ω. Each ω Ω is an outcome. Definition (Event). A subset of Ω is called an event. Definition (Set notations). Given any two events A, B Ω, The complement of A is A C = A = Ā = Ω \ A. A or B is the set A B. A and B is the set A B. A and B are mutually exclusive or disjoint if A B =. If A B, then A occurring implies B occurring. Definition (Probability). Suppose Ω = {ω 1, ω 2,, ω N }. Let A Ω be an event. Then the probability of A is 1.2 Counting P(A) = Number of outcomes in A Number of outcomes in Ω = A N. Definition (Sampling with replacement). When we sample with replacement, after choosing at item, it is put back and can be chosen again. Then any sampling function f satisfies sampling with replacement. Definition (Sampling without replacement). When we sample without replacement, after choosing an item, we kill it with fire and cannot choose it again. Then f must be an injective function, and clearly we must have X n. Definition (Multinomial coefficient). A multinomial coefficient is ( ) ( )( ) ( ) n n n n1 n n1 n k 1 n! = = n 1, n 2,, n k n 1!n 2! n k!. n 1 n 2 It is the number of ways to distribute n items into k positions, in which the ith position has n i items. 1.3 Stirling s formula n k 4

5 2 Axioms of probability IA Probability (Definitions) 2 Axioms of probability 2.1 Axioms and definitions Definition (Probability space). A probability space is a triple (Ω, F, P). Ω is a set called the sample space, F is a collection of subsets of Ω, and P : F [0, 1] is the probability measure. F has to satisfy the following axioms: (i), Ω F. (ii) A F A C F. (iii) A 1, A 2, F i=1 A i F. And P has to satisfy the following Kolmogorov axioms: (i) 0 P(A) 1 for all A F (ii) P(Ω) = 1 (iii) For any countable collection of events A 1, A 2, which are disjoint, i.e. A i A j = for all i, j, we have ( ) P A i = P(A i ). i i Items in Ω are known as the outcomes, items in F are known as the events, and P(A) is the probability of the event A. Definition (Probability distribution). Let Ω = {ω 1, ω 2, }. Choose numbers p 1, p 2, such that i=1 p i = 1. Let p(ω i ) = p i. Then define P(A) = p(ω i ). ω i A This P(A) satisfies the above axioms, and p 1, p 2, is the probability distribution Definition (Limit of events). A sequence of events A 1, A 2, is increasing if A 1 A 2. Then we define the limit as lim A n = n A n. Similarly, if they are decreasing, i.e. A 1 A 2, then lim A n = n 1 A n. 1 5

6 2 Axioms of probability IA Probability (Definitions) 2.2 Inequalities and formulae 2.3 Independence Definition (Independent events). Two events A and B are independent if P(A B) = P(A)P(B). Otherwise, they are said to be dependent. Definition (Independence of multiple events). Events A 1, A 2, are said to be mutually independent if P(A i1 A i2 A ir ) = P(A i1 )P(A i2 ) P(A ir ) for any i 1, i 2, i r and r Important discrete distributions Definition (Bernoulli distribution). Suppose we toss a coin. Ω = {H, T } and p [0, 1]. The Bernoulli distribution, denoted B(1, p) has P(H) = p; P(T ) = 1 p. Definition (Binomial distribution). Suppose we toss a coin n times, each with probability p of getting heads. Then So In general, P(HHT T T ) = pp(1 p) (1 p). P(two heads) = P(k heads) = ( ) n p 2 (1 p) n 2. 2 ( ) n p k (1 p) n k. k We call this the binomial distribution and write it as B(n, p). Definition (Geometric distribution). Suppose we toss a coin with probability p of getting heads. The probability of having a head after k consecutive tails is p k = (1 p) k p This is geometric distribution. We say it is memoryless because how many tails we ve got in the past does not give us any information to how long I ll have to wait until I get a head. Definition (Hypergeometric distribution). Suppose we have an urn with n 1 red balls and n 2 black balls. We choose n balls. The probability that there are k red balls is ( n1 )( n2 ) P(k red) = k n k ). ( n1+n 2 n Definition (Poisson distribution). The Poisson distribution denoted P (λ) is for k N. p k = λk k! e λ 6

7 2 Axioms of probability IA Probability (Definitions) 2.5 Conditional probability Definition (Conditional probability). Suppose B is an event with P(B) > 0. For any event A Ω, the conditional probability of A given B is P(A B) = P(A B). P(B) We interpret as the probability of A happening given that B has happened. Definition (Partition). A partition of the sample space is a collection of disjoint events {B i } i=0 such that i B i = Ω. 7

8 3 Discrete random variables IA Probability (Definitions) 3 Discrete random variables 3.1 Discrete random variables Definition (Random variable). A random variable X taking values in a set Ω X is a function X : Ω Ω X. Ω X is usually a set of numbers, e.g. R or N. Definition (Discrete random variables). A random variable is discrete if Ω X is finite or countably infinite. Notation. Let T Ω X, define P(X T ) = P({ω Ω : X(ω) T }). i.e. the probability that the outcome is in T. Definition (Discrete uniform distribution). A discrete uniform distribution is a discrete distribution with finitely many possible outcomes, in which each outcome is equally likely. Notation. We write P X (x) = P(X = x). We can also write X B(n, p) to mean ( ) n P(X = r) = p r (1 p) n r, r and similarly for the other distributions we have come up with before. Definition (Expectation). The expectation (or mean) of a real-valued X is equal to E[X] = ω Ω p ω X(ω). provided this is absolutely convergent. Otherwise, we say the expectation doesn t exist. Alternatively, E[X] = p ω X(ω) x Ω X ω:x(ω)=x = x Ω X x = ω:x(ω)=x p ω x Ω X xp (X = x). We are sometimes lazy and just write EX. Definition (Variance and standard deviation). The variance of a random variable X is defined as var(x) = E[(X E[X]) 2 ]. The standard deviation is the square root of the variance, var(x). 8

9 3 Discrete random variables IA Probability (Definitions) Definition (Indicator function). The indicator function or indicator variable I[A] (or I A ) of an event A Ω is { 1 ω A I[A](ω) = 0 ω A Definition (Independent random variables). Let X 1, X 2,, X n be discrete random variables. They are independent iff for any x 1, x 2,, x n, 3.2 Inequalities P(X 1 = x 1,, X n = x n ) = P(X 1 = x 1 ) P(X n = x n ). Definition (Convex function). A function f : (a, b) R is convex if for all x 1, x 2 (a, b) and λ 1, λ 2 0 such that λ 1 + λ 2 = 1, λ 1 f(x 1 ) + λ 2 f(x 2 ) f(λ 1 x 1 + λ 2 x 2 ). It is strictly convex if the inequality above is strict (except when x 1 = x 2 or λ 1 or λ 2 = 0). λ 1 f(x 1 ) + λ 2 f(x 2 ) A function is concave if f is convex. λ x 1 x 1 + λ 2 x 2 1 x Weak law of large numbers 3.4 Multiple random variables Definition (Covariance). Given two random variables X, Y, the covariance is cov(x, Y ) = E[(X E[X])(Y E[Y ])]. Definition (Correlation coefficient). The correlation coefficient of X and Y is corr(x, Y ) = cov(x, Y ) var(x) var(y ). Definition (Conditional distribution). Let X and Y be random variables (in general not independent) with joint distribution P(X = x, Y = y). Then the marginal distribution (or simply distribution) of X is P(X = x) = y Ω y P(X = x, Y = y). 9

10 3 Discrete random variables IA Probability (Definitions) The conditional distribution of X given Y is P(X = x Y = y) = The conditional expectation of X given Y is E[X Y = y] = P(X = x, Y = y). P(Y = y) x Ω X xp(x = x Y = y). We can view E[X Y ] as a random variable in Y : given a value of Y, we return the expectation of X. 3.5 Probability generating functions Definition (Probability generating function (pgf)). The probability generating function (pgf) of X is p(z) = E[z X ] = P(X = r)z r = p 0 + p 1 z + p 2 z 2 = r=0 p r z r. 0 This is a power series (or polynomial), and converges if z 1, since p(z) r p r z r r p r = 1. We sometimes write as p X (z) to indicate what the random variable. 10

11 4 Interesting problems IA Probability (Definitions) 4 Interesting problems 4.1 Branching processes 4.2 Random walk and gambler s ruin Definition (Random walk). Let X 1,, X n be iid random variables such that X n = +1 with probability p, and 1 with probability 1 p. Let S n = S 0 + X X n. Then (S 0, S 1,, S n ) is a 1-dimensional random walk. If p = q = 1 2, we say it is a symmetric random walk. 11

12 5 Continuous random variables IA Probability (Definitions) 5 Continuous random variables 5.1 Continuous random variables Definition (Continuous random variable). A random variable X : Ω R is continuous if there is a function f : R R 0 such that P(a X b) = b a f(x) dx. We call f the probability density function, which satisfies f 0 f(x) = 1. Definition (Cumulative distribution function). The cumulative distribution function (or simply distribution function) of a random variable X (discrete, continuous, or neither) is F (x) = P(X x). Definition (Uniform distribution). The uniform distribution on [a, b] has pdf Then F (x) = f(x) = 1 b a. x a f(z) dz = x a b a for a x b. If X follows a uniform distribution on [a, b], we write X U[a, b]. Definition (Exponential random variable). The exponential random variable with parameter λ has pdf f(x) = λe λx and for x 0. We write X E(λ). F (x) = 1 e λx Definition (Expectation). The expectation (or mean) of a continuous random variable is E[X] = xf(x) dx, provided not both xf(x) dx and 0 xf(x) dx are infinite. 0 Definition (Variance). The variance of a continuous random variable is var(x) = E[(X E[X]) 2 ] = E[X 2 ] (E[X]) 2. 12

13 5 Continuous random variables IA Probability (Definitions) Definition (Mode and median). Given a pdf f(x), we call ˆx a mode if f(ˆx) f(x) for all x. Note that a distribution can have many modes. For example, in the uniform distribution, all x are modes. We say it is a median if ˆx f(x) dx = 1 2 = f(x) dx. For a discrete random variable, the median is ˆx such that P(X ˆx) 1 2, P(X ˆx) 1 2. Here we have a non-strict inequality since if the random variable, say, always takes value 0, then both probabilities will be 1. ˆx Definition (Sample mean). If X 1,, X n distribution, then the sample mean is is a random sample from some X = 1 n n X i Stochastic ordering and inspection paradox Definition (Stochastic order). The stochastic order is defined as: X st Y if P(X > t) P(Y > t) for all t. 5.3 Jointly distributed random variables Definition (Joint distribution). Two random variables X, Y have joint distribution F : R 2 [0, 1] defined by The marginal distribution of X is F (x, y) = P(X x, Y y). F X (x) = P(X x) = P(X x, Y < ) = F (x, ) = lim F (x, y) y Definition (Jointly distributed random variables). We say X 1,, X n are jointly distributed continuous random variables and have joint pdf f if for any set A R n P((X 1,, X n ) A) = f(x 1,, x n ) dx 1 dx n. (x 1, x n) A where and f(x 1,, x n ) 0 R n f(x 1,, x n ) dx 1 dx n = 1. 13

14 5 Continuous random variables IA Probability (Definitions) Definition (Independent continuous random variables). Continuous random variables X 1,, X n are independent if P(X 1 A 1, X 2 A 2,, X n A n ) = P(X 1 A 1 )P(X 2 A 2 ) P(X n A n ) for all A i Ω Xi. If we let F Xi and f Xi be the cdf, pdf of X, then and F (x 1,, x n ) = F X1 (x 1 ) F Xn (x n ) f(x 1,, x n ) = f X1 (x 1 ) f Xn (x n ) are each individually equivalent to the definition above. 5.4 Geometric probability 5.5 The normal distribution Definition (Normal distribution). The normal distribution with parameters µ, σ 2, written N(µ, σ 2 ) has pdf f(x) = 1 ) (x µ)2 exp ( 2πσ 2σ 2, for < x <. It looks approximately like this: µ The standard normal is when µ = 0, σ 2 = 1, i.e. X N(0, 1). We usually write φ(x) for the pdf and Φ(x) for the cdf of the standard normal. 5.6 Transformation of random variables Definition (Jacobian determinant). Suppose si y j exists and is continuous at every point (y 1,, y n ) S. Then the Jacobian determinant is s 1 J = (s y 1 1,, s n ) (y 1,, y n ) = det..... s n y 1 Definition (Order statistics). Suppose that X 1,, X n are some random variables, and Y 1,, Y n is X 1,, X n arranged in increasing order, i.e. Y 1 Y 2 Y n. This is the order statistics. We sometimes write Y i = X (i). s 1 y n s n y n 14

15 5 Continuous random variables IA Probability (Definitions) 5.7 Moment generating functions Definition (Moment generating function). The moment generating function of a random variable X is m(θ) = E[e θx ]. For those θ in which m(θ) is finite, we have m(θ) = e θx f(x) dx. Definition (Moment). The rth moment of X is E[X r ]. 15

16 6 More distributions IA Probability (Definitions) 6 More distributions 6.1 Cauchy distribution Definition (Cauchy distribution). The Cauchy distribution has pdf for < x <. f(x) = 6.2 Gamma distribution 1 π(1 + x 2 ) Definition (Gamma distribution). The gamma distribution Γ(n, λ) has pdf f(x) = λn x n 1 e λx. (n 1)! We can show that this is a distribution by showing that it integrates to Beta distribution* Definition (Beta distribution). The beta distribution β(a, b) has pdf f(x; a, b) = for 0 x 1. This has mean a/(a + b). Γ(a + b) Γ(a)Γ(b) xa 1 (1 x) b More on the normal distribution 6.5 Multivariate normal 16

17 7 Central limit theorem IA Probability (Definitions) 7 Central limit theorem 17

18 8 Summary of distributions IA Probability (Definitions) 8 Summary of distributions 8.1 Discrete distributions 8.2 Continuous distributions 18

Part IA Probability. Theorems. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Theorems. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Theorems Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

Lecture 2: Repetition of probability theory and statistics

Lecture 2: Repetition of probability theory and statistics Algorithms for Uncertainty Quantification SS8, IN2345 Tobias Neckel Scientific Computing in Computer Science TUM Lecture 2: Repetition of probability theory and statistics Concept of Building Block: Prerequisites:

More information

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities PCMI 207 - Introduction to Random Matrix Theory Handout #2 06.27.207 REVIEW OF PROBABILITY THEORY Chapter - Events and Their Probabilities.. Events as Sets Definition (σ-field). A collection F of subsets

More information

1.1 Review of Probability Theory

1.1 Review of Probability Theory 1.1 Review of Probability Theory Angela Peace Biomathemtics II MATH 5355 Spring 2017 Lecture notes follow: Allen, Linda JS. An introduction to stochastic processes with applications to biology. CRC Press,

More information

1 Presessional Probability

1 Presessional Probability 1 Presessional Probability Probability theory is essential for the development of mathematical models in finance, because of the randomness nature of price fluctuations in the markets. This presessional

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Algorithms for Uncertainty Quantification Tobias Neckel, Ionuț-Gabriel Farcaș Lehrstuhl Informatik V Summer Semester 2017 Lecture 2: Repetition of probability theory and statistics Example: coin flip Example

More information

Probability. J.R. Norris. December 13, 2017

Probability. J.R. Norris. December 13, 2017 Probability J.R. Norris December 13, 2017 1 Contents 1 Mathematical models for randomness 6 1.1 A general definition............................... 6 1.2 Equally likely outcomes.............................

More information

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed.

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. STAT 302 Introduction to Probability Learning Outcomes Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. Chapter 1: Combinatorial Analysis Demonstrate the ability to solve combinatorial

More information

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu Home Work: 1 1. Describe the sample space when a coin is tossed (a) once, (b) three times, (c) n times, (d) an infinite number of times. 2. A coin is tossed until for the first time the same result appear

More information

THE QUEEN S UNIVERSITY OF BELFAST

THE QUEEN S UNIVERSITY OF BELFAST THE QUEEN S UNIVERSITY OF BELFAST 0SOR20 Level 2 Examination Statistics and Operational Research 20 Probability and Distribution Theory Wednesday 4 August 2002 2.30 pm 5.30 pm Examiners { Professor R M

More information

Lecture 11. Probability Theory: an Overveiw

Lecture 11. Probability Theory: an Overveiw Math 408 - Mathematical Statistics Lecture 11. Probability Theory: an Overveiw February 11, 2013 Konstantin Zuev (USC) Math 408, Lecture 11 February 11, 2013 1 / 24 The starting point in developing the

More information

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems Review of Basic Probability The fundamentals, random variables, probability distributions Probability mass/density functions

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

Lecture 1: August 28

Lecture 1: August 28 36-705: Intermediate Statistics Fall 2017 Lecturer: Siva Balakrishnan Lecture 1: August 28 Our broad goal for the first few lectures is to try to understand the behaviour of sums of independent random

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

EE514A Information Theory I Fall 2013

EE514A Information Theory I Fall 2013 EE514A Information Theory I Fall 2013 K. Mohan, Prof. J. Bilmes University of Washington, Seattle Department of Electrical Engineering Fall Quarter, 2013 http://j.ee.washington.edu/~bilmes/classes/ee514a_fall_2013/

More information

Lectures on Elementary Probability. William G. Faris

Lectures on Elementary Probability. William G. Faris Lectures on Elementary Probability William G. Faris February 22, 2002 2 Contents 1 Combinatorics 5 1.1 Factorials and binomial coefficients................. 5 1.2 Sampling with replacement.....................

More information

Quick Tour of Basic Probability Theory and Linear Algebra

Quick Tour of Basic Probability Theory and Linear Algebra Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra CS224w: Social and Information Network Analysis Fall 2011 Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra Outline Definitions

More information

Recitation 2: Probability

Recitation 2: Probability Recitation 2: Probability Colin White, Kenny Marino January 23, 2018 Outline Facts about sets Definitions and facts about probability Random Variables and Joint Distributions Characteristics of distributions

More information

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 8. For any two events E and F, P (E) = P (E F ) + P (E F c ). Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 Sample space. A sample space consists of a underlying

More information

Chapter 1. Sets and probability. 1.3 Probability space

Chapter 1. Sets and probability. 1.3 Probability space Random processes - Chapter 1. Sets and probability 1 Random processes Chapter 1. Sets and probability 1.3 Probability space 1.3 Probability space Random processes - Chapter 1. Sets and probability 2 Probability

More information

Formulas for probability theory and linear models SF2941

Formulas for probability theory and linear models SF2941 Formulas for probability theory and linear models SF2941 These pages + Appendix 2 of Gut) are permitted as assistance at the exam. 11 maj 2008 Selected formulae of probability Bivariate probability Transforms

More information

Recap of Basic Probability Theory

Recap of Basic Probability Theory 02407 Stochastic Processes? Recap of Basic Probability Theory Uffe Høgsbro Thygesen Informatics and Mathematical Modelling Technical University of Denmark 2800 Kgs. Lyngby Denmark Email: uht@imm.dtu.dk

More information

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables ECE 6010 Lecture 1 Introduction; Review of Random Variables Readings from G&S: Chapter 1. Section 2.1, Section 2.3, Section 2.4, Section 3.1, Section 3.2, Section 3.5, Section 4.1, Section 4.2, Section

More information

Probability Models. 4. What is the definition of the expectation of a discrete random variable?

Probability Models. 4. What is the definition of the expectation of a discrete random variable? 1 Probability Models The list of questions below is provided in order to help you to prepare for the test and exam. It reflects only the theoretical part of the course. You should expect the questions

More information

Recap of Basic Probability Theory

Recap of Basic Probability Theory 02407 Stochastic Processes Recap of Basic Probability Theory Uffe Høgsbro Thygesen Informatics and Mathematical Modelling Technical University of Denmark 2800 Kgs. Lyngby Denmark Email: uht@imm.dtu.dk

More information

Week 2. Review of Probability, Random Variables and Univariate Distributions

Week 2. Review of Probability, Random Variables and Univariate Distributions Week 2 Review of Probability, Random Variables and Univariate Distributions Probability Probability Probability Motivation What use is Probability Theory? Probability models Basis for statistical inference

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

Review of Probabilities and Basic Statistics

Review of Probabilities and Basic Statistics Alex Smola Barnabas Poczos TA: Ina Fiterau 4 th year PhD student MLD Review of Probabilities and Basic Statistics 10-701 Recitations 1/25/2013 Recitation 1: Statistics Intro 1 Overview Introduction to

More information

Lecture 1: Review on Probability and Statistics

Lecture 1: Review on Probability and Statistics STAT 516: Stochastic Modeling of Scientific Data Autumn 2018 Instructor: Yen-Chi Chen Lecture 1: Review on Probability and Statistics These notes are partially based on those of Mathias Drton. 1.1 Motivating

More information

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27 Probability Review Yutian Li Stanford University January 18, 2018 Yutian Li (Stanford University) Probability Review January 18, 2018 1 / 27 Outline 1 Elements of probability 2 Random variables 3 Multiple

More information

Sample Spaces, Random Variables

Sample Spaces, Random Variables Sample Spaces, Random Variables Moulinath Banerjee University of Michigan August 3, 22 Probabilities In talking about probabilities, the fundamental object is Ω, the sample space. (elements) in Ω are denoted

More information

Appendix A : Introduction to Probability and stochastic processes

Appendix A : Introduction to Probability and stochastic processes A-1 Mathematical methods in communication July 5th, 2009 Appendix A : Introduction to Probability and stochastic processes Lecturer: Haim Permuter Scribe: Shai Shapira and Uri Livnat The probability of

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Introduction to Probabilistic Methods Varun Chandola Computer Science & Engineering State University of New York at Buffalo Buffalo, NY, USA chandola@buffalo.edu Chandola@UB

More information

PROBABILITY VITTORIA SILVESTRI

PROBABILITY VITTORIA SILVESTRI PROBABILITY VITTORIA SILVESTRI Contents Preface 2 1. Introduction 3 2. Combinatorial analysis 6 3. Stirling s formula 9 4. Properties of Probability measures 12 5. Independence 17 6. Conditional probability

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R In probabilistic models, a random variable is a variable whose possible values are numerical outcomes of a random phenomenon. As a function or a map, it maps from an element (or an outcome) of a sample

More information

Week 12-13: Discrete Probability

Week 12-13: Discrete Probability Week 12-13: Discrete Probability November 21, 2018 1 Probability Space There are many problems about chances or possibilities, called probability in mathematics. When we roll two dice there are possible

More information

APM 504: Probability Notes. Jay Taylor Spring Jay Taylor (ASU) APM 504 Fall / 65

APM 504: Probability Notes. Jay Taylor Spring Jay Taylor (ASU) APM 504 Fall / 65 APM 504: Probability Notes Jay Taylor Spring 2015 Jay Taylor (ASU) APM 504 Fall 2013 1 / 65 Outline Outline 1 Probability and Uncertainty 2 Random Variables Discrete Distributions Continuous Distributions

More information

1 Review of Probability and Distributions

1 Review of Probability and Distributions Random variables. A numerically valued function X of an outcome ω from a sample space Ω X : Ω R : ω X(ω) is called a random variable (r.v.), and usually determined by an experiment. We conventionally denote

More information

STAT 418: Probability and Stochastic Processes

STAT 418: Probability and Stochastic Processes STAT 418: Probability and Stochastic Processes Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical

More information

3. Review of Probability and Statistics

3. Review of Probability and Statistics 3. Review of Probability and Statistics ECE 830, Spring 2014 Probabilistic models will be used throughout the course to represent noise, errors, and uncertainty in signal processing problems. This lecture

More information

CME 106: Review Probability theory

CME 106: Review Probability theory : Probability theory Sven Schmit April 3, 2015 1 Overview In the first half of the course, we covered topics from probability theory. The difference between statistics and probability theory is the following:

More information

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University Chapter 3, 4 Random Variables ENCS6161 - Probability and Stochastic Processes Concordia University ENCS6161 p.1/47 The Notion of a Random Variable A random variable X is a function that assigns a real

More information

Chapter 5 continued. Chapter 5 sections

Chapter 5 continued. Chapter 5 sections Chapter 5 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

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

18.440: Lecture 28 Lectures Review

18.440: Lecture 28 Lectures Review 18.440: Lecture 28 Lectures 18-27 Review Scott Sheffield MIT Outline Outline It s the coins, stupid Much of what we have done in this course can be motivated by the i.i.d. sequence X i where each X i is

More information

STAT 414: Introduction to Probability Theory

STAT 414: Introduction to Probability Theory STAT 414: Introduction to Probability Theory Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical Exercises

More information

Random Models. Tusheng Zhang. February 14, 2013

Random Models. Tusheng Zhang. February 14, 2013 Random Models Tusheng Zhang February 14, 013 1 Introduction In this module, we will introduce some random models which have many real life applications. The course consists of four parts. 1. A brief review

More information

3. DISCRETE RANDOM VARIABLES

3. DISCRETE RANDOM VARIABLES IA Probability Lent Term 3 DISCRETE RANDOM VARIABLES 31 Introduction When an experiment is conducted there may be a number of quantities associated with the outcome ω Ω that may be of interest Suppose

More information

2 n k In particular, using Stirling formula, we can calculate the asymptotic of obtaining heads exactly half of the time:

2 n k In particular, using Stirling formula, we can calculate the asymptotic of obtaining heads exactly half of the time: Chapter 1 Random Variables 1.1 Elementary Examples We will start with elementary and intuitive examples of probability. The most well-known example is that of a fair coin: if flipped, the probability of

More information

Lecture 16. Lectures 1-15 Review

Lecture 16. Lectures 1-15 Review 18.440: Lecture 16 Lectures 1-15 Review Scott Sheffield MIT 1 Outline Counting tricks and basic principles of probability Discrete random variables 2 Outline Counting tricks and basic principles of probability

More information

Classical Probability

Classical Probability Chapter 1 Classical Probability Probability is the very guide of life. Marcus Thullius Cicero The original development of probability theory took place during the seventeenth through nineteenth centuries.

More information

2. AXIOMATIC PROBABILITY

2. AXIOMATIC PROBABILITY IA Probability Lent Term 2. AXIOMATIC PROBABILITY 2. The axioms The formulation for classical probability in which all outcomes or points in the sample space are equally likely is too restrictive to develop

More information

Lectures for APM 541: Stochastic Modeling in Biology. Jay Taylor

Lectures for APM 541: Stochastic Modeling in Biology. Jay Taylor Lectures for APM 541: Stochastic Modeling in Biology Jay Taylor November 3, 2011 Contents 1 Distributions, Expectations, and Random Variables 4 1.1 Probability Spaces...................................

More information

2. Suppose (X, Y ) is a pair of random variables uniformly distributed over the triangle with vertices (0, 0), (2, 0), (2, 1).

2. Suppose (X, Y ) is a pair of random variables uniformly distributed over the triangle with vertices (0, 0), (2, 0), (2, 1). Name M362K Final Exam Instructions: Show all of your work. You do not have to simplify your answers. No calculators allowed. There is a table of formulae on the last page. 1. Suppose X 1,..., X 1 are independent

More information

Actuarial Science Exam 1/P

Actuarial Science Exam 1/P Actuarial Science Exam /P Ville A. Satopää December 5, 2009 Contents Review of Algebra and Calculus 2 2 Basic Probability Concepts 3 3 Conditional Probability and Independence 4 4 Combinatorial Principles,

More information

Probability Notes. Compiled by Paul J. Hurtado. Last Compiled: September 6, 2017

Probability Notes. Compiled by Paul J. Hurtado. Last Compiled: September 6, 2017 Probability Notes Compiled by Paul J. Hurtado Last Compiled: September 6, 2017 About These Notes These are course notes from a Probability course taught using An Introduction to Mathematical Statistics

More information

Things to remember when learning probability distributions:

Things to remember when learning probability distributions: SPECIAL DISTRIBUTIONS Some distributions are special because they are useful They include: Poisson, exponential, Normal (Gaussian), Gamma, geometric, negative binomial, Binomial and hypergeometric distributions

More information

1: PROBABILITY REVIEW

1: PROBABILITY REVIEW 1: PROBABILITY REVIEW Marek Rutkowski School of Mathematics and Statistics University of Sydney Semester 2, 2016 M. Rutkowski (USydney) Slides 1: Probability Review 1 / 56 Outline We will review the following

More information

LIST OF FORMULAS FOR STK1100 AND STK1110

LIST OF FORMULAS FOR STK1100 AND STK1110 LIST OF FORMULAS FOR STK1100 AND STK1110 (Version of 11. November 2015) 1. Probability Let A, B, A 1, A 2,..., B 1, B 2,... be events, that is, subsets of a sample space Ω. a) Axioms: A probability function

More information

Probability. Copier s Message. Schedules. This is a pure course.

Probability. Copier s Message. Schedules. This is a pure course. Probability This is a pure course Copier s Message These notes may contain errors In fact, they almost certainly do since they were just copied down by me during lectures and everyone makes mistakes when

More information

1 Random Variable: Topics

1 Random Variable: Topics Note: Handouts DO NOT replace the book. In most cases, they only provide a guideline on topics and an intuitive feel. 1 Random Variable: Topics Chap 2, 2.1-2.4 and Chap 3, 3.1-3.3 What is a random variable?

More information

Deep Learning for Computer Vision

Deep Learning for Computer Vision Deep Learning for Computer Vision Lecture 3: Probability, Bayes Theorem, and Bayes Classification Peter Belhumeur Computer Science Columbia University Probability Should you play this game? Game: A fair

More information

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment:

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment: Moments Lecture 10: Central Limit Theorem and CDFs Sta230 / Mth 230 Colin Rundel Raw moment: Central moment: µ n = EX n ) µ n = E[X µ) 2 ] February 25, 2014 Normalized / Standardized moment: µ n σ n Sta230

More information

Probability Theory for Machine Learning. Chris Cremer September 2015

Probability Theory for Machine Learning. Chris Cremer September 2015 Probability Theory for Machine Learning Chris Cremer September 2015 Outline Motivation Probability Definitions and Rules Probability Distributions MLE for Gaussian Parameter Estimation MLE and Least Squares

More information

Probability Distributions Columns (a) through (d)

Probability Distributions Columns (a) through (d) Discrete Probability Distributions Columns (a) through (d) Probability Mass Distribution Description Notes Notation or Density Function --------------------(PMF or PDF)-------------------- (a) (b) (c)

More information

Northwestern University Department of Electrical Engineering and Computer Science

Northwestern University Department of Electrical Engineering and Computer Science Northwestern University Department of Electrical Engineering and Computer Science EECS 454: Modeling and Analysis of Communication Networks Spring 2008 Probability Review As discussed in Lecture 1, probability

More information

Probability and Statistics. Vittoria Silvestri

Probability and Statistics. Vittoria Silvestri Probability and Statistics Vittoria Silvestri Statslab, Centre for Mathematical Sciences, University of Cambridge, Wilberforce Road, Cambridge CB3 0WB, UK Contents Preface 5 Chapter 1. Discrete probability

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume II: Probability Emlyn Lloyd University oflancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester - New York - Brisbane

More information

Probability: Handout

Probability: Handout Probability: Handout Klaus Pötzelberger Vienna University of Economics and Business Institute for Statistics and Mathematics E-mail: Klaus.Poetzelberger@wu.ac.at Contents 1 Axioms of Probability 3 1.1

More information

Chapter 2. Probability

Chapter 2. Probability 2-1 Chapter 2 Probability 2-2 Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance with certainty. Examples: rolling a die tossing

More information

18.440: Lecture 28 Lectures Review

18.440: Lecture 28 Lectures Review 18.440: Lecture 28 Lectures 17-27 Review Scott Sheffield MIT 1 Outline Continuous random variables Problems motivated by coin tossing Random variable properties 2 Outline Continuous random variables Problems

More information

Practice Examination # 3

Practice Examination # 3 Practice Examination # 3 Sta 23: Probability December 13, 212 This is a closed-book exam so do not refer to your notes, the text, or any other books (please put them on the floor). You may use a single

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

More information

Set Theory Digression

Set Theory Digression 1 Introduction to Probability 1.1 Basic Rules of Probability Set Theory Digression A set is defined as any collection of objects, which are called points or elements. The biggest possible collection of

More information

3. Probability and Statistics

3. Probability and Statistics FE661 - Statistical Methods for Financial Engineering 3. Probability and Statistics Jitkomut Songsiri definitions, probability measures conditional expectations correlation and covariance some important

More information

Basics on Probability. Jingrui He 09/11/2007

Basics on Probability. Jingrui He 09/11/2007 Basics on Probability Jingrui He 09/11/2007 Coin Flips You flip a coin Head with probability 0.5 You flip 100 coins How many heads would you expect Coin Flips cont. You flip a coin Head with probability

More information

S n = x + X 1 + X X n.

S n = x + X 1 + X X n. 0 Lecture 0 0. Gambler Ruin Problem Let X be a payoff if a coin toss game such that P(X = ) = P(X = ) = /2. Suppose you start with x dollars and play the game n times. Let X,X 2,...,X n be payoffs in each

More information

EE4601 Communication Systems

EE4601 Communication Systems EE4601 Communication Systems Week 2 Review of Probability, Important Distributions 0 c 2011, Georgia Institute of Technology (lect2 1) Conditional Probability Consider a sample space that consists of two

More information

Probability reminders

Probability reminders CS246 Winter 204 Mining Massive Data Sets Probability reminders Sammy El Ghazzal selghazz@stanfordedu Disclaimer These notes may contain typos, mistakes or confusing points Please contact the author so

More information

2.1 Elementary probability; random sampling

2.1 Elementary probability; random sampling Chapter 2 Probability Theory Chapter 2 outlines the probability theory necessary to understand this text. It is meant as a refresher for students who need review and as a reference for concepts and theorems

More information

Final Exam # 3. Sta 230: Probability. December 16, 2012

Final Exam # 3. Sta 230: Probability. December 16, 2012 Final Exam # 3 Sta 230: Probability December 16, 2012 This is a closed-book exam so do not refer to your notes, the text, or any other books (please put them on the floor). You may use the extra sheets

More information

Chapter 6: Functions of Random Variables

Chapter 6: Functions of Random Variables Chapter 6: Functions of Random Variables We are often interested in a function of one or several random variables, U(Y 1,..., Y n ). We will study three methods for determining the distribution of a function

More information

Probability and Statistics

Probability and Statistics Probability and Statistics Jane Bae Stanford University hjbae@stanford.edu September 16, 2014 Jane Bae (Stanford) Probability and Statistics September 16, 2014 1 / 35 Overview 1 Probability Concepts Probability

More information

Topic 2: Probability & Distributions. Road Map Probability & Distributions. ECO220Y5Y: Quantitative Methods in Economics. Dr.

Topic 2: Probability & Distributions. Road Map Probability & Distributions. ECO220Y5Y: Quantitative Methods in Economics. Dr. Topic 2: Probability & Distributions ECO220Y5Y: Quantitative Methods in Economics Dr. Nick Zammit University of Toronto Department of Economics Room KN3272 n.zammit utoronto.ca November 21, 2017 Dr. Nick

More information

Probability. Computer Science Tripos, Part IA. R.J. Gibbens. Computer Laboratory University of Cambridge. Easter Term 2008/9

Probability. Computer Science Tripos, Part IA. R.J. Gibbens. Computer Laboratory University of Cambridge. Easter Term 2008/9 Probability Computer Science Tripos, Part IA R.J. Gibbens Computer Laboratory University of Cambridge Easter Term 2008/9 Last revision: 2009-05-06/r-36 1 Outline Elementary probability theory (2 lectures)

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

Chapter 2: Random Variables

Chapter 2: Random Variables ECE54: Stochastic Signals and Systems Fall 28 Lecture 2 - September 3, 28 Dr. Salim El Rouayheb Scribe: Peiwen Tian, Lu Liu, Ghadir Ayache Chapter 2: Random Variables Example. Tossing a fair coin twice:

More information

M378K In-Class Assignment #1

M378K In-Class Assignment #1 The following problems are a review of M6K. M7K In-Class Assignment # Problem.. Complete the definition of mutual exclusivity of events below: Events A, B Ω are said to be mutually exclusive if A B =.

More information

Lecture 2: Review of Basic Probability Theory

Lecture 2: Review of Basic Probability Theory ECE 830 Fall 2010 Statistical Signal Processing instructor: R. Nowak, scribe: R. Nowak Lecture 2: Review of Basic Probability Theory Probabilistic models will be used throughout the course to represent

More information

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner Fundamentals CS 281A: Statistical Learning Theory Yangqing Jia Based on tutorial slides by Lester Mackey and Ariel Kleiner August, 2011 Outline 1 Probability 2 Statistics 3 Linear Algebra 4 Optimization

More information

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay 1 / 13 Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay August 8, 2013 2 / 13 Random Variable Definition A real-valued

More information

Probability. Machine Learning and Pattern Recognition. Chris Williams. School of Informatics, University of Edinburgh. August 2014

Probability. Machine Learning and Pattern Recognition. Chris Williams. School of Informatics, University of Edinburgh. August 2014 Probability Machine Learning and Pattern Recognition Chris Williams School of Informatics, University of Edinburgh August 2014 (All of the slides in this course have been adapted from previous versions

More information

Lecture 1: Probability Fundamentals

Lecture 1: Probability Fundamentals Lecture 1: Probability Fundamentals IB Paper 7: Probability and Statistics Carl Edward Rasmussen Department of Engineering, University of Cambridge January 22nd, 2008 Rasmussen (CUED) Lecture 1: Probability

More information

MATH 3510: PROBABILITY AND STATS June 15, 2011 MIDTERM EXAM

MATH 3510: PROBABILITY AND STATS June 15, 2011 MIDTERM EXAM MATH 3510: PROBABILITY AND STATS June 15, 2011 MIDTERM EXAM YOUR NAME: KEY: Answers in Blue Show all your work. Answers out of the blue and without any supporting work may receive no credit even if they

More information

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information