Business Statistics 41000: Probability 3

Size: px
Start display at page:

Download "Business Statistics 41000: Probability 3"

Transcription

1 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8,

2 Class information Drew D. Creal Office: 404 Harper Center Office hours: me for an appointment Office phone:

3 Course schedule Week # 1: Plotting and summarizing univariate data Week # 2: Plotting and summarizing bivariate data Week # 3: Probability 1 Week # 4: Probability 2 Week # 5: Probability 3 Week # 6: In-class exam Week # 7: Statistical inference 1 Week # 8: Statistical inference 2 Week # 9: Simple linear regression Week # 10: Multiple linear regression 3

4 Outline of today s topics I. Continuous Random Variables (AWZ p ) II. The Uniform Distribution (AWZ p. 411) III. The Normal Distribution (AWZ p ) IV. Modeling Stock Returns: the i.i.d. Normal Model V. The Random Walk Model (again) VI. Cumulative Distribution Functions (AWZ p. 538) VII. Expected Value and Variance of Continuous Random Variables (AWZ p ) VIII. The Chi-square and Student s t distributions (AWZ p. 438, 453, 434) 4

5 Continuous Random Variables 5

6 Continuous Random Variables In the last two lectures, we considered discrete random variables. We used them to model uncertainty in situations where there were a countable number of outcomes of the random event. In many situations, a random event can take on a continuous range of values. This is a continuous random variable! 6

7 Continuous Random Variables Suppose we have a machine that cuts cloth. Each time the machine cuts the cloth, there are threads. We believe the length of a thread could be anything between 0 and 0.5 inches and any value in the interval is equally likely. The machine is about to cut and it will leave a new thread. In advance of the machine cutting the cloth, the length of the thread is a number we are uncertain about. It is a random variable. How do we describe our beliefs? 7

8 Continuous Random Variables This is an example of a continuous random variable. It can take on any value in an interval. In this example each value in the interval is equally likely. But in general, we might want to express beliefs that some values are more likely than others. 8

9 Continuous Random Variables In the discrete case, we listed the possible outcomes and assigned a probability to each outcome. Now, the number of possible outcomes is so large that we can t make a list and give each outcome a probability! Instead we talk about the probability of intervals. In the discrete case, we had P(X = x) = 0.1 whereas in the continuous case we have P(a < X < b) = 0.1 (NOTE: Here, the interval is (a, b), i.e. all the real numbers between a and b.) 9

10 Continuous Random Variables One convenient way to specify the probability of an interval is with a probability density function (pdf). The probability of an interval is the area under the pdf over that interval. This is an example of a pdf. Values close to zero are more likely because the area under the curve in that region is larger. f(x) x 10

11 Continuous Random Variables f(x) x For this random variable the probability that it is in the interval [0, 2] is (47.7 percent of the time it will fall in this interval). The area under the curve within the blue region is

12 Continuous Random Variables f(x) x Here is another example of a probability density function. This random variable can only take on positive values because it gives zero probability mass to values less than zero. This kind of distribution is called skewed right. 12

13 Continuous Random Variables f(x) x For this random variable, consider the interval (4, + ). What is the probability that it takes a value greater than 4? The probability is

14 Continuous Random Variables For a continuous random variable X, the probability that it takes a value in the interval (a, b) is the area under the probability density function from a to b. By definition, the area under the curve (pdf) must be equal to 1. (NOTE: Why?) The probability density function is a function that you may see written as f (x). 14

15 Continuous Random Variables For those of you who like math, an equivalent way of saying this is to use calculus. (NOTE: This will not be on an exam.) If the random variable X has a probability density function f (x), then P(a < X < b) = b a f (x)dx An integral allows us to compute the area under the curve f (x) over the interval (a, b). 15

16 Continuous Random Variables An integral is just a sum! P(a < X < b) = b a f (x)dx It is a fancy way of saying OR means ADD that we saw earlier. P(a < X < b) = a<x <b p(x) 16

17 The Uniform Distribution 17

18 The Uniform Distribution Let s return to our example of the machine that cuts cloth and leaves threads. Any value between 0 and 0.5 is equally likely. If X is the length of a thread, what is its pdf? 18

19 The Uniform Distribution The pdf is flat in the interval (0, 0.5). Its height must be 2 so that the total area is 1. Outside of (0, 0.5), the pdf is equal to zero. f(x) x Technically, any particular value has probability 0! But, we still express the idea that they are equally likely in (0,.5). 19

20 The Uniform Distribution In general, we have a family of uniform distributions describing the situation where any value in the interval (a, b) is equally likely. 1/(b a) a b The height must be 1/(b a) so that the area of the rectangle = 1. 20

21 The Uniform Distribution A random variable X is said to have a uniform distribution if it has probability density function f (x) = { 1 (b a) a < x < b 0 otherwise We write X U(a, b) The parameters of the Uniform distribution are the two endpoints a and b. 21

22 The Normal Distribution 22

23 The Normal Distribution This pdf describes the standard normal distribution. We often use the letter Z to denote the random variable which has this pdf. 4 f(x) x The normal distribution has a bell-shaped curve. Any value in the interval (, ) is possible. It is the standard normal because it has mean 0 and variance 1. 23

24 The Standard Normal Distribution Some properties of the standard normal distribution, which has µ Z = 0 and σ Z = 1. P(0 < Z < 1) = 0.34 P( 1 < Z < 1) = 0.68 P( 2 < Z < 2) = P( 1.96 < Z < 1.96) = 0.95 P( 3 < Z < 3) = (NOTE: In these notes I will usually act as if 1.96 = 2) 24

25 The Normal Distribution If X is a normal random variable, we write: X N(µ, σ 2 ) The normal distribution has two parameters µ and σ 2. It turns out that µ is the mean, σ 2 is the variance, and σ is the standard deviation. The standard normal is the special case when µ = 0 and σ 2 = 1. Here, we really have a family of normal distributions. One for each value of the parameters (µ, σ 2 ). The normal distribution is also known as the Gaussian distribution. 25

26 The Normal Distribution The normal family has two parameters µ : determines where the curve is centered. σ : determines how spread out the curve is. pdf X N(0,4) Z N(0,1) Y N(1,0.5 2 ) X,Y, and Z are all normally distributed. 26

27 Interpreting the Normal Distribution X N(µ, σ 2 ) There is a 95% chance X is in the interval µ ± 2σ. µ describes what you think will happen on average. ±2σ describes how wrong you could be. µ determines the location of the distribution. σ determines the spread. 27

28 The Empirical Rule In lecture #1, we suggested that for mound-shaped data an empirical rule was Approximately 68% of the data is in the interval (x s x, x + s x ) = x ± s x Approximately 95% of the data is in the interval (x 2s x, x + 2s x ) = x ± 2s x That s right. We are just using a normal distribution as an approximation. 28

29 Identically distributed normal random variables Consider two normal random variables: X N(1.2, 1) Y N(1.201, 1) Are X and Y identically distributed? Consider two more normal random variables: X N(µ, σ 2 ) Y N(µ, 2σ 2 ) Are X and Y identically distributed? 29

30 Example: Interpreting the Normal Distribution Let the random variable R t be the return next month on a mutual fund. Assume that R t N(0.1, 0.01) There is a 95% chance that R t will be in the interval (µ 2σ, µ+2σ) = ( 0.1, 0.3) f(x) % area x What is P( 0.1 < R t < 0.3)? (NOTE: The distribution is symmetric around µ.) 30

31 Interpreting the Normal Distribution Just so you know, if then f (x) = X N(µ, σ 2 ) ( 1 exp 1 ) (x µ)2 2πσ 2 2σ2 is the probability density function (pdf). In this class, we will not need this. But, we will see the normal distribution many more times throughout the course. It is probably the most important distribution in statistics. 31

32 One More Property of the Normal Distribution Any linear combination of normal random variables is also normally distributed. In statistics, many models are based on linear relationships Y = c 0 + c 1 X c k X k. In words, if each X i is normally distributed, then Y will be normally distributed as well. This is another reason why the normal distribution is so important. 32

33 Building Models Part II 1. The i.i.d. Normal Model 2. The random walk model 33

34 The i.i.d. Normal Model Remember how we used the idea of i.i.d draws from the Bernoulli(.5) distribution to model coin tosses and i.i.d. draws from the Bernoulli(.2) to model a manufacturing process that gives faulty and good parts? Now, we want to use the normal distribution to model real data. Surprisingly often, data looks like i.i.d. draws from a normal distribution. 34

35 The i.i.d. Normal Model We can have i.i.d. draws from any distribution. When we write X 1, X 2,..., X n N(µ, σ 2 ) i.i.d. we mean that each random variable X i for i = 1,..., n will be an independent draw from the same normal distribution. We have not formally defined independence for continuous distributions, but our intuition is the same as for discrete random variables. Each draw has no effect on the others, and the same normal distribution describes what we think each variable will turn out to be. 35

36 The i.i.d. Normal Model What do i.i.d. normal draws look like? We can simulate them using a computer. In this plot, there are 100 draws from a standard normal distribution There is no pattern in the draws. They look random

37 The i.i.d. Normal Model This is the same graph only now I have added lines indicating µ = 0 and the interval (µ 2σ, µ + 2σ). 3 95% of the data will be in between these lines (in the long run)

38 The i.i.d. Normal Model Here are draws from a different normal distribution. These are draws from N(5, 4) How would you predict the next draw?

39 The i.i.d. Normal Model Data that is approximately normal is very common Histogram of the daily returns on the Dow Jones from 1928 to

40 The i.i.d. Normal Model Example: Consider the return data for Canada. We have monthly returns from Feb 1988 to Dec Do the data look i.i.d.? 2. Do the data look normally distribution? Look at a time series plot. There appears to be no pattern Canadian returns

41 The i.i.d. Normal Model Canada 2. Look at a histogram. They appear approximately normal. The returns look i.i.d. normal (at least as a first approximation). 41

42 The i.i.d. Normal Model The sample mean and stand. dev. are R t = 0.01 and s Rt = If we use these to approximate µ and σ, then our prediction for the next return is 0.01 and a 95% interval is (-0.07,0.09) R t = Canadian returns Our model is R t N(0.01, ) i.i.d

43 The i.i.d. Normal Model It is important to realize that not all data is normal. 40 Remember the data set on arrival times of customers at a bank Histogram of Interarrival Times for Bank Customers

44 The i.i.d. Normal Model Not all time series are independent... Dow Jones Industrial Average in levels Dow Jones Industrial Average Index Sept. 29, (NOTE: we can often transform data such that the i.i.d. Normal model is a better approximation.)

45 The i.i.d. Normal Model Here, I have transformed the DJ Index into returns. If X t measures the level of the series, then the returns R t are computed as R t = log(x t) log(x t 1 ) Dow Jones Returns The normal approximation appears to be better. 45

46 The i.i.d. Normal Model But, appearances can still be deceiving. Are the returns really even i.i.d.? Does it look like they have the same variance σ 2? Returns on the Dow Jones Industrial Average Index (NOTE: Robert Engle won the 2003 Nobel prize for modeling volatility clustering, which is a fancy phrase to describe a time-varying variance σ 2 t.) 46

47 The i.i.d. Normal Model Not all time series are independent Levels of Lake Michigan from 1872 to (see lakemichigan.xls ) year 47

48 The Random Walk Model (again) In Lecture # 4, we looked at the random walk model. Let P t denote the price of an asset. The equation for a random walk is: P t+1 = P t + E t+1 (..., E t 1, E t, E t+1,...) are a sequence of i.i.d. random variables. Recall that in the previous lecture, we modeled E t+1 as a series of discrete random variables. Each random variable E t+1 could take on only two possible values or with equal probabilities. 48

49 The Random Walk Model (again) Here is the same graph of P t from our previous lecture. We can see that prices move by taking discrete jumps

50 The Random Walk Model (again) P t+1 = P t + E t+1 In a random walk model, it is possible for E t+1 to be a random variable having a continuous distribution. Consider letting E t+1 be a sequence of i.i.d normal random variables. E t N(0, 0.04) for t = 1, 2,... 50

51 The Random Walk Model (again) Here is a plot of data from this model. At each point in time, prices changes are normally distributed

52 Cumulative Distribution Functions 52

53 Cumulative Distribution Function The cumulative distribution function (c.d.f.) is another way (besides the p.d.f.) to specify the probability of intervals. For a random variable X, the c.d.f. is defined by F X (x) = P(X x) (NOTE: it is common to use capital F to denote the c.d.f. and lower case f to denote the p.d.f.) 53

54 Cumulative Distribution Function F X (x) = P(X x) = Area under the pdf to the left of the point x Two examples for the standard normal distribution F( 1) = F(1.96) =

55 Cumulative Distribution Function The cumulative distribution function allows us to compute the probability of any interval (a, b) P(a < x < b) = P(X < b) P(X < a) = F X (b) F X (a) By taking the difference between two c.d.f.s we get the probability of the interval (a, b). 55

56 Cumulative Distribution Function As an example, consider a random variable Z that has a standard normal distribution. P( 1 < Z < 1) = P(Z < 1) P(Z < 1) = F Z (1) F Z ( 1) = = The area under the curve between -1 and 1 is

57 Cumulative Distribution Function Instead of plotting the p.d.f., we can plot the c.d.f.. In the c.d.f., the probability of an interval is the jump in the c.d.f. over that interval. Probability is plotted on the vertical axis. Here is an example of Z N(0, 1). 1.0 Note that F Z (1) = 0.84 and F Z ( 1) = 0.16 as on the last slide. F(1) F( 1) x 57

58 Cumulative Distribution Function For x big enough, F (x) must go to 1. (Why?) For x small enough, F (x) must go to 0. (Why?) Here is an example of a c.d.f. where we consider a generic interval (a, b). 1.0 F(b) 0.8 F(a) x a b 58

59 Example: let R denote the return on our portfolio next month. We do not know the return in advance so it is random. Let s assume that R N(0.01, )

60 R N(0.01, ) What is the probability of a negative return? P(R < 0) = F R (0) = NOTE: in Excel, =NORMDIST(0,0.01,0.04,TRUE) What is the probability of a return between 0 and 0.05? P(0 < R < 0.05) = F R (0.05) F R (0) = = 0.44 NOTE: in Excel, =NORMDIST(0.05,0.01,0.04,TRUE) 60

61 CDF of the Uniform Distribution Let X U(a, b). Recall that its p.d.f. is: f (x) = { 1 (b a) a < x < b 0 otherwise What is the c.d.f. of F X (x)? F X (x) = P(X < x) = area under f (x) to the left of x. Can you write down a formula for this area? 61

62 Expected Value and Variance of Continuous Random Variables 62

63 Expected Value and Variance of Continuous RV s If X is a continuous random variable with p.d.f. f (x) then the expected value is E [X ] = x f (x)dx This is basically the same thing as we had in the discrete case E [X ] = all x x p(x) 63

64 Expected Value and Variance of Continuous RV s If X is a continuous random variable with p.d.f. f (x) then the variance is Var [X ] = E [(X µ) 2] = (x µ) 2 f (x)dx This is basically the same thing as we had in the discrete case Var [X ] = all x p(x) (x µ) 2 64

65 Expected Value and Variance of Continuous RV s If you know calculus, those formulas are intuitive. If you do not know calculus, they are basically jibberish. But remember: An integral is just a sum. Just replace with all x and then replace f (x)dx with p(x). If you did this, then the formulas would be the same as for discrete random variables from Lecture # 3. 65

66 Expected Value and Variance of Continuous RV s Practically, what does this mean? First, recognize that the intuition we developed for discrete random variables is the same. 1. The mean is a best guess or a measure of the center of the distribution. 2. The variance is the expected squared distance of X from its mean. It measures how spread out the distribution is. 66

67 Expected Value and Variance of Continuous RV s The formulas about means and variances of linear functions that we had for discrete random variables are also the same. Suppose Then Y = c 0 + c 1 X 1 + c 2 X 2 E [Y ] = c 0 + c 1 E [X 1 ] + c 2 E [X 2 ] V [Y ] = c 2 1 V [X 1] + c 2 2 V [X 2] + 2c 1 c 2 COV [X 1, X 2 ] 67

68 Expected Value and Variance of Continuous RV s We could also define joint probabilities, conditional probabilities, independence, covariance, and correlation for continuous random variables. The ideas behind them are the same. It is still true that for two rv s X and Y : ρ XY = σ XY σ X σ Y and it is still true that 1 ρ XY 1. The only thing that s different is how we specify the probabilities. We specify probabilities of intervals instead of individual outcomes. 68

69 The Random Walk Model (again) Example: Remember the random walk model P t+1 = P t + E t+1 E t+1 N(0, 0.04) E t N(0, 0.04) for t = Given we know the price today P t = p t, what is the expected value of the price tomorrow based on this model? In other words, what is the mean of the conditional probability distribution P(P t+1 P t = p t )? 69

70 The Random Walk Model (again) We take the (conditional) expected value of each side: E[P t+1 P t = p t ] = E[P t + E t+1 ] = p t + E[E t+1 ] = p t Given that we know today s price, the price P t = p t is a constant. The expectation of E t+1 is E[E t+1 ] = 0. The best guess of tomorrow s price is today s price. 70

71 The Chi-Square and Student s t Distributions 71

72 The Chi-Square and Student s t Distributions We will take a brief look at two continuous distributions: 1. the Chi-squared distribution: χ 2 2. the Student s t distribution: t Both of these distributions are related to the normal distribution. 72

73 The Chi-Square Distribution Suppose that we have a sequence of standard normal random variables Z 1, Z 2, Z 3,..., Z k i.i.d. N(0, 1). Next, define a new random variable X to be the sum of squared Z i s. X = Z Z Z 2 k The random variable X has a Chi-squared distribution: X χ 2 (k) The χ 2 (k) distribution is a family of distributions for different values of the parameter k. The parameter k is known as the degrees of freedom. 73

74 The Chi-Square Distribution What does the χ 2 (k) density look like? χ 2 (3) χ 2 (10) The χ 2 distribution is skewed to the right. However, as k gets larger, the density flattens out and becomes symmetric. 74

75 The Chi-Square Distribution Why is the χ 2 distribution useful? Look at the sample variance: s 2 x = 1 n 1 n (x i x) 2 i=1 If we assume our data x 1, x 2,..., x n are i.i.d. normal, then the sample variance looks chi-square! 75

76 The Chi-Square Distribution Just so you know, if then X χ 2 (k) f (x) = 1 2 k/2 Γ ( )x k 2 1 e x 2 k 2 is the probability density function (pdf). In this class, we will not need this. But, we will see the chi-squared distribution later in the course when we build confidence intervals for the sample variance. 76

77 The Chi-Square Distribution Finally, we note that the mean of a χ 2 (k) random variable is: E[X ] = k and the variance is V[X ] = 2k 77

78 The Student s t Distribution Suppose we have two independent random variables Z and X whose distributions are Z N(0, 1) and X χ 2 (k). Define a new random variable T as: T = Z X /k The random variable T has a Student s t distribution written as: T t(k) The parameter k is known as the degrees of freedom. 78

79 The Student s t Distribution The random variable T with a Student s t distribution T t(k) describes a standard normal random variable divided by the square root of a normalized chi-square (a chi-square with k d.f., divided by k). 79

80 The Student s t Distribution What does a Student s t distribution look like? N(0,1) in red t 30 in green t The t-distribution has fatter tails (higher kurtosis) than the normal distribution. 80

81 The Student s t Distribution N(0,1) in red t 30 in green t At about 30 degrees of freedom and higher, though, the t and the normal are pretty much the same. 81

82 The Student s t Distribution Why is the Student s t distribution useful? There are many uses of a Student s t distribution and in particular 1. It is used as a model for asset returns. 2. It is used to construct confidence intervals (we will see this in Lecture # 8). 82

83 An i.i.d. Student s t Model Earlier we stated that it is common for data to appear approximately normal Histogram of the daily returns on the Dow Jones from 1928 to

84 An i.i.d. Student s t Model However, returns often have heavy tails. Occasionally, we observe very large (negative) returns, making the i.i.d. normal model unrealistic

85 An i.i.d. Student s t Model A Student s t distribution with a small degrees of freedom, say ν 4, assigns more probability mass to the tails. Consequently, it may be a better approximation than the normal model

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

A useful modeling tricks.

A useful modeling tricks. .7 Joint models for more than two outcomes We saw that we could write joint models for a pair of variables by specifying the joint probabilities over all pairs of outcomes. In principal, we could do this

More information

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

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

ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10

ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10 ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10 Fall 2011 Lecture 8 Part 2 (Fall 2011) Probability Distributions Lecture 8 Part 2 1 / 23 Normal Density Function f

More information

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables Chapter 5 Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables 1 2CHAPTER 5. CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Probability Distributions Probability

More information

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

More information

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence continuous rv Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f(x) such that for any two numbers a and b with a b, P(a X b) = b a f (x)dx.

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

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

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

The topics in this section are related and necessary topics for both course objectives.

The topics in this section are related and necessary topics for both course objectives. 2.5 Probability Distributions The topics in this section are related and necessary topics for both course objectives. A probability distribution indicates how the probabilities are distributed for outcomes

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Chapter 7 Sampling Distributions and Point Estimation of Parameters

Chapter 7 Sampling Distributions and Point Estimation of Parameters Chapter 7 Sampling Distributions and Point Estimation of Parameters Part 1: Sampling Distributions, the Central Limit Theorem, Point Estimation & Estimators Sections 7-1 to 7-2 1 / 25 Statistical Inferences

More information

Introduction to Statistics I

Introduction to Statistics I Introduction to Statistics I Keio University, Faculty of Economics Continuous random variables Simon Clinet (Keio University) Intro to Stats November 1, 2018 1 / 18 Definition (Continuous random variable)

More information

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom

Review for Final Exam Spring 2014 Jeremy Orloff and Jonathan Bloom Review for Final Exam 18.05 Spring 2014 Jeremy Orloff and Jonathan Bloom THANK YOU!!!! JON!! PETER!! RUTHI!! ERIKA!! ALL OF YOU!!!! Probability Counting Sets Inclusion-exclusion principle Rule of product

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

Topic 6 - Continuous Distributions I. Discrete RVs. Probability Density. Continuous RVs. Background Reading. Recall the discrete distributions

Topic 6 - Continuous Distributions I. Discrete RVs. Probability Density. Continuous RVs. Background Reading. Recall the discrete distributions Topic 6 - Continuous Distributions I Discrete RVs Recall the discrete distributions STAT 511 Professor Bruce Craig Binomial - X= number of successes (x =, 1,...,n) Geometric - X= number of trials (x =,...)

More information

Section 0: Introduction and Review of Basic Concepts

Section 0: Introduction and Review of Basic Concepts Section 0: Introduction and Review of Basic Concepts Carlos M. Carvalho The University of Texas McCombs School of Business mccombs.utexas.edu/faculty/carlos.carvalho/teaching 1 Getting Started Syllabus

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics ECON4150 - Introductory Econometrics Lecture 1: Introduction and Review of Statistics Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 1-2 Lecture outline 2 What is econometrics? Course

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

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

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

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 27 Continuous

More information

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions.

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. Random Variables 2 A random variable X is a numerical (integer, real, complex, vector etc.) summary of the outcome of the random experiment.

More information

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw MAS1403 Quantitative Methods for Business Management Semester 1, 2018 2019 Module leader: Dr. David Walshaw Additional lecturers: Dr. James Waldren and Dr. Stuart Hall Announcements: Written assignment

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Normal Probability Distributions

Normal Probability Distributions Normal Probability Distributions Properties of Normal Distributions The most important probability distribution in statistics is the normal distribution. Normal curve A normal distribution is a continuous

More information

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

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

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

What was in the last lecture?

What was in the last lecture? What was in the last lecture? Normal distribution A continuous rv with bell-shaped density curve The pdf is given by f(x) = 1 2πσ e (x µ)2 2σ 2, < x < If X N(µ, σ 2 ), E(X) = µ and V (X) = σ 2 Standard

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 12: Continuous Distributions Uniform Distribution Normal Distribution (motivation) Discrete vs Continuous

More information

Part V - Chance Variability

Part V - Chance Variability Part V - Chance Variability Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Part V - Chance Variability 1 / 78 Law of Averages In Chapter 13 we discussed the Kerrich coin-tossing experiment.

More information

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

Statistics for Business and Economics: Random Variables:Continuous

Statistics for Business and Economics: Random Variables:Continuous Statistics for Business and Economics: Random Variables:Continuous STT 315: Section 107 Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides. Murray Bourne (interactive

More information

Statistics and Probability

Statistics and Probability Statistics and Probability Continuous RVs (Normal); Confidence Intervals Outline Continuous random variables Normal distribution CLT Point estimation Confidence intervals http://www.isrec.isb-sib.ch/~darlene/geneve/

More information

4: Probability. What is probability? Random variables (RVs)

4: Probability. What is probability? Random variables (RVs) 4: Probability b binomial µ expected value [parameter] n number of trials [parameter] N normal p probability of success [parameter] pdf probability density function pmf probability mass function RV random

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

STAT 201 Chapter 6. Distribution

STAT 201 Chapter 6. Distribution STAT 201 Chapter 6 Distribution 1 Random Variable We know variable Random Variable: a numerical measurement of the outcome of a random phenomena Capital letter refer to the random variable Lower case letters

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

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

More information

MAS3904/MAS8904 Stochastic Financial Modelling

MAS3904/MAS8904 Stochastic Financial Modelling MAS3904/MAS8904 Stochastic Financial Modelling Dr Andrew (Andy) Golightly a.golightly@ncl.ac.uk Semester 1, 2018/19 Administrative Arrangements Lectures on Tuesdays at 14:00 (PERCY G13) and Thursdays at

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

Continuous Distributions

Continuous Distributions Quantitative Methods 2013 Continuous Distributions 1 The most important probability distribution in statistics is the normal distribution. Carl Friedrich Gauss (1777 1855) Normal curve A normal distribution

More information

4.3 Normal distribution

4.3 Normal distribution 43 Normal distribution Prof Tesler Math 186 Winter 216 Prof Tesler 43 Normal distribution Math 186 / Winter 216 1 / 4 Normal distribution aka Bell curve and Gaussian distribution The normal distribution

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 28 One more

More information

Probability Distributions II

Probability Distributions II Probability Distributions II Summer 2017 Summer Institutes 63 Multinomial Distribution - Motivation Suppose we modified assumption (1) of the binomial distribution to allow for more than two outcomes.

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

TOPIC: PROBABILITY DISTRIBUTIONS

TOPIC: PROBABILITY DISTRIBUTIONS TOPIC: PROBABILITY DISTRIBUTIONS There are two types of random variables: A Discrete random variable can take on only specified, distinct values. A Continuous random variable can take on any value within

More information

Continuous random variables

Continuous random variables Continuous random variables probability density function (f(x)) the probability distribution function of a continuous random variable (analogous to the probability mass function for a discrete 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

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

STOR Lecture 15. Jointly distributed Random Variables - III

STOR Lecture 15. Jointly distributed Random Variables - III STOR 435.001 Lecture 15 Jointly distributed Random Variables - III Jan Hannig UNC Chapel Hill 1 / 17 Before we dive in Contents of this lecture 1. Conditional pmf/pdf: definition and simple properties.

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao The binomial: mean and variance Recall that the number of successes out of n, denoted

More information

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is Normal Distribution Normal Distribution Definition A continuous rv X is said to have a normal distribution with parameter µ and σ (µ and σ 2 ), where < µ < and σ > 0, if the pdf of X is f (x; µ, σ) = 1

More information

Probability and Random Variables A FINANCIAL TIMES COMPANY

Probability and Random Variables A FINANCIAL TIMES COMPANY Probability Basics Probability and Random Variables A FINANCIAL TIMES COMPANY 2 Probability Probability of union P[A [ B] =P[A]+P[B] P[A \ B] Conditional Probability A B P[A B] = Bayes Theorem P[A \ B]

More information

Lecture 6: Chapter 6

Lecture 6: Chapter 6 Lecture 6: Chapter 6 C C Moxley UAB Mathematics 3 October 16 6.1 Continuous Probability Distributions Last week, we discussed the binomial probability distribution, which was discrete. 6.1 Continuous Probability

More information

Figure 1: 2πσ is said to have a normal distribution with mean µ and standard deviation σ. This is also denoted

Figure 1: 2πσ is said to have a normal distribution with mean µ and standard deviation σ. This is also denoted Figure 1: Math 223 Lecture Notes 4/1/04 Section 4.10 The normal distribution Recall that a continuous random variable X with probability distribution function f(x) = 1 µ)2 (x e 2σ 2πσ is said to have a

More information

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

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

Statistics, Their Distributions, and the Central Limit Theorem

Statistics, Their Distributions, and the Central Limit Theorem Statistics, Their Distributions, and the Central Limit Theorem MATH 3342 Sections 5.3 and 5.4 Sample Means Suppose you sample from a popula0on 10 0mes. You record the following sample means: 10.1 9.5 9.6

More information

The Normal Distribution

The Normal Distribution 5.1 Introduction to Normal Distributions and the Standard Normal Distribution Section Learning objectives: 1. How to interpret graphs of normal probability distributions 2. How to find areas under the

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

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

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

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables In this chapter, we introduce a new concept that of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

More information

2. The sum of all the probabilities in the sample space must add up to 1

2. The sum of all the probabilities in the sample space must add up to 1 Continuous Random Variables and Continuous Probability Distributions Continuous Random Variable: A variable X that can take values on an interval; key feature remember is that the values of the variable

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

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

STATISTICS and PROBABILITY

STATISTICS and PROBABILITY Introduction to Statistics Atatürk University STATISTICS and PROBABILITY LECTURE: PROBABILITY DISTRIBUTIONS Prof. Dr. İrfan KAYMAZ Atatürk University Engineering Faculty Department of Mechanical Engineering

More information

The Bernoulli distribution

The Bernoulli distribution This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Lecture 2. Probability Distributions Theophanis Tsandilas

Lecture 2. Probability Distributions Theophanis Tsandilas Lecture 2 Probability Distributions Theophanis Tsandilas Comment on measures of dispersion Why do common measures of dispersion (variance and standard deviation) use sums of squares: nx (x i ˆµ) 2 i=1

More information

NORMAL RANDOM VARIABLES (Normal or gaussian distribution)

NORMAL RANDOM VARIABLES (Normal or gaussian distribution) NORMAL RANDOM VARIABLES (Normal or gaussian distribution) Many variables, as pregnancy lengths, foot sizes etc.. exhibit a normal distribution. The shape of the distribution is a symmetric bell shape.

More information

MATH 264 Problem Homework I

MATH 264 Problem Homework I MATH Problem Homework I Due to December 9, 00@:0 PROBLEMS & SOLUTIONS. A student answers a multiple-choice examination question that offers four possible answers. Suppose that the probability that the

More information

Discrete Random Variables and Probability Distributions

Discrete Random Variables and Probability Distributions Chapter 4 Discrete Random Variables and Probability Distributions 4.1 Random Variables A quantity resulting from an experiment that, by chance, can assume different values. A random variable is a variable

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

Statistics, Measures of Central Tendency I

Statistics, Measures of Central Tendency I Statistics, Measures of Central Tendency I We are considering a random variable X with a probability distribution which has some parameters. We want to get an idea what these parameters are. We perfom

More information

Chapter 4 Probability and Probability Distributions. Sections

Chapter 4 Probability and Probability Distributions. Sections Chapter 4 Probabilit and Probabilit Distributions Sections 4.6-4.10 Sec 4.6 - Variables Variable: takes on different values (or attributes) Random variable: cannot be predicted with certaint Random Variables

More information

. (i) What is the probability that X is at most 8.75? =.875

. (i) What is the probability that X is at most 8.75? =.875 Worksheet 1 Prep-Work (Distributions) 1)Let X be the random variable whose c.d.f. is given below. F X 0 0.3 ( x) 0.5 0.8 1.0 if if if if if x 5 5 x 10 10 x 15 15 x 0 0 x Compute the mean, X. (Hint: First

More information

Lecture 5 - Continuous Distributions

Lecture 5 - Continuous Distributions Lecture 5 - Continuous Distributions Statistics 102 Colin Rundel January 30, 2013 Announcements Announcements HW1 and Lab 1 have been graded and your scores are posted in Gradebook on Sakai (it is good

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

χ 2 distributions and confidence intervals for population variance

χ 2 distributions and confidence intervals for population variance χ 2 distributions and confidence intervals for population variance Let Z be a standard Normal random variable, i.e., Z N(0, 1). Define Y = Z 2. Y is a non-negative random variable. Its distribution is

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

More information

The Normal Distribution. (Ch 4.3)

The Normal Distribution. (Ch 4.3) 5 The Normal Distribution (Ch 4.3) The Normal Distribution The normal distribution is probably the most important distribution in all of probability and statistics. Many populations have distributions

More information