Discrete Random Variables

Size: px
Start display at page:

Download "Discrete Random Variables"

Transcription

1 Discrete Random Variables COMP 245 STATISTICS Dr N A Heard Contents 1 Random Variables Introduction Cumulative Distribution Function Discrete Random Variables Simple Random Variables Discrete Random Variables Probability Mass Function Mean and Variance Expectation Variance, Standard Deviation and Skewness Comments Sums of Random Variables Discrete Distributions Bernoulli, Binomial and Geometric Distributions Poisson Distribution Discrete Uniform Distribution

2 1 Random Variables 1.1 Introduction Definition Suppose, as before, that for a random experiment we have identified a sample space S and a probability measure P(E) defined on (measurable) subsets E S. A random variable is a mapping from the sample space to the real numbers. So if X is a random variable, X : S R. Each element of the sample space s S is assigned by X a (not necessarily unique) numerical value X(s). If we denote the unknown outcome of the random experiment as s, then the corresponding unknown outcome of the random variable X(s ) will be generically referred to as X. The probability measure P already defined on S induces a probability distribution on the random variable X in R: For each x R, let S x S be the set containing just those elements of S which are mapped by X to numbers no greater than x. That is, let S x be the inverse image of (, x] under the function X. Then noting the equaivalence we see that X(s ) x s S x. P X (X x) P(S x ). The image of S under X is called the range of the random variable: range(x) X(S) = {x R s S s.t. X(s) = x} So as S contains all the possible outcomes of the experiment, range(x) contains all the possible outcomes for the random variable X. Example Let our random experiment be tossing a fair coin, with sample space {H, T} and probability measure P({H}) = P({T}) = 1 2. We can define a random variable X : {H, T} R taking values, say, X(T) = 0, X(H) = 1. In this case, what does S x look like for each x R? if x < 0; S x = {T} if 0 x < 1; {H, T} if x 1. This defines a range of probabilities P X on the continuum R P( ) = 0 if x < 0; P X (X x) = P(S x ) = P({T}) = 1 2 if 0 x < 1; P({H, T}) = 1 if x 1. 2

3 1 P X (X x) x 1.2 Cumulative Distribution Function cdf The cumulative distribution function (cdf) of a random variable X, written F X (x) (or just F(x)) is the probability that X takes value less than or equal to x. F X (x) = P X (X x) For any random variable X, F X is right-continuous, meaning if a decreasing sequence of real numbers x 1, x 2,... x, then F X (x 1 ), F X (x 2 ),... F X (x). cdf Properties For a given function F X (x), to check this is a valid cdf, we need to make sure the following conditions hold F X (x) 1, x R; 2. Monotonicity: x 1, x 2 R, x 1 < x 2 F X (x 1 ) F X (x 2 ); 3. F X ( ) = 0, F X ( ) = 1. For finite intervals (a, b] R, it is easy to check that P X (a < X b) = F X (b) F X (a). Unless there is any ambiguity, we generally suppress the subscript of P X ( ) in our notation and just write P( ) for the probability measure for the random variable. That is, we forget about the underlying sample space and just think about the random variable and its probabilities. Often, it will be most convenient to work this way and consider the random variable directly from the very start, with the range of X being our sample space. 3

4 2 Discrete Random Variables 2.1 Simple Random Variables We say a random variable is simple if it can take only a finite number of possible values. That is, X is simple range(x) is finite. Suppose X is simple, and can take one of m values X = {x 1, x 2,..., x m } ordered so that x 1 < x 2 <... < x m. Each sample space element s S is mapped by X to one of these m values. Then in this case, we can partition the sample space S into m disjoint subsets {E 1, E 2,..., E m } so that s E i X(s) = x i, i = 1, 2,..., m. We can then write down the probability of the random variable X taking the particular value x i as It is also easy to check that where we can take x 0 =. P X (X = x i ) P(E i ). P X (X = x i ) = F X (x i ) F X (x i 1 ), Examples of Simple Random Variables Consider once again the experiment of rolling a single die. Then S = {,,,,, } and for any s S (e.g. s = ) we have P({s}) = 1 6. An obvious random variable we could define on S would be X : S R, s.t. X( ) = 1, X( ) = 2,. X( ) = 6. Then e.g. P X (1 < X 5) = P({,,, }) = 4 6 = 2 3 and P X (X {2, 4, 6}) = P({,, }) = 1 2. Alternatively, we could define a random variable Y : S R, s.t. Y( ) = Y( ) = Y( ) = 0, Y( ) = Y( ) = Y( ) = 1. Then clearly P Y (Y = 0) = P({,, }) = 1 2 and P Y(Y = 1) = P({,, }) =

5 Comments Note that under either random variable X or Y, we still got the same probability of getting an even number of spots on the die. Indeed, this would be the case for any random variable we may care to define. A random variable is simply a numeric relabelling of our underlying sample space, and all probabilities are derived from the associated underlying probability measure. 2.2 Discrete Random Variables A simple random variable is a special case of a discrete random variable. We say a random variable is discrete if it can take only a countable number of possible values. That is, X is discrete range(x) is countable. Suppose X is discrete, and can take one of the countable set of values X = {x 1, x 2,...} ordered so that x 1 < x 2 <.... Each sample space element s S is mapped by X to one of these values. Then in this case, we can partition the sample space S into a countable collection of disjoint subsets {E 1, E 2,...} s.t. s E i X(s) = x i, i = 1, 2,.... As with simple random variables we can write down the probability of the discrete random variable X taking the particular value x i as P X (X = x i ) P(E i ). We again have P X (X = x i ) = F X (x i ) F X (x i 1 ), For a discrete random variable X, F X is a monotonic increasing step function with jumps only at points in X. Example: Poisson(5) cdf F(x) x 5

6 2.3 Probability Mass Function For a discrete random variable X and x R, we define the probability mass function (pmf), p X (x) (or just p(x)) as p X (x) = P X (X = x) pmf Properties To check we have a valid pmf, we need to make sure the following conditions hold. If X can take values X = {x 1, x 2,...} then we must have: 1. 0 p X (x) 1, x R; 2. p X (x) = 1. x X Example: Poisson(5) pmf p(x) x Knowing either the pmf or cdf of a discrete random variable characterises its probability distribution. That is, from the pmf we can derive the cdf, and vice versa. p(x i ) = F(x i ) F(x i 1 ), F(x i ) = i p(x j ). j=1 6

7 Links with Statistics We can now see the first links between the numerical summaries and graphical displays we saw in earlier lectures and probability theory: We can often think of a set of data (x 1, x 2,..., x n ) as n realisations of a random variable X defined on an underlying population for the data. Recall the normalised frequency counts we considered for a set of data, known as the empirical probability mass function. This can be seen as an empirical estimate for the pmf of their underlying population. Also recall the empirical cumulative distribution function. This too is an empirical estimate, but for the cdf of the underlying population. 7

8 3 Mean and Variance 3.1 Expectation E(X) For a discrete random variable X we define the expectation of X, E X (X) = xp X (x). x E X (X) (often just written E(X) or even µ X ) is also referred to as the mean of X. It gives a weighted average of the possible values of the random variable X, with the weights given by the probabilities of each outcome. Examples 1. If X is a r.v. taking the integer value scored on a single roll of a fair die, then E(X) = 6 xp(x) x=1 = = 21 6 = If now X is a score from a student answering a single multiple choice question with four options, with 3 marks awarded for a correct answer, -1 for a wrong answer and 0 for no answer, what is the expected value if they answer at random? E(X) = 3.P(Correct) + ( 1).P(Incorrect) = = 0. E{g(X)} More generally, for a function of interest g : R R of the random variable X, first notice that the composition g(x), g(x)(s) = (g X)(s) is also a random variable. It follows that E X {g(x)} = g(x)p X (x) (1) x Linearity of Expectation Consider the linear function g(x) = ax + b for constants a, b R. We can see from (1) that E X (ax + b) = (ax + b)p X (x) x = a x xp X (x) + b x and since x xp X (x) = E(X) and x p X (x) = 1 we have p X (x) 8

9 E(aX + b) = ae(x) + b, a, b R. It is equally easy to check that for g, h : R R, we have E{g(X) + h(x)} = E{g(X)} + E{h(X)}. 3.2 Variance, Standard Deviation and Skewness Var(X) Consider another special case of g(x), namely g(x) = {X E(X)} 2. The expectation of this function wrt P X gives a measure of dispersion or variability of the random variable X around its mean, called the variance and denoted Var X (X) (or sometimes σ 2 X ): Var X (X) = E X [{X E X (X)} 2 ]. We can expand the expression {X E(X)} 2 and exploit the linearity of expectation to get an alternative formula for the variance. and hence {X E(X)} 2 = X 2 2E(X)X + {E(X)} 2 Var(X) = E[X 2 {2E(X)}X + {E(X)} 2 ] = E(X 2 ) 2E(X)E(X) + {E(X)} 2 Var(X) = E(X 2 ) {E(X)} 2. Variance of a Linear Function of a Random Variable We saw earlier that for constants a, b R the linear combination ax + b had expectation ae(x) + b. What about the variance? It is easy to show that the corresponding result is Var(aX + b) = a 2 Var(X), a, b R. sd(x) The standard deviation of a random variable X, written sd X (X) (or sometimes σ X ), is the square root of the variance. sd X (X) = Var X (X). 9

10 Skewness The skewness (γ 1 ) of a discrete random variable X is given by γ 1 = E X[{X E X (X)} 3 ] sd X (X) 3. That is, if µ = E(X) and σ = sd(x), Examples γ 1 = E[(X µ)3 ] σ If X is a r.v. taking the integer value scored with a single roll of a fair die, then Var(X) = 6 x 2 p(x) x=1 = = If now X is a score from a student answering a single multiple choice question with four options, with 3 marks awarded for a correct answer, -1 for a wrong answer and 0 for no answer, what is the standard deviation if they answer at random? 3.3 Comments E(X 2 ) = 3 2.P(Correct) + ( 1) 2.P(Incorrect) = = 3 sd(x) = = 3. Links with Statistics We have met three important quantities for a random variable, defined through expectation - the mean µ, the variance σ 2 and the standard deviation σ. Again we can see a duality with the corresponding numerical summaries for data which we met - the sample mean x, the sample variance s 2 and the sample standard deviation s. The duality is this: If we were to consider the data sample as the population and draw a random member from that sample as a random variable, this r.v. would have cdf F n (x), the empirical cdf. The mean of the r.v. µ = x, variance σ 2 = s 2 and standard deviation σ = s. 3.4 Sums of Random Variables Expectation of Sums of Random Variables Let X 1, X 2,..., X n be n random variables, perhaps with different distributions and not necessarily independent. Let S n = n X i be the sum of those variables, and S n n i=1 Then the mean of S n is given by be their average. 10

11 E(S n ) = n i=1 E(X i ), E ( ) Sn n = n i=1 E(X i). n Variance of Sums of Random Variables However, for the variance of S n, only if X 1, X 2,..., X n are independent do we have Var(S n ) = n i=1 Var(X i ), Var ( ) Sn = n i=1 Var(X i) n n 2. So if X 1, X 2,..., X n are independent and identically distributed with E(X i ) = µ X and Var(X i ) = σx 2 we get E ( ) ( ) Sn Sn = µ X, Var = σ2 X n n n. 11

12 4 Discrete Distributions 4.1 Bernoulli, Binomial and Geometric Distributions Bernoulli(p) Consider an experiment with only two possible outcomes, encoded as a random variable X taking value 1, with probability p, or 0, with probability (1 p), accordingly. (Ex.: Tossing a coin, X = 1 for a head, X = 0 for tails, p = 1 2.) Then we say X Bernoulli(p) and note the pmf to be p(x) = p x (1 p) 1 x, x = 0, 1. Using the formulae for mean and variance, it follows that Example: Bernoulli(¼) pmf µ = p, σ 2 = p(1 p). Binomial(n, p) Consider n identical, independent Bernoulli(p) trials X 1,..., X n. Let X = n i=1 X i be the total number of 1s observed in the n trials. (Ex.: Tossing a coin n times, X is the number of heads obtained, p = 1 2.) Then X is a random variable taking values in {0, 1, 2,..., n}, and we say X Binomial(n, p). From the Binomial Theorem we find the pmf to be p(x) = ( n x )px (1 p) n x, x = 0, 1, 2,..., n. ( ) n x n! To calculate the Binomial pmf we recall that = x x!(n x)! and x! = i=1 i. (Note 0! = 1.) It can be shown, either directly from the pmf or from the results for sums of random variables, that the mean and variance are Similarly, the skewness is given by µ = np, σ 2 = np(1 p). γ 1 = 1 2p np(1 p). 12

13 Example: Binomial(20,¼) pmf Example Suppose that 10 users are authorised to use a particular computer system, and that the system collapses if 7 or more users attempt to log on simultaneously. Suppose that each user has the same probability p = 0.2 of wishing to log on in each hour. What is the probability that the system will crash in a given hour? Solution: The probability that exactly x users will want to log on in any hour is given by Binomial(n, p) = Binomial(10, 0.2). Hence the probability of 7 or more users wishing to log on in any hour is Two more examples p(7) + p(8) + p(9) + p(10) ( ) ( ) = = A manufacturing plant produces chips with a defect rate of 10%. The quality control procedure consists of checking samples of size 50. Then the distribution of the number of defectives is expected to be Binomial(50,0.1). When transmitting binary digits through a communication channel, the number of digits received correctly out of n transmitted digits, can be modelled by a Binomial(n, p), where p is the probability that a digit is transmitted incorrectly. Note: Recall the independence condition necessary for these models to be reasonable. Geometric(p) Consider a potentially infinite sequence of independent Bernoulli(p) random variables X 1, X 2,.... Suppose we define a quantity X by X = min{i X i = 1} 13

14 to be the index of the first Bernoulli trial to result in a 1. (Ex.: Tossing a coin, X is the number of tosses until the first head is obtained, p = 1 2.) Then X is a random variable taking values in Z + = {1, 2,...}, and we say X Geometric(p). Clearly the pmf is given by p(x) = p(1 p) x 1, x = 1, 2,.... The mean and variance are µ = 1 p, σ2 = 1 p p 2. The skewness is given by γ 1 = 2 p 1 p, and so is always positive. Example: Geometric(¼) pmf Alternative Formulation If X Geometric(p), let us consider Y = X 1. Then Y is a random variable taking values in N = {0, 1, 2,...}, and corresponds to the number of independent Bernoulli(p) trials before we obtain our first 1. (Some texts refer to this as the Geometric distribution.) Note we have pmf p Y (y) = p(1 p) y, y = 0, 1, 2,..., and the mean becomes µ Y = 1 p p. while the variance and skewness are unaffected by the shift. 14

15 Example Suppose people have problems logging onto a particular website once every 5 attempts, on average. 1. Assuming the attempts are independent, what is the probability that an individual will not succeed until the 4 th? p = 4 5 = 0.8. p(4) = (1 p)3 p = = On average, how many trials must one make until succeeding? Mean= 1 p = 5 4 = What s the probability that the first successful attempt is the 7 th or later? p(7) + p(8) + p(9) +... = p(1 p)6 1 (1 p) = (1 p)6 = Example (contd. from Binomial) Again suppose that 10 users are authorised to use a particular computer system, and that the system collapses if 7 or more users attempt to log on simultaneously. Suppose that each user has the same probability p = 0.2 of wishing to log on in each hour. Using the Binomial distribution we found the probability that the system will crash in any given hour to be Using the Geometric distribution formulae, we are able to answer questions such as: On average, after how many hours will the system crash? Mean = 1 p = = 1163 hours. Example: Mad(?) Dictators and Birth Control A dictator, keen to maximise the ratio of males to females in his country (so he could build up his all male army) ordered that each couple should keep having children until a boy was born and then stop. Calculate the number expected number of boys that a couple will have, and the expected number of girls, given that P(boy)=½. Assume for simplicity that each couple can have arbitrarily many children (although this is not necessary to get the following results). Then since each couple stops when 1 boy is born, the expected number of boys per couple is 1. On the other hand, if Y is the number of girls given birth to by a couple, Y clearly follows the alternative formulation for the Geometric(½) distribution. So the expected number of girls for a couple is = 1. 15

16 4.2 Poisson Distribution Poi(λ) Let X be a random variable on N = {0, 1, 2,...} with pmf for some λ > 0. p(x) = e λ λ x, x = 0, 1, 2,..., x! Then X is said to follow a Poisson distribution with rate parameter λ and we write X Poi(λ). Poisson random variables are concerned with the number of random events occurring per unit of time or space, when there is a constant underlying probability rate of events occurring across this unit. Examples the number of minor car crashes per day in the U.K.; the number of mistakes on each of my slides; the number of potholes in each mile of road; the number of jobs which arrive at a database server per hour; the number of particles emitted by a radioactive substance in a given time. An interesting property of the Poisson distribution is that it has equal mean and variance, namely µ = λ, σ 2 = λ. The skewness is given by γ 1 = 1 λ, so is always positive but decreasing as λ. Example: Poi(5) pmf (again) 16

17 Poisson Approximation to the Binomial Notice the similarity between the pmf plots we ve seen for Binomial(20,¼) and Poi(5). It can be shown that for Binomial(n, p), when p is small and n is large, this distribution can be well approximated by the Poisson distribution with rate parameter np, Poi(np). p in the above is not small, we would typically prefer p < 0.1 for the approximation to be useful. The usefulness of this approximation is in using probability tables; tabulating a single Poisson(λ) distribution encompasses an infinite number of possible corresponding Binomial distributions, Binomial(n, λ n ). Ex. A manufacturer produces VLSI chips, of which 1% are defective. Find the probability that in a box of 100 chips none are defective. We want p(0) from Binomial(100,0.01). Since n is large and p is small, we can approximate this distribution by Poi( ) Poi(1). Then p(0) e 1 λ 0 0! = Fitting a Poisson Distribution to Data Ex. The number of particles emitted by a radioactive substance which reached a Geiger counter was measured for 2608 time intervals, each of length 7.5 seconds. The (real) data are given in the table below: x n x Do these data correspond to 2608 independent observations of an identical Poisson random variable? The total number of particles, x xn x, is 10,094, and the total number of intervals observed, n = x n x, is 2608, so that the average number reaching the counter in an interval is = Since the mean of Poi(λ) is λ, we can try setting λ = 3.87 and see how well this fits the data. For example, considering the case x = 0, for a single experiment interval the probability of observing 0 particles would be p(0) = e ! = So over n = 2608 repetitions, our (Binomial) expectation of the number of 0 counts would be n p(0) = Similarly for x = 1, 2,..., we obtain the following table of expected values from the Poi(3.87) model: x O(n x ) E(n x ) (O=Observed, E=Expected). 17

18 The two sets of numbers appear sufficiently close to suggest the Poisson approximation is a good one. Later, when we come to look at hypothesis testing, we will see how to make such judgements quantitatively. 4.3 Discrete Uniform Distribution U({1, 2,..., n}) Let X be a random variable on {1, 2,..., n} with pmf p(x) = 1, x = 1, 2,..., n. n Then X is said to follow a discrete uniform distribution and we write X U({1, 2,..., n}). The mean and variance are and the skewness is clearly zero. µ = n + 1, σ 2 = n

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

ST 371 (IV): Discrete Random Variables

ST 371 (IV): Discrete Random Variables ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8.

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8. Random variables Remark on Notations 1. When X is a number chosen uniformly from a data set, What I call P(X = k) is called Freq[k, X] in the courseware. 2. When X is a random variable, what I call F ()

More information

5. Continuous Random Variables

5. Continuous Random Variables 5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be

More information

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i )

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i ) Probability Review 15.075 Cynthia Rudin A probability space, defined by Kolmogorov (1903-1987) consists of: A set of outcomes S, e.g., for the roll of a die, S = {1, 2, 3, 4, 5, 6}, 1 1 2 1 6 for the roll

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover

More information

Chapter 5. Random variables

Chapter 5. Random variables Random variables random variable numerical variable whose value is the outcome of some probabilistic experiment; we use uppercase letters, like X, to denote such a variable and lowercase letters, like

More information

What is Statistics? Lecture 1. Introduction and probability review. Idea of parametric inference

What is Statistics? Lecture 1. Introduction and probability review. Idea of parametric inference 0. 1. Introduction and probability review 1.1. What is Statistics? What is Statistics? Lecture 1. Introduction and probability review There are many definitions: I will use A set of principle and procedures

More information

Example. A casino offers the following bets (the fairest bets in the casino!) 1 You get $0 (i.e., you can walk away)

Example. A casino offers the following bets (the fairest bets in the casino!) 1 You get $0 (i.e., you can walk away) : Three bets Math 45 Introduction to Probability Lecture 5 Kenneth Harris aharri@umich.edu Department of Mathematics University of Michigan February, 009. A casino offers the following bets (the fairest

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES Contents 1. Random variables and measurable functions 2. Cumulative distribution functions 3. Discrete

More information

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved. 3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately

More information

E3: PROBABILITY AND STATISTICS lecture notes

E3: PROBABILITY AND STATISTICS lecture notes E3: PROBABILITY AND STATISTICS lecture notes 2 Contents 1 PROBABILITY THEORY 7 1.1 Experiments and random events............................ 7 1.2 Certain event. Impossible event............................

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

Lecture 6: Discrete & Continuous Probability and Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

Statistics 100A Homework 4 Solutions

Statistics 100A Homework 4 Solutions Problem 1 For a discrete random variable X, Statistics 100A Homework 4 Solutions Ryan Rosario Note that all of the problems below as you to prove the statement. We are proving the properties of epectation

More information

STAT 315: HOW TO CHOOSE A DISTRIBUTION FOR A RANDOM VARIABLE

STAT 315: HOW TO CHOOSE A DISTRIBUTION FOR A RANDOM VARIABLE STAT 315: HOW TO CHOOSE A DISTRIBUTION FOR A RANDOM VARIABLE TROY BUTLER 1. Random variables and distributions We are often presented with descriptions of problems involving some level of uncertainty about

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very

More information

Lecture 5 : The Poisson Distribution

Lecture 5 : The Poisson Distribution Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,

More information

Math 461 Fall 2006 Test 2 Solutions

Math 461 Fall 2006 Test 2 Solutions Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Math 431 An Introduction to Probability. Final Exam Solutions

Math 431 An Introduction to Probability. Final Exam Solutions Math 43 An Introduction to Probability Final Eam Solutions. A continuous random variable X has cdf a for 0, F () = for 0 <

More information

Lecture 7: Continuous Random Variables

Lecture 7: Continuous Random Variables Lecture 7: Continuous Random Variables 21 September 2005 1 Our First Continuous Random Variable The back of the lecture hall is roughly 10 meters across. Suppose it were exactly 10 meters, and consider

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Certain derivations presented in this course have been somewhat heavy on algebra. For example, determining the expectation of the Binomial distribution (page 5.1 turned

More information

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem Time on my hands: Coin tosses. Problem Formulation: Suppose that I have

More information

People have thought about, and defined, probability in different ways. important to note the consequences of the definition:

People have thought about, and defined, probability in different ways. important to note the consequences of the definition: PROBABILITY AND LIKELIHOOD, A BRIEF INTRODUCTION IN SUPPORT OF A COURSE ON MOLECULAR EVOLUTION (BIOL 3046) Probability The subject of PROBABILITY is a branch of mathematics dedicated to building models

More information

Introduction to Probability

Introduction to Probability Introduction to Probability EE 179, Lecture 15, Handout #24 Probability theory gives a mathematical characterization for experiments with random outcomes. coin toss life of lightbulb binary data sequence

More information

Probability Generating Functions

Probability Generating Functions page 39 Chapter 3 Probability Generating Functions 3 Preamble: Generating Functions Generating functions are widely used in mathematics, and play an important role in probability theory Consider a sequence

More information

Lecture 3: Continuous distributions, expected value & mean, variance, the normal distribution

Lecture 3: Continuous distributions, expected value & mean, variance, the normal distribution Lecture 3: Continuous distributions, expected value & mean, variance, the normal distribution 8 October 2007 In this lecture we ll learn the following: 1. how continuous probability distributions differ

More information

Practice problems for Homework 11 - Point Estimation

Practice problems for Homework 11 - Point Estimation Practice problems for Homework 11 - Point Estimation 1. (10 marks) Suppose we want to select a random sample of size 5 from the current CS 3341 students. Which of the following strategies is the best:

More information

2WB05 Simulation Lecture 8: Generating random variables

2WB05 Simulation Lecture 8: Generating random variables 2WB05 Simulation Lecture 8: Generating random variables Marko Boon http://www.win.tue.nl/courses/2wb05 January 7, 2013 Outline 2/36 1. How do we generate random variables? 2. Fitting distributions Generating

More information

Practice Problems #4

Practice Problems #4 Practice Problems #4 PRACTICE PROBLEMS FOR HOMEWORK 4 (1) Read section 2.5 of the text. (2) Solve the practice problems below. (3) Open Homework Assignment #4, solve the problems, and submit multiple-choice

More information

Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density

Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density HW MATH 461/561 Lecture Notes 15 1 Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density and marginal densities f(x, y), (x, y) Λ X,Y f X (x), x Λ X,

More information

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X Week 6 notes : Continuous random variables and their probability densities WEEK 6 page 1 uniform, normal, gamma, exponential,chi-squared distributions, normal approx'n to the binomial Uniform [,1] random

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1].

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1]. Probability Theory Probability Spaces and Events Consider a random experiment with several possible outcomes. For example, we might roll a pair of dice, flip a coin three times, or choose a random real

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial In order for a continuous distribution (like the normal) to be used to approximate a discrete one (like the binomial), a continuity correction should be used. There

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

Master s Theory Exam Spring 2006

Master s Theory Exam Spring 2006 Spring 2006 This exam contains 7 questions. You should attempt them all. Each question is divided into parts to help lead you through the material. You should attempt to complete as much of each problem

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Important Probability Distributions OPRE 6301

Important Probability Distributions OPRE 6301 Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.

More information

4.1 4.2 Probability Distribution for Discrete Random Variables

4.1 4.2 Probability Distribution for Discrete Random Variables 4.1 4.2 Probability Distribution for Discrete Random Variables Key concepts: discrete random variable, probability distribution, expected value, variance, and standard deviation of a discrete random variable.

More information

University of California, Los Angeles Department of Statistics. Random variables

University of California, Los Angeles Department of Statistics. Random variables University of California, Los Angeles Department of Statistics Statistics Instructor: Nicolas Christou Random variables Discrete random variables. Continuous random variables. Discrete random variables.

More information

0 x = 0.30 x = 1.10 x = 3.05 x = 4.15 x = 6 0.4 x = 12. f(x) =

0 x = 0.30 x = 1.10 x = 3.05 x = 4.15 x = 6 0.4 x = 12. f(x) = . A mail-order computer business has si telephone lines. Let X denote the number of lines in use at a specified time. Suppose the pmf of X is as given in the accompanying table. 0 2 3 4 5 6 p(.0.5.20.25.20.06.04

More information

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 Solutions to HW4 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

2. Discrete random variables

2. Discrete random variables 2. Discrete random variables Statistics and probability: 2-1 If the chance outcome of the experiment is a number, it is called a random variable. Discrete random variable: the possible outcomes can be

More information

Aggregate Loss Models

Aggregate Loss Models Aggregate Loss Models Chapter 9 Stat 477 - Loss Models Chapter 9 (Stat 477) Aggregate Loss Models Brian Hartman - BYU 1 / 22 Objectives Objectives Individual risk model Collective risk model Computing

More information

Section 5.1 Continuous Random Variables: Introduction

Section 5.1 Continuous Random Variables: Introduction Section 5. Continuous Random Variables: Introduction Not all random variables are discrete. For example:. Waiting times for anything (train, arrival of customer, production of mrna molecule from gene,

More information

ECE302 Spring 2006 HW3 Solutions February 2, 2006 1

ECE302 Spring 2006 HW3 Solutions February 2, 2006 1 ECE302 Spring 2006 HW3 Solutions February 2, 2006 1 Solutions to HW3 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in

More information

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here.

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here. Homework 4 - KEY Jeff Brenion June 16, 2004 Note: Many problems can be solved in more than one way; we present only a single solution here. 1 Problem 2-1 Since there can be anywhere from 0 to 4 aces, the

More information

Tenth Problem Assignment

Tenth Problem Assignment EECS 40 Due on April 6, 007 PROBLEM (8 points) Dave is taking a multiple-choice exam. You may assume that the number of questions is infinite. Simultaneously, but independently, his conscious and subconscious

More information

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS 6.4/6.43 Spring 28 Quiz 2 Wednesday, April 6, 7:3-9:3 PM. SOLUTIONS Name: Recitation Instructor: TA: 6.4/6.43: Question Part Score Out of 3 all 36 2 a 4 b 5 c 5 d 8 e 5 f 6 3 a 4 b 6 c 6 d 6 e 6 Total

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Opgaven Onderzoeksmethoden, Onderdeel Statistiek

Opgaven Onderzoeksmethoden, Onderdeel Statistiek Opgaven Onderzoeksmethoden, Onderdeel Statistiek 1. What is the measurement scale of the following variables? a Shoe size b Religion c Car brand d Score in a tennis game e Number of work hours per week

More information

e.g. arrival of a customer to a service station or breakdown of a component in some system.

e.g. arrival of a customer to a service station or breakdown of a component in some system. Poisson process Events occur at random instants of time at an average rate of λ events per second. e.g. arrival of a customer to a service station or breakdown of a component in some system. Let N(t) be

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences Introduction to Statistics for Psychology and Quantitative Methods for Human Sciences Jonathan Marchini Course Information There is website devoted to the course at http://www.stats.ox.ac.uk/ marchini/phs.html

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

Exploratory Data Analysis

Exploratory Data Analysis Exploratory Data Analysis Johannes Schauer johannes.schauer@tugraz.at Institute of Statistics Graz University of Technology Steyrergasse 17/IV, 8010 Graz www.statistics.tugraz.at February 12, 2008 Introduction

More information

2 Binomial, Poisson, Normal Distribution

2 Binomial, Poisson, Normal Distribution 2 Binomial, Poisson, Normal Distribution Binomial Distribution ): We are interested in the number of times an event A occurs in n independent trials. In each trial the event A has the same probability

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles...

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles... MATH4427 Notebook 1 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 1 MATH4427 Notebook 1 3 1.1 Introduction, and Review of Probability

More information

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM EXAMPLE 1. A biased coin (with probability of obtaining a Head equal to p > 0) is tossed repeatedly and independently until the first head is observed.

More information

Unit 4 The Bernoulli and Binomial Distributions

Unit 4 The Bernoulli and Binomial Distributions PubHlth 540 4. Bernoulli and Binomial Page 1 of 19 Unit 4 The Bernoulli and Binomial Distributions Topic 1. Review What is a Discrete Probability Distribution... 2. Statistical Expectation.. 3. The Population

More information

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence

More information

Business Statistics 41000: Probability 1

Business Statistics 41000: Probability 1 Business Statistics 41000: Probability 1 Drew D. Creal University of Chicago, Booth School of Business Week 3: January 24 and 25, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

Section 5 Part 2. Probability Distributions for Discrete Random Variables

Section 5 Part 2. Probability Distributions for Discrete Random Variables Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability

More information

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of sample space, event and probability function. 2. Be able to

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 2015 Objectives After this lesson we will be able to: determine whether a probability

More information

MAS108 Probability I

MAS108 Probability I 1 QUEEN MARY UNIVERSITY OF LONDON 2:30 pm, Thursday 3 May, 2007 Duration: 2 hours MAS108 Probability I Do not start reading the question paper until you are instructed to by the invigilators. The paper

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 13. Random Variables: Distribution and Expectation

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 13. Random Variables: Distribution and Expectation CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 3 Random Variables: Distribution and Expectation Random Variables Question: The homeworks of 20 students are collected

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

MULTIVARIATE PROBABILITY DISTRIBUTIONS

MULTIVARIATE PROBABILITY DISTRIBUTIONS MULTIVARIATE PROBABILITY DISTRIBUTIONS. PRELIMINARIES.. Example. Consider an experiment that consists of tossing a die and a coin at the same time. We can consider a number of random variables defined

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

Review of Random Variables

Review of Random Variables Chapter 1 Review of Random Variables Updated: January 16, 2015 This chapter reviews basic probability concepts that are necessary for the modeling and statistical analysis of financial data. 1.1 Random

More information

Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay

Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 17 Shannon-Fano-Elias Coding and Introduction to Arithmetic Coding

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

Lecture Notes 1. Brief Review of Basic Probability

Lecture Notes 1. Brief Review of Basic Probability Probability Review Lecture Notes Brief Review of Basic Probability I assume you know basic probability. Chapters -3 are a review. I will assume you have read and understood Chapters -3. Here is a very

More information

Some special discrete probability distributions

Some special discrete probability distributions University of California, Los Angeles Department of Statistics Statistics 100A Instructor: Nicolas Christou Some special discrete probability distributions Bernoulli random variable: It is a variable that

More information

Sums of Independent Random Variables

Sums of Independent Random Variables Chapter 7 Sums of Independent Random Variables 7.1 Sums of Discrete Random Variables In this chapter we turn to the important question of determining the distribution of a sum of independent random variables

More information

Principle of Data Reduction

Principle of Data Reduction Chapter 6 Principle of Data Reduction 6.1 Introduction An experimenter uses the information in a sample X 1,..., X n to make inferences about an unknown parameter θ. If the sample size n is large, then

More information

Random Variables. Chapter 2. Random Variables 1

Random Variables. Chapter 2. Random Variables 1 Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets

More information

Chapter 5 Discrete Probability Distribution. Learning objectives

Chapter 5 Discrete Probability Distribution. Learning objectives Chapter 5 Discrete Probability Distribution Slide 1 Learning objectives 1. Understand random variables and probability distributions. 1.1. Distinguish discrete and continuous random variables. 2. Able

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

More information

AP STATISTICS 2010 SCORING GUIDELINES

AP STATISTICS 2010 SCORING GUIDELINES 2010 SCORING GUIDELINES Question 4 Intent of Question The primary goals of this question were to (1) assess students ability to calculate an expected value and a standard deviation; (2) recognize the applicability

More information

M2S1 Lecture Notes. G. A. Young http://www2.imperial.ac.uk/ ayoung

M2S1 Lecture Notes. G. A. Young http://www2.imperial.ac.uk/ ayoung M2S1 Lecture Notes G. A. Young http://www2.imperial.ac.uk/ ayoung September 2011 ii Contents 1 DEFINITIONS, TERMINOLOGY, NOTATION 1 1.1 EVENTS AND THE SAMPLE SPACE......................... 1 1.1.1 OPERATIONS

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution James H. Steiger November 10, 00 1 Topics for this Module 1. The Binomial Process. The Binomial Random Variable. The Binomial Distribution (a) Computing the Binomial pdf (b) Computing

More information

Lecture 8. Confidence intervals and the central limit theorem

Lecture 8. Confidence intervals and the central limit theorem Lecture 8. Confidence intervals and the central limit theorem Mathematical Statistics and Discrete Mathematics November 25th, 2015 1 / 15 Central limit theorem Let X 1, X 2,... X n be a random sample of

More information

The Binomial Distribution. Summer 2003

The Binomial Distribution. Summer 2003 The Binomial Distribution Summer 2003 Internet Bubble Several industry experts believe that 30% of internet companies will run out of cash in 6 months and that these companies will find it very hard to

More information

The Exponential Distribution

The Exponential Distribution 21 The Exponential Distribution From Discrete-Time to Continuous-Time: In Chapter 6 of the text we will be considering Markov processes in continuous time. In a sense, we already have a very good understanding

More information

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179)

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179) Feb 7 Homework Solutions Math 151, Winter 2012 Chapter Problems (pages 172-179) Problem 3 Three dice are rolled. By assuming that each of the 6 3 216 possible outcomes is equally likely, find the probabilities

More information

STA 256: Statistics and Probability I

STA 256: Statistics and Probability I Al Nosedal. University of Toronto. Fall 2014 1 2 3 4 5 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Experiment, outcome, sample space, and

More information