Random Sampling Random Samples 1 Why do we

  • Slides: 32
Download presentation
Random Sampling - Random Samples 1

Random Sampling - Random Samples 1

Why do we need Random Samples? • Many business applications -We will have a

Why do we need Random Samples? • Many business applications -We will have a random variable X such that the probability distribution & expected value is unknown -The only way to make use of probability is to estimate E(X) and if possible Fx or fx -This can be done with random sampling 2

Random Samples X come from some random process. x results from a trial of

Random Samples X come from some random process. x results from a trial of the process (observation of X ) a set {x 1, x 2, , xn} of n independent observations of the same random variable X is called a random sample of size n. 3

Sample Mean • What does a random sample tell us about a random variable?

Sample Mean • What does a random sample tell us about a random variable? • Consider random sample set {x 1, x 2, , xn} SAMPLE MEAN 4

Example 5

Example 5

Important • can be used as an estimate of the parameter E(X). • In

Important • can be used as an estimate of the parameter E(X). • In general, the larger the sample size n, the better will be the estimate 6

APPROXIMATING MASS AND DENSITY FUNCTIONS If we have a large enough sample, we can

APPROXIMATING MASS AND DENSITY FUNCTIONS If we have a large enough sample, we can group the data and form a histogram that approximates • the probability mass function (for a finite random variable) or • the probability density function (for a continuous random variable). 7

APPROXIMATING MASS FUNCTIONS -Discrete random variables We have used bins of width 1 and

APPROXIMATING MASS FUNCTIONS -Discrete random variables We have used bins of width 1 and have plotted relative frequencies. The relative frequency of each value of X in the sample gives an estimate for the probability that X will assume that value. Hence, the relative frequency of a value x in the sample approximates P(X = x) = f. X(x) [p. m. f - Discrete random variables] 8

APPROXIMATING DENSITY FUNCTION-Continuous random variables • Recall that the p. d. f can be

APPROXIMATING DENSITY FUNCTION-Continuous random variables • Recall that the p. d. f can be used to find probabilities P(a X b) is equal to the area under the curve of the p. d. f over the interval [a, b] • If we want to use a histogram approximate the p. d. f then Relative frequency of a bin= Area of the corresponding rectangle 9

Important • But we know Area of rectangle=width x height But • • Relative

Important • But we know Area of rectangle=width x height But • • Relative frequency of a bin= Area of the corresponding rectangle Now the area of each rectangle represents the probability Now we must plot the adjusted relative frequencies against the mid points of the bins 10

Histogram function is used for normalized ratios( Rnorm) Approximating the p. d. f. Since

Histogram function is used for normalized ratios( Rnorm) Approximating the p. d. f. Since the width is 0. 03 (Disney) 0. 0024/0. 03 (0. 73+0. 76)/2 11

Approximating the p. d. f. (Disney) Height 12 Normalized ratios

Approximating the p. d. f. (Disney) Height 12 Normalized ratios

Approximating the p. d. f. (Disney) Height 13 Normalized ratios

Approximating the p. d. f. (Disney) Height 13 Normalized ratios

Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing on the project How can random

Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing on the project How can random sampling help us price a stock option? Recall that the continuous random variable Rnorm gives the normalized ratio of weekly closing prices on Walt Disney stock. The sheet Sample of the file Option Focus. xls computes 417 values of this normalized ratio from our 417 weekly closing ratios. We will assume that these are independent observations of Rnorm, that constitute a random sample of size 417 for Rnorm. Option Focus. xls Random Samples, Focus Class Project (material continues) T C I 14

Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing on the. Theproject sample mean, 1.

Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing on the. Theproject sample mean, 1. 0007695, of these observations is computed in the sheet Sample of Option Focus. xls. This is the same as our estimate for the ratio, Rrf, which corresponds to the weekly risk-free interest rate. Since we constructed the normalized ratios to make this true, we have a check on the correctness of our work. The HISTOGRAM function is used to group the sample data for Rnorm, and a plot is created with the total area for all of the bars being equal to 1. This produces the bar graph, shown in the sheet Sample, which approximates the p. d. f. , fnorm, of Rnorm. Connecting the midpoints at the tops of the bars produces the line graph approximation for fnorm that is shown in Sample. Our plots, which are also shown on the next page, give a visual indication for the volatility of Disney stock over the past 8 years. Random, Focus Option Focus. xls Class Project (material continues) T C I 15

on the project Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing WHAT SHOULD YOU

on the project Stock Probability, Mathematics, Option Tests, Homework, Computers Pricing WHAT SHOULD YOU DO? Each team should now plot an approximation of the probability density function for the normalized ratios of weekly closing prices for its particular stock data and should find the sample mean of the normalized ratios. Random, Focus Option Focus. xls Class Project (material ends) T C I 16

Important • Check class website • Where you should be with the Project –

Important • Check class website • Where you should be with the Project – Normalize the ratios of closing prices – Create a histogram of normalized ratios – Read the Requirements for the Project 2 written report – Write a draft of the Discussion of Options section of written report What’s ahead? – Incorporate your simulation results for RANDBETWEEN in the Discussion of Simulation section – Decide which assumption that you will discuss in more detail in the written report 17

Expected Value To consider the expected value (or mean) of a continuous random variable,

Expected Value To consider the expected value (or mean) of a continuous random variable, we can use the probability density function(p. d. f) to give us a geometric interpretation. The expected value perfectly “balances” the area to its right with the area to its left. f. X X 18

Hw 11 Estimate the E(X) for the continuous random variable X, whose p. d.

Hw 11 Estimate the E(X) for the continuous random variable X, whose p. d. f. , f. X is shown below. E(X)=4 (balances the area to its right with the area to its left 19

Bootstrapping • collect a smaller sample of data points, then use a computer to

Bootstrapping • collect a smaller sample of data points, then use a computer to simulate a much larger set. 20

Computer Simulations • Why do simulations? – Cost benefits – Time constraints – Availability

Computer Simulations • Why do simulations? – Cost benefits – Time constraints – Availability of data • Which Excel functions will we need? – RANDBETWEEN() – discrete case - VLOOKUP() – IF() 21

Simulation, Integers RANDBETWEEN FUNCTION Read the description of the function from the Excel menu.

Simulation, Integers RANDBETWEEN FUNCTION Read the description of the function from the Excel menu. 22

Simulation, Integers VLOOKUP FUNCTION This process uses the function VLOOKUP, which is found in

Simulation, Integers VLOOKUP FUNCTION This process uses the function VLOOKUP, which is found in the Lookup & Reference submenu of the Function Wizard. Read the description of the function from the Excel menu. 23

Simulation, Integers Simulation. Integers: page 6 Value in the leftmost column of table Location

Simulation, Integers Simulation. Integers: page 6 Value in the leftmost column of table Location of table Number of the column where value is to be found For our purposes, this will usually be left blank. Phone Log. xls (material continues) T C I 24

The IF function is found under the Logical submenu of the Function Wizard. 25

The IF function is found under the Logical submenu of the Function Wizard. 25

Read the description of the function from the Excel menu. If B 12 is

Read the description of the function from the Excel menu. If B 12 is less than or equal to 0. 5, the function returns an H. If B 12 is not less than or equal to 0. 5, a T is returned. Note that the desired text must be specified in quotation marks. For the stock option project we do not need quotation marks-will show later in excel 26

More on Project Focus • r 1 -a normalized ratio of the adjusted closing

More on Project Focus • r 1 -a normalized ratio of the adjusted closing price at the end of the first week (will be selected randomly) • initial price - $21. 8700 • r 1 is a value of Rnorm that might have occurred for the first week. 27

 • Likewise, let r 2, r 3, , r 20 be normalized ratios

• Likewise, let r 2, r 3, , r 20 be normalized ratios of adjusted closing prices for weeks 2, 3, , 20 of the option. • It is stated in the project description that observations of R are all independent. Thus, the normalized ratios r 1, r 2, r 3 , , and r 20 are all independent observations of Rnorm 28

 • random observation for the ratio r 1 r 2 r 3 r

• random observation for the ratio r 1 r 2 r 3 r 20 • cnorm = $21. 8700 r 1 r 2 r 3 r 20 • cnorm is a observation of normalized closing price, Cnorm. • We conclude that any set of 20 observations of R determines a set of 20 observations of Rnorm and, therefore, an observation of Cnorm. 29

 • • • FV - the continuous random variable giving the per share

• • • FV - the continuous random variable giving the per share value of our Walt Disney call at the end of twenty weeks, based on the normalized closing price. s 0 - strike price of $23 Cnorm takes on a value cnorm, 30

Recall • if closing stock price strike price • Final value of Call option

Recall • if closing stock price strike price • Final value of Call option (Intrinsic Value of a Call) =Maximum of 0 and C – S • Case 1. FV = cnorm s 0 if cnorm s 0, • Case 2. FV=0 if cnorm < s 0. 31

 • 20 observations of Rnorm determine an observation of Cnorm, which, together with

• 20 observations of Rnorm determine an observation of Cnorm, which, together with the strike price, determines an observation of FV. • PV - the continuous random variable giving the present value of the Disney option on January 11, 2002. • The present value for a value of FV is an observation of PV. Our price for the present value of the option is the expected value of PV. 32