Presentation is loading. Please wait.

Presentation is loading. Please wait.

Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 9 Random Variables.

Similar presentations


Presentation on theme: "Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 9 Random Variables."— Presentation transcript:

1 Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 9 Random Variables

2 Copyright © 2014, 2011 Pearson Education, Inc. 2 9.1 Random Variables Will the price of a stock go up or down?  Need language to describe processes that show random behavior (such as stock returns)  “Random variables” are the main components of this language

3 Copyright © 2014, 2011 Pearson Education, Inc. 3 9.1 Random Variables Definition of a Random Variable  Describes the uncertain outcomes of a random process  Denoted by X  Defined by listing all possible outcomes and their associated probabilities

4 Copyright © 2014, 2011 Pearson Education, Inc. 4 9.1 Random Variables Suppose a day trader buys one share of IBM  Let X represent the change in price of IBM  She pays $100 today, and the price tomorrow can be either $105, $100 or $95

5 Copyright © 2014, 2011 Pearson Education, Inc. 5 9.1 Random Variables How X is Defined

6 Copyright © 2014, 2011 Pearson Education, Inc. 6 9.1 Random Variables Two Types: Discrete vs. Continuous  Discrete – A random variable that takes on one of a list of possible values (counts)  Continuous – A random variable that takes on any value in an interval

7 Copyright © 2014, 2011 Pearson Education, Inc. 7 9.1 Random Variables Graphs of Random Variables  Show the probability distribution for a random variable  Show probabilities, not relative frequencies from data

8 Copyright © 2014, 2011 Pearson Education, Inc. 8 9.1 Random Variables Graph of X = Change in Price of IBM

9 Copyright © 2014, 2011 Pearson Education, Inc. 9 9.1 Random Variables Random Variables as Models  A random variable is a statistical model  A random variable represents a simplified or idealized view of reality  Data affect the choice of probability distribution for a random variable

10 Copyright © 2014, 2011 Pearson Education, Inc. 10 9.2 Properties of Random Variables Parameters  Characteristics of a random variable, such as its mean or standard deviation  Denoted typically by Greek letters

11 Copyright © 2014, 2011 Pearson Education, Inc. 11 9.2 Properties of Random Variables Mean (µ) of a Random Variable  Weighted sum of possible values with probabilities as weights

12 Copyright © 2014, 2011 Pearson Education, Inc. 12 9.2 Properties of Random Variables Mean (µ) of X (Change in Price of IBM) The day trader expects to make 10 cents on every share (on average) of IBM she buys.

13 Copyright © 2014, 2011 Pearson Education, Inc. 13 9.2 Properties of Random Variables Mean (µ) as the Balancing Point

14 Copyright © 2014, 2011 Pearson Education, Inc. 14 9.2 Properties of Random Variables Mean (µ) of a Random Variable  Is a special case of the more general concept of an expected value, E(X)

15 Copyright © 2014, 2011 Pearson Education, Inc. 15 9.2 Properties of Random Variables Caution – Expected Value The expected value of a random variable may not match one of the possible outcomes as it represents a long run average. As in the IBM stock example, the price never changes by 10 cents.

16 Copyright © 2014, 2011 Pearson Education, Inc. 16 9.2 Properties of Random Variables Variance (σ 2 ) and Standard Deviation (σ)  The variance of X is the expected value of the squared deviation from µ

17 Copyright © 2014, 2011 Pearson Education, Inc. 17 9.2 Properties of Random Variables Calculating the Variance (σ 2 ) for X

18 Copyright © 2014, 2011 Pearson Education, Inc. 18 9.2 Properties of Random Variables Calculating the Variance (σ 2 ) for X

19 Copyright © 2014, 2011 Pearson Education, Inc. 19 9.2 Properties of Random Variables The Standard Deviation (σ ) for X

20 Copyright © 2014, 2011 Pearson Education, Inc. 20 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Motivation CheapO Computers shipped two servers to its biggest client. Four refurbished computers were mistakenly restocked along with 11 new systems. If the client receives two new servers, the profit for the company is $10,000; if the client receives one new server, the profit is $4,500. If the client receives two refurbished systems, the company loses $1000. What are the expected value and standard deviation of CheapO’s profits?

21 Copyright © 2014, 2011 Pearson Education, Inc. 21 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Method Identify the relevant random variable, X, which is the amount of profit earned on this order. Determine the associated probabilities for its values using a tree diagram. Compute µ and σ.

22 Copyright © 2014, 2011 Pearson Education, Inc. 22 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Mechanics – Tree Diagram

23 Copyright © 2014, 2011 Pearson Education, Inc. 23 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Mechanics – Probabilities for X

24 Copyright © 2014, 2011 Pearson Education, Inc. 24 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Mechanics – Compute µ and σ E(X) = µ = $7,067 Var(X) = σ 2 = 10,986,032 $ 2 SD(X) = σ = $3,315

25 Copyright © 2014, 2011 Pearson Education, Inc. 25 4M Example 9.1: COMPUTER SHIPMENTS & QUALITY Message This is a very profitable deal on average. The large standard deviation is a reminder that profits are wiped out if the client receives two refurbished systems.

26 Copyright © 2014, 2011 Pearson Education, Inc. 26 9.3 Properties of Expected Values Adding or Subtracting a Constant (c)  Changes the expected value by a fixed amount:E(X ± c) = E(X) ± c  Does not change the variance or standard deviation:Var(X ± c) = Var(X) SD(X ± c) = SD(X)

27 Copyright © 2014, 2011 Pearson Education, Inc. 27 9.3 Properties of Expected Values Subtracting c from Expected Value

28 Copyright © 2014, 2011 Pearson Education, Inc. 28 9.3 Properties of Expected Values Multiplying by a Constant (c)  Changes the mean and standard deviation by a factor of c:E(cX) = c E(X) SD(cX) = |c| SD(X)  Changes the variance by a factor of c 2 : Var(cX) = c 2 Var(X)

29 Copyright © 2014, 2011 Pearson Education, Inc. 29 9.3 Properties of Expected Values Multiplying Expected Value by c

30 Copyright © 2014, 2011 Pearson Education, Inc. 30 9.3 Properties of Expected Values Rules for Expected Values (a and b are constants)  E(a + bX) = a + bE(X)  SD(a + b X) = |b|SD(X)  Var(a + bX) = b 2 Var(X)

31 Copyright © 2014, 2011 Pearson Education, Inc. 31 9.4 Comparing Random Variables  May require transforming random variables into new ones that have a common scale  May require adjusting if the results from the mean and standard deviation are mixed

32 Copyright © 2014, 2011 Pearson Education, Inc. 32 9.4 Comparing Random Variables The Sharpe Ratio  Popular in finance  Is the ratio of an investment’s net expected gain to its standard deviation

33 Copyright © 2014, 2011 Pearson Education, Inc. 33 9.4 Comparing Random Variables The Sharpe Ratio – An Example S(Apple) = 0.151 S(McDonald’s) = 0.135 Apple is preferred to McDonald’s

34 Copyright © 2014, 2011 Pearson Education, Inc. 34 Best Practices  Use random variables to represent uncertain outcomes.  Draw the random variable.  Recognize that random variables represent models.  Keep track of the units of a random variable.

35 Copyright © 2014, 2011 Pearson Education, Inc. 35 Pitfalls  Do not confuse with µ or s with σ.  Do not mix up X with x.  Do not forget to square constants in variances.


Download ppt "Copyright © 2014, 2011 Pearson Education, Inc. 1 Chapter 9 Random Variables."

Similar presentations


Ads by Google