Expected Value and Variance

Size: px
Start display at page:

Download "Expected Value and Variance"

Transcription

1 Expected Value and Variance MATH 472 Financial Mathematics J Robert Buchanan 2018

2 Objectives In this lesson we will learn: the definition of expected value, how to calculate the expected value of a random variable, the properties of expected value, the definition of variance, the properties of variance.

3 Expected Value of a Random Variable Definition If X is a discrete random variable with probability mass function f X (x) then the expected value of X is denoted E (X) and defined as E (X) = x Ω(x f X (x)).

4 Example What is the expected value of the number of female children in a family of 5 children?

5 Example What is the expected value of the number of female children in a family of 5 children? If X represents the number of female children in a family with five children then E (X) = x Ω (x f X (x)) = ( 5 x x=0 = 5! 32 = x=0 ( 5 x ) ( 1 2 x (x!)(5 x)! ) x ( ) ) 1 5 x 2

6 Expected Value of a Function of a Random Variable Definition If G is a function of the random variable X, then the expected value of G is E (G(X)) = x Ω G(x)f X (x).

7 Example What is the expected value of the square of the number of female children in a family of 5 children?

8 Example What is the expected value of the square of the number of female children in a family of 5 children? If X represents the number of female children in a family with five children then ( E X 2) = ( ) x 2 f X (x) x Ω = ( 5 x 2 x=0 = 7.5 ( 5 x ) ( 1 2 ) x ( ) ) 1 5 x 2

9 Linearity of Expected Value Theorem If X is a random variable and a is a constant, then E (a X) = a E (X).

10 Linearity of Expected Value Theorem If X is a random variable and a is a constant, then E (a X) = a E (X). Proof. E (a X) = x Ω ((ax) f X (x)) = a x Ω (x f X (x)) = a E (X).

11 Joint Probability Function Definition If X and Y are discrete random variables the joint probability mass function of X and Y is denoted f X,Y (x, y) where f X,Y (x, y) = P (X = x, Y = y) = P ((X = x) (Y = y)).

12 Joint Probability Function Definition If X and Y are discrete random variables the joint probability mass function of X and Y is denoted f X,Y (x, y) where f X,Y (x, y) = P (X = x, Y = y) = P ((X = x) (Y = y)). A joint probability mass function has the properties: 1. 0 f X,Y (x, y) 1, 2. f X,Y (x, y) = 1. (x,y) Ω

13 Marginal Probability Definition If the joint probability mass function of (X, Y ) is f X,Y (x, y) then the function f X (x) = f X,Y (x, y) y Ω is called the marginal probability distribution of X. We may define a marginal probability distribution for Y similarly.

14 Expected Value of a Sum (1 of 2) Theorem If X 1, X 2,..., X k are random variables then E (X 1 + X X k ) = E (X 1 ) + E (X 2 ) + + E (X k ).

15 Expected Value of a Sum (2 of 2) Proof. If k = 2 then ( (x + y)fx,y (x, y) ) E (X + Y ) = x = x = x y x f X,Y (x, y) + y y x f X,Y (x, y) + y y y f X,Y (x, y) x y f X,Y (x, y) x = x x f X (x) + y y f Y (y) = E (X) + E (Y ). The general case then holds by induction on k.

16 Expected Value of a Sum of Functions Corollary Let X 1, X 2,..., X k be random variables and let F i be a function of X i for i = 1, 2,..., k then E (F 1 (X 1 ) + + F k (X k )) = E (F 1 (X 1 )) + + E (F k (X k )).

17 Expected Value of Binomial Random Variable If X i is a Bernoulli random variable then E (X i ) = (1)(p) + (0)(1 p) = p.

18 Expected Value of Binomial Random Variable If X i is a Bernoulli random variable then E (X i ) = (1)(p) + (0)(1 p) = p. If the binomial random variable X = X X n where each X i is a Bernoulli random variable, then E (X) = E (X 1 ) + + E (X n ) = n p.

19 Expected Value of a Geometric RV The probability mass function of a geometric RV is given by P (X = n) = f X (n) = (1 p) n 1 p for n N. Recall the geometric series summation, n=0 z n = 1 1 z for z < 1. Differentiate the summation and replace z by 1 p.

20 Expected Value of a Geometric RV The probability mass function of a geometric RV is given by P (X = n) = f X (n) = (1 p) n 1 p for n N. Recall the geometric series summation, n=0 z n = 1 1 z for z < 1. Differentiate the summation and replace z by 1 p. n z n 1 = n=1 n (1 p) n 1 p = n=1 1 (1 z) 2 p (1 (1 p)) 2 E (X) = 1 p

21 Independent Random Variables (1 of 2) If X and Y are independent random variables then f X,Y (x, y) = f X (x)f Y (y) where f X (x) is the marginal probability distribution of X and f Y (y) is the marginal probability distribution of Y.

22 Independent Random Variables (1 of 2) If X and Y are independent random variables then f X,Y (x, y) = f X (x)f Y (y) where f X (x) is the marginal probability distribution of X and f Y (y) is the marginal probability distribution of Y. Theorem Let X 1, X 2,..., X k be pairwise independent random variables, then E (X 1 X 2 X k ) = E (X 1 ) E (X 2 ) E (X k ).

23 Independent Random Variables (2 of 2) Proof. Now let X and Y be independent random variables with joint probability distribution f X,Y (x, y). E (X Y ) = = x (x,y) Ω x y f X,Y (x, y) x y f X (x)f Y (y) = x f X (x) x y = E (X) E (Y ) The general case holds by induction on k. y y f Y (y)

24 Variance (1 of 2) Definition If X is a random variable, the variance of X is denoted Var (X) and ( Var (X) = E (X E (X)) 2). The standard deviation of X is denoted σ(x) = Var (X).

25 Variance (2 of 2) Theorem Let X be a random variable, then the variance of X is ( Var (X) = E X 2) E (X) 2.

26 Variance (2 of 2) Theorem Let X be a random variable, then the variance of X is ( Var (X) = E X 2) E (X) 2. Proof. Var (X) = E ((X E (X)) 2) ( = E X 2) E (2XE (X)) + E (E (X) 2) ( = E X 2) 2 E (X) E (X) + E (X) 2 ( = E X 2) E (X) 2.

27 Example (1 of 2) What is the variance in the number of female children in a family of 5 children?

28 Example (1 of 2) What is the variance in the number of female children in a family of 5 children? If X represents the number of female children in a family of five children, then ( Var (X) = E X 2) (E (X)) 2 = 7.5 (2.5) 2 = 1.25.

29 Example (2 of 2) Find the variance of a Bernoulli random variable for which the probability of success is p.

30 Example (2 of 2) Find the variance of a Bernoulli random variable for which the probability of success is p. If X represents the outcome of a Bernoulli trial, then ( Var (X) = E X 2) (E (X)) 2 [ ] = 1 2 (p) (1 p) p 2 = p p 2 = p(1 p).

31 Variance of a Sum (1 of 3) Theorem Let X 1, X 2,..., X k be pairwise independent random variables, then Var (X 1 + X X k ) = Var (X 1 ) + Var (X 2 ) + + Var (X k ).

32 Variance of a Sum (2 of 3) Take the case when k = 2. Var (X + Y ) = E (((X + Y ) E (X + Y )) 2) = E (((X E (X)) + (Y E (Y ))) 2) ( = E (X E (X)) 2) ( + E (Y E (Y )) 2) + 2E ((X E (X))(Y E (Y ))) = Var (X) + Var (Y ) + 2E ((X E (X))(Y E (Y )))

33 Variance of a Sum (2 of 3) Since we are assuming that random variables X and Y are independent, then E ((X E (X))(Y E (Y ))) = E (X E (X)) E (Y E (Y )) = (E (X) E (X))(E (Y ) E (Y )) = 0, and thus Var (X + Y ) = Var (X) + Var (Y ). The result can be extended to any finite value of k by induction.

34 Example Find the variance of a Binomial random variable with n trials when the probability of success on a single trial is p.

35 Example Find the variance of a Binomial random variable with n trials when the probability of success on a single trial is p. Each trial of a binomial experiment is a Bernoulli experiment with probability of success p. Since the n trials of a binomial experiment are independent Var (X) = n p(1 p).

36 Variance of a Geometric RV (1 of 2) The probability mass function of a geometric RV is given by P (X = n) = f X (n) = (1 p) n 1 p for n N. Recall the geometric series summation, n=0 z n = 1 1 z Differentiate the summation twice. n(n 1) z n 2 = n=1 for z < 1. 2 (1 z) 3

37 Variance of a Geometric RV (2 of 2) n(n 1) z n 2 = n=1 Replace z by 1 p. n=1 n=1 2 (1 z) 3 n 2 (1 p) n 2 n (1 p) n 2 = n=1 n 2 (1 p) n 1 p n (1 p) n 1 p = n=1 ( E X 2) 1 p ( E X 2) E (X) 2 = 2 (1 (1 p)) 3 2(1 p)p (1 (1 p)) 3 = 2(1 p) p 2 2(1 p) p 2 Var (X) = 1 p p p ( ) 1 2 p

38 Variance of a Product (1 of 2) Theorem Let X 1, X 2,..., X k be pairwise independent random variables, then ( ) ( ) ( ) Var (X 1 X 2 X k ) = E X1 2 E X2 2 E Xk 2 (E (X 1 ) E (X 2 ) E (X k )) 2.

39 Variance of a Product (2 of 2) Proof. ( Var (X 1 X 2 X k ) = E (X 1 X 2 X k ) 2) (E (X 1 X 2 X k )) 2 ( ) = E = E X1 2 X 2 2 X k 2 ) ( E X2 2 ( X 2 1 (E (X 1 ) E (X 2 ) E (X k )) 2 ( ) Xk 2 ) E (E (X 1 ) E (X 2 ) E (X k )) 2

40 Homework Read Sections 2.6, 2.7 Exercises: 16, 18 25

41 Credits These slides are adapted from the textbook, An Undergraduate Introduction to Financial Mathematics, 3rd edition, (2012). author: J. Robert Buchanan publisher: World Scientific Publishing Co. Pte. Ltd. address: 27 Warren St., Suite , Hackensack, NJ ISBN:

Forwards on Dividend-Paying Assets and Transaction Costs

Forwards on Dividend-Paying Assets and Transaction Costs Forwards on Dividend-Paying Assets and Transaction Costs MATH 472 Financial Mathematics J Robert Buchanan 2018 Objectives In this lesson we will learn: how to price forward contracts on assets which pay

More information

Pricing Options with Binomial Trees

Pricing Options with Binomial Trees Pricing Options with Binomial Trees MATH 472 Financial Mathematics J. Robert Buchanan 2018 Objectives In this lesson we will learn: a simple discrete framework for pricing options, how to calculate risk-neutral

More information

The Spot Rate. MATH 472 Financial Mathematics. J Robert Buchanan

The Spot Rate. MATH 472 Financial Mathematics. J Robert Buchanan The Spot Rate MATH 472 Financial Mathematics J Robert Buchanan 2018 Objectives In this lesson we will learn: to calculate present and future value in the context of time-varying interest rates, how to

More information

The Black-Scholes Equation

The Black-Scholes Equation The Black-Scholes Equation MATH 472 Financial Mathematics J. Robert Buchanan 2018 Objectives In this lesson we will: derive the Black-Scholes partial differential equation using Itô s Lemma and no-arbitrage

More information

Solving the Black-Scholes Equation

Solving the Black-Scholes Equation Solving the Black-Scholes Equation An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Initial Value Problem for the European Call The main objective of this lesson is solving

More information

Bernoulli and Binomial Distributions

Bernoulli and Binomial Distributions Bernoulli and Binomial Distributions Bernoulli Distribution a flipped coin turns up either heads or tails an item on an assembly line is either defective or not defective a piece of fruit is either damaged

More information

Hedging. MATH 472 Financial Mathematics. J. Robert Buchanan

Hedging. MATH 472 Financial Mathematics. J. Robert Buchanan Hedging MATH 472 Financial Mathematics J. Robert Buchanan 2018 Introduction Definition Hedging is the practice of making a portfolio of investments less sensitive to changes in market variables. There

More information

The Theory of Interest

The Theory of Interest The Theory of Interest An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Simple Interest (1 of 2) Definition Interest is money paid by a bank or other financial institution

More information

Binomial Random Variables. Binomial Random Variables

Binomial Random Variables. Binomial Random Variables Bernoulli Trials Definition A Bernoulli trial is a random experiment in which there are only two possible outcomes - success and failure. 1 Tossing a coin and considering heads as success and tails as

More information

Forwards and Futures. MATH 472 Financial Mathematics. J Robert Buchanan

Forwards and Futures. MATH 472 Financial Mathematics. J Robert Buchanan Forwards and Futures MATH 472 Financial Mathematics J Robert Buchanan 2018 Objectives In this lesson we will learn: the definitions of financial instruments known as forward contracts and futures contracts,

More information

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options Options An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Definitions and Terminology Definition An option is the right, but not the obligation, to buy or sell a security such

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 4: Special Discrete Random Variable Distributions Sections 3.7 & 3.8 Geometric, Negative Binomial, Hypergeometric NOTE: The discrete

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

Review of the Topics for Midterm I

Review of the Topics for Midterm I Review of the Topics for Midterm I STA 100 Lecture 9 I. Introduction The objective of statistics is to make inferences about a population based on information contained in a sample. A population is the

More information

Homework Assignments

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

More information

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or µ X, is E(X ) = µ X = x D x p(x) Definition Let X be a discrete

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

Probability Distributions for Discrete RV

Probability Distributions for Discrete RV Probability Distributions for Discrete RV Probability Distributions for Discrete RV Definition The probability distribution or probability mass function (pmf) of a discrete rv is defined for every number

More information

Chapter 14 - Random Variables

Chapter 14 - Random Variables Chapter 14 - Random Variables October 29, 2014 There are many scenarios where probabilities are used to determine risk factors. Examples include Insurance, Casino, Lottery, Business, Medical, and other

More information

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza Probability Theory Mohamed I. Riffi Islamic University of Gaza Table of contents 1. Chapter 2 Discrete Distributions The binomial distribution 1 Chapter 2 Discrete Distributions Bernoulli trials and the

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

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

More information

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives After this lesson we will be able to: determine whether a probability

More information

Optimizing Portfolios

Optimizing Portfolios Optimizing Portfolios An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Introduction Investors may wish to adjust the allocation of financial resources including a mixture

More information

MLLunsford 1. Activity: Central Limit Theorem Theory and Computations

MLLunsford 1. Activity: Central Limit Theorem Theory and Computations MLLunsford 1 Activity: Central Limit Theorem Theory and Computations Concepts: The Central Limit Theorem; computations using the Central Limit Theorem. Prerequisites: The student should be familiar with

More information

Chapter 5. Statistical inference for Parametric Models

Chapter 5. Statistical inference for Parametric Models Chapter 5. Statistical inference for Parametric Models Outline Overview Parameter estimation Method of moments How good are method of moments estimates? Interval estimation Statistical Inference for Parametric

More information

IEOR 165 Lecture 1 Probability Review

IEOR 165 Lecture 1 Probability Review IEOR 165 Lecture 1 Probability Review 1 Definitions in Probability and Their Consequences 1.1 Defining Probability A probability space (Ω, F, P) consists of three elements: A sample space Ω is the set

More information

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8)

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8) 3 Discrete Random Variables and Probability Distributions Stat 4570/5570 Based on Devore s book (Ed 8) Random Variables We can associate each single outcome of an experiment with a real number: We refer

More information

Chapter 17 Probability Models

Chapter 17 Probability Models Chapter 17 Probability Models Overview Key Concepts Know how to tell if a situation involves Bernoulli trials. Be able to choose whether to use a Geometric or a Binomial model for a random variable involving

More information

4 Random Variables and Distributions

4 Random Variables and Distributions 4 Random Variables and Distributions Random variables A random variable assigns each outcome in a sample space. e.g. called a realization of that variable to Note: We ll usually denote a random variable

More information

Slides for Risk Management

Slides for Risk Management Slides for Risk Management Introduction to the modeling of assets Groll Seminar für Finanzökonometrie Prof. Mittnik, PhD Groll (Seminar für Finanzökonometrie) Slides for Risk Management Prof. Mittnik,

More information

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

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

More information

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Ramesh Yapalparvi Week 3 Chapter 5 Probability Chapter 7 Normal Distribution Chapter 8 Advanced Graphs Chapter 9 Sampling Distributions ß today s lecture Sampling distributions

More information

Chapter 7. Sampling Distributions and the Central Limit Theorem

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

More information

Lecture 22. Survey Sampling: an Overview

Lecture 22. Survey Sampling: an Overview Math 408 - Mathematical Statistics Lecture 22. Survey Sampling: an Overview March 25, 2013 Konstantin Zuev (USC) Math 408, Lecture 22 March 25, 2013 1 / 16 Survey Sampling: What and Why In surveys sampling

More information

5. In fact, any function of a random variable is also a random variable

5. In fact, any function of a random variable is also a random variable Random Variables - Class 11 October 14, 2012 Debdeep Pati 1 Random variables 1.1 Expectation of a function of a random variable 1. Expectation of a function of a random variable 2. We know E(X) = x xp(x)

More information

LESSON 9: BINOMIAL DISTRIBUTION

LESSON 9: BINOMIAL DISTRIBUTION LESSON 9: Outline The context The properties Notation Formula Use of table Use of Excel Mean and variance 1 THE CONTEXT An important property of the binomial distribution: An outcome of an experiment is

More information

Random Variables Handout. Xavier Vilà

Random Variables Handout. Xavier Vilà Random Variables Handout Xavier Vilà Course 2004-2005 1 Discrete Random Variables. 1.1 Introduction 1.1.1 Definition of Random Variable A random variable X is a function that maps each possible outcome

More information

4 Martingales in Discrete-Time

4 Martingales in Discrete-Time 4 Martingales in Discrete-Time Suppose that (Ω, F, P is a probability space. Definition 4.1. A sequence F = {F n, n = 0, 1,...} is called a filtration if each F n is a sub-σ-algebra of F, and F n F n+1

More information

9 Expectation and Variance

9 Expectation and Variance 9 Expectation and Variance Two numbers are often used to summarize a probability distribution for a random variable X. The mean is a measure of the center or middle of the probability distribution, and

More information

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6 Tutorial 6 Sampling Distribution ENGG2450A Tutors The Chinese University of Hong Kong 27 February 2017 1/6 Random Sample and Sampling Distribution 2/6 Random sample Consider a random variable X with distribution

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 3: Special Discrete Random Variable Distributions Section 3.5 Discrete Uniform Section 3.6 Bernoulli and Binomial Others sections

More information

CS145: Probability & Computing

CS145: Probability & Computing CS145: Probability & Computing Lecture 8: Variance of Sums, Cumulative Distribution, Continuous Variables Instructor: Eli Upfal Brown University Computer Science Figure credits: Bertsekas & Tsitsiklis,

More information

Class Notes on Financial Mathematics. No-Arbitrage Pricing Model

Class Notes on Financial Mathematics. No-Arbitrage Pricing Model Class Notes on No-Arbitrage Pricing Model April 18, 2016 Dr. Riyadh Al-Mosawi Department of Mathematics, College of Education for Pure Sciences, Thiqar University References: 1. Stochastic Calculus for

More information

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions

Probability Theory and Simulation Methods. April 9th, Lecture 20: Special distributions April 9th, 2018 Lecture 20: Special distributions Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters 4, 6: Random variables Week 9 Chapter

More information

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A

Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Week 1 Quantitative Analysis of Financial Markets Basic Statistics A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

More information

MAC Learning Objectives. Learning Objectives (Cont.)

MAC Learning Objectives. Learning Objectives (Cont.) MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction Learning Objectives Upon completing this module, you should be able to 1. represent sequences. 2.

More information

STA Module 3B Discrete Random Variables

STA Module 3B Discrete Random Variables STA 2023 Module 3B Discrete Random Variables Learning Objectives Upon completing this module, you should be able to 1. Determine the probability distribution of a discrete random variable. 2. Construct

More information

Tuesday, December 12, 2017 Warm-up

Tuesday, December 12, 2017 Warm-up Tuesday, December 12, 2017 Warm-up In the board game Monopoly, one way to get out of jail is to roll doubles. The random variable of interest is Y=number of attempts it takes to roll doubles one time.

More information

15.063: Communicating with Data Summer Recitation 4 Probability III

15.063: Communicating with Data Summer Recitation 4 Probability III 15.063: Communicating with Data Summer 2003 Recitation 4 Probability III Today s Content Normal RV Central Limit Theorem (CLT) Statistical Sampling 15.063, Summer '03 2 Normal Distribution Any normal RV

More information

Solving the Black-Scholes Equation

Solving the Black-Scholes Equation Solving the Black-Scholes Equation An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Initial Value Problem for the European Call rf = F t + rsf S + 1 2 σ2 S 2 F SS for (S,

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Distribution of the Sample Mean

Distribution of the Sample Mean Distribution of the Sample Mean MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Experiment (1 of 3) Suppose we have the following population : 4 8 1 2 3 4 9 1

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007 Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Math 489/Math 889 Stochastic

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

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

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

More information

Chapter 5: Probability models

Chapter 5: Probability models Chapter 5: Probability models 1. Random variables: a) Idea. b) Discrete and continuous variables. c) The probability function (density) and the distribution function. d) Mean and variance of a random variable.

More information

Counting Basics. Venn diagrams

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

More information

Chapter 7: Point Estimation and Sampling Distributions

Chapter 7: Point Estimation and Sampling Distributions Chapter 7: Point Estimation and Sampling Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 20 Motivation In chapter 3, we learned

More information

PRMIA Exam 8002 PRM Certification - Exam II: Mathematical Foundations of Risk Measurement Version: 6.0 [ Total Questions: 132 ]

PRMIA Exam 8002 PRM Certification - Exam II: Mathematical Foundations of Risk Measurement Version: 6.0 [ Total Questions: 132 ] s@lm@n PRMIA Exam 8002 PRM Certification - Exam II: Mathematical Foundations of Risk Measurement Version: 6.0 [ Total Questions: 132 ] Question No : 1 A 2-step binomial tree is used to value an American

More information

Probability mass function; cumulative distribution function

Probability mass function; cumulative distribution function PHP 2510 Random variables; some discrete distributions Random variables - what are they? Probability mass function; cumulative distribution function Some discrete random variable models: Bernoulli Binomial

More information

Chapter 8 Sequences, Series, and the Binomial Theorem

Chapter 8 Sequences, Series, and the Binomial Theorem Chapter 8 Sequences, Series, and the Binomial Theorem Section 1 Section 2 Section 3 Section 4 Sequences and Series Arithmetic Sequences and Partial Sums Geometric Sequences and Series The Binomial Theorem

More information

Sequences, Series, and Probability Part I

Sequences, Series, and Probability Part I Name Chapter 8 Sequences, Series, and Probability Part I Section 8.1 Sequences and Series Objective: In this lesson you learned how to use sequence, factorial, and summation notation to write the terms

More information

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN PROBABILITY With Applications and R ROBERT P. DOBROW Department of Mathematics Carleton College Northfield, MN Wiley CONTENTS Preface Acknowledgments Introduction xi xiv xv 1 First Principles 1 1.1 Random

More information

Chapter 7: Random Variables

Chapter 7: Random Variables Chapter 7: Random Variables 7.1 Discrete and Continuous Random Variables 7.2 Means and Variances of Random Variables 1 Introduction A random variable is a function that associates a unique numerical value

More information

From Discrete Time to Continuous Time Modeling

From Discrete Time to Continuous Time Modeling From Discrete Time to Continuous Time Modeling Prof. S. Jaimungal, Department of Statistics, University of Toronto 2004 Arrow-Debreu Securities 2004 Prof. S. Jaimungal 2 Consider a simple one-period economy

More information

Lecture 37 Sections 11.1, 11.2, Mon, Mar 31, Hampden-Sydney College. Independent Samples: Comparing Means. Robb T. Koether.

Lecture 37 Sections 11.1, 11.2, Mon, Mar 31, Hampden-Sydney College. Independent Samples: Comparing Means. Robb T. Koether. : : Lecture 37 Sections 11.1, 11.2, 11.4 Hampden-Sydney College Mon, Mar 31, 2008 Outline : 1 2 3 4 5 : When two samples are taken from two different populations, they may be taken independently or not

More information

Module 3: Sampling Distributions and the CLT Statistics (OA3102)

Module 3: Sampling Distributions and the CLT Statistics (OA3102) Module 3: Sampling Distributions and the CLT Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chpt 7.1-7.3, 7.5 Revision: 1-12 1 Goals for

More information

Risk management. Introduction to the modeling of assets. Christian Groll

Risk management. Introduction to the modeling of assets. Christian Groll Risk management Introduction to the modeling of assets Christian Groll Introduction to the modeling of assets Risk management Christian Groll 1 / 109 Interest rates and returns Interest rates and returns

More information

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman:

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Math 224 Fall 207 Homework 5 Drew Armstrong Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Section 3., Exercises 3, 0. Section 3.3, Exercises 2, 3, 0,.

More information

STAT Chapter 4/6: Random Variables and Probability Distributions

STAT Chapter 4/6: Random Variables and Probability Distributions STAT 251 - Chapter 4/6: Random Variables and Probability Distributions We use random variables (RV) to represent the numerical features of a random experiment. In chapter 3, we defined a random experiment

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/27 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/27 Outline The Binomial Lattice Model (BLM) as a Model

More information

Sampling Distribution

Sampling Distribution MAT 2379 (Spring 2012) Sampling Distribution Definition : Let X 1,..., X n be a collection of random variables. We say that they are identically distributed if they have a common distribution. Definition

More information

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability List of Online Homework: Homework 6: Random Variables and Discrete Variables Homework7: Expected Value and Standard Dev of a Variable Homework8: The Binomial Distribution List of Online Quizzes: Quiz7:

More information

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance Chapter 5 Discrete Probability Distributions Random Variables Discrete Probability Distributions Expected Value and Variance.40.30.20.10 0 1 2 3 4 Random Variables A random variable is a numerical description

More information

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as Lecture 0 on BST 63: Statistical Theory I Kui Zhang, 09/9/008 Review for the previous lecture Definition: Several continuous distributions, including uniform, gamma, normal, Beta, Cauchy, double exponential

More information

Chapter 3 - Lecture 4 Moments and Moment Generating Funct

Chapter 3 - Lecture 4 Moments and Moment Generating Funct Chapter 3 - Lecture 4 and s October 7th, 2009 Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness Chapter 3 - Lecture 4 and Moment Generating Funct Central Skewness The expected value of

More information

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Tommy Khoo Your friendly neighbourhood graduate student. It is Time for Homework Again! ( ω `) Please hand in your homework. Third homework will be posted on the website,

More information

Statistical Methods for NLP LT 2202

Statistical Methods for NLP LT 2202 LT 2202 Lecture 3 Random variables January 26, 2012 Recap of lecture 2 Basic laws of probability: 0 P(A) 1 for every event A. P(Ω) = 1 P(A B) = P(A) + P(B) if A and B disjoint Conditional probability:

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Lecture Slides 4 Random Variables Probability Distributions Discrete Distributions Discrete Uniform Probability Distribution

More information

Module 4: Point Estimation Statistics (OA3102)

Module 4: Point Estimation Statistics (OA3102) Module 4: Point Estimation Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chapter 8.1-8.4 Revision: 1-12 1 Goals for this Module Define

More information

The Binomial Distribution

The Binomial Distribution MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom Section 5-1 Probability Distributions I. Random Variables A variable x is a if the value that it assumes, corresponding to the of an experiment, is a or event. A random variable is if it potentially can

More information

CIVL Discrete Distributions

CIVL Discrete Distributions CIVL 3103 Discrete Distributions Learning Objectives Define discrete distributions, and identify common distributions applicable to engineering problems. Identify the appropriate distribution (i.e. binomial,

More information

Marquette University MATH 1700 Class 8 Copyright 2018 by D.B. Rowe

Marquette University MATH 1700 Class 8 Copyright 2018 by D.B. Rowe Class 8 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 208 by D.B. Rowe Agenda: Recap Chapter 4.3-4.5 Lecture Chapter 5. - 5.3 2 Recap Chapter 4.3-4.5 3 4:

More information

The Theory of Interest

The Theory of Interest The Theory of Interest An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Simple Interest (1 of 2) Definition Interest is money paid by a bank or other financial institution

More information

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting.

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting. Binomial Models Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 14, 2016 Christopher Ting QF 101 Week 9 October

More information

STA 220H1F LEC0201. Week 7: More Probability: Discrete Random Variables

STA 220H1F LEC0201. Week 7: More Probability: Discrete Random Variables STA 220H1F LEC0201 Week 7: More Probability: Discrete Random Variables Recall: A sample space for a random experiment is the set of all possible outcomes of the experiment. Random Variables A random variable

More information

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved.

4-1. Chapter 4. Commonly Used Distributions by The McGraw-Hill Companies, Inc. All rights reserved. 4-1 Chapter 4 Commonly Used Distributions 2014 by The Companies, Inc. All rights reserved. Section 4.1: The Bernoulli Distribution 4-2 We use the Bernoulli distribution when we have an experiment which

More information

Drunken Birds, Brownian Motion, and Other Random Fun

Drunken Birds, Brownian Motion, and Other Random Fun Drunken Birds, Brownian Motion, and Other Random Fun Michael Perlmutter Department of Mathematics Purdue University 1 M. Perlmutter(Purdue) Brownian Motion and Martingales Outline Review of Basic Probability

More information

STA Rev. F Learning Objectives. What is a Random Variable? Module 5 Discrete Random Variables

STA Rev. F Learning Objectives. What is a Random Variable? Module 5 Discrete Random Variables STA 2023 Module 5 Discrete Random Variables Learning Objectives Upon completing this module, you should be able to: 1. Determine the probability distribution of a discrete random variable. 2. Construct

More information

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes Model Paper Statistics Objective Intermediate Part I (11 th Class) Examination Session 2012-2013 and onward Total marks: 17 Paper Code Time Allowed: 20 minutes Note:- You have four choices for each objective

More information

Math 166: Topics in Contemporary Mathematics II

Math 166: Topics in Contemporary Mathematics II Math 166: Topics in Contemporary Mathematics II Ruomeng Lan Texas A&M University October 15, 2014 Ruomeng Lan (TAMU) Math 166 October 15, 2014 1 / 12 Mean, Median and Mode Definition: 1. The average or

More information

Mathematical Modeling and Methods of Option Pricing

Mathematical Modeling and Methods of Option Pricing Mathematical Modeling and Methods of Option Pricing This page is intentionally left blank Mathematical Modeling and Methods of Option Pricing Lishang Jiang Tongji University, China Translated by Canguo

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Some Discrete Distribution Families

Some Discrete Distribution Families Some Discrete Distribution Families ST 370 Many families of discrete distributions have been studied; we shall discuss the ones that are most commonly found in applications. In each family, we need a formula

More information