0% found this document useful (0 votes)
145 views113 pages

Lecture 2

If you roll a die, the outcome is random (not fixed) and there are 6 possible outcomes, each of which occur with probability one-sixth. If you poll people about their voting preferences, the percentage of the sample that responds 3yes on Proposition 100' is also a random variable. Probability is how frequently we expect different outcomes to occur if we repeat the experiment over and over. Discrete random variables have a countable number of outcomes continuous random variables have an infinite continuum of possible values

Uploaded by

reddypd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views113 pages

Lecture 2

If you roll a die, the outcome is random (not fixed) and there are 6 possible outcomes, each of which occur with probability one-sixth. If you poll people about their voting preferences, the percentage of the sample that responds 3yes on Proposition 100' is also a random variable. Probability is how frequently we expect different outcomes to occur if we repeat the experiment over and over. Discrete random variables have a countable number of outcomes continuous random variables have an infinite continuum of possible values

Uploaded by

reddypd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 113

Introduction to Probability Distributions

Random Variable
A random variable x takes on a defined set of values with different probabilities.
For example, if you roll a die, the outcome is random (not fixed) and there are 6 possible outcomes, each of which occur with probability one-sixth. For example, if you poll people about their voting preferences, the percentage of the sample that responds Yes on Proposition 100 is a also a random variable (the percentage will be slightly differently every time you poll).

Roughly, probability is how frequently we expect different outcomes to occur if we repeat the experiment over and over (frequentist view)

Random variables can be discrete or continuous




Discrete random variables have a countable number of outcomes




Examples: Dead/alive, treatment/placebo, dice, counts, etc.

Continuous random variables have an infinite continuum of possible values.




Examples: blood pressure, weight, the speed of a car, the real numbers from 1 to 6.

Probability functions


 

A probability function maps the possible values of x against their respective probabilities of occurrence, p(x) p(x) is a number from 0 to 1.0. The area under a probability function is always 1.

Discrete example: roll of a die


p(x)

1/6 x

P(x) ! 1
all x

Probability mass function (pmf)


x 1 2 3 4 5 6 p(x) p(x=1)=1/6 p(x=2)=1/6 p(x=3)=1/6 p(x=4)=1/6 p(x=5)=1/6 p(x=6)=1/6 1.0

Cumulative distribution function (CDF)


1.0 5/6 2/3 1/2 1/3 1/6 P(x)

1 2

5 6

Cumulative distribution function


x 1 2 3 4 5 6 P(x A) P(x 1)=1/6 P(x 2)=2/6 P(x 3)=3/6 P(x 4)=4/6 P(x 5)=5/6 P(x 6)=6/6

Practice Problem:


The number of patients seen in the ER in any given hour is a random variable represented by x. The probability distribution for x is:

x P(x)

10 .4

11 .2

12 .2

13 .1

14 .1

Find the probability that in a given hour: a. b. c.


exactly 14 patients arrive At least 12 patients arrive At most 11 patients arrive p(x=14)= .1 p(xu12)= (.2 + .1 +.1) = .4 p(x11)= (.4 +.2) = .6

Review Question 1
If you toss a die, whats the probability that you roll a 3 or less? a. b. c. d. e. 1/6 1/3 1/2 5/6 1.0

Review Question 1
If you toss a die, whats the probability that you roll a 3 or less? a. b. c. d. e. 1/6 1/3 1/2 5/6 1.0

Review Question 2
Two dice are rolled and the sum of the face values is six? What is the probability that at least one of the dice came up a 3? a. b. c. d. e. 1/5 2/3 1/2 5/6 1.0

Review Question 2
Two dice are rolled and the sum of the face values is six. What is the probability that at least one of the dice came up a 3? a. b. c. d. e. 1/5 2/3 1/2 5/6 1.0
How can you get a 6 on two dice? 1-5, 5-1, 2-4, 4-2, 3-3 One of these five has a 3. @1/5

Continuous case


The probability function that accompanies a continuous random variable is a continuous mathematical function that integrates to 1.


For example, recall the negative exponential function (in probability, this is called an exponential distribution ): f ( x) ! e  x
g

 This function integrates to 1:

e  x ! e  x

g 0

! 0 1!1

Continuous case: probability density function (pdf)


p(x)=e-x 1

The probability that x is any exact particular value (such as 1.9976) is 0; we can only assign probabilities to possible ranges of x.

For example, the probability of x falling within 1 to 2:


Clinical example: Survival times after lung transplant may roughly follow an exponential function. Then, the probability that a patient will die in the second year after surgery (between years 1 and 2) is 23%.

p(x)=e-x 1

x 1 2

P(1 e x e 2) ! e
1

x

! e

x

2 1

! e  2  e 1 ! .135  .368 ! .23

Example 2: Uniform distribution


The uniform distribution: all values are equally likely. f(x)= 1 , for 1u x u0
p(x) 1 x

We can see its a probability distribution because it integrates to 1 (the area under the curve is 1): 1 1

1 ! x
0

!1 0 !1

Example: Uniform distribution


Whats the probability that x is between 0 and ?
p(x) 1
Clinical Research Example: When randomizing patients in an RCT, we often use a random number generator on the computer. These programs work by randomly generating a number between 0 and 1 (with equal probability of every number in between). Then a subject who gets X<.5 is control and a subject who gets X>.5 is treatment.

P( uxu 0)=

Expected Value and Variance




All probability distributions are characterized by an expected value (mean) and a variance (standard deviation squared).

Expected value of a random variable




Expected value is just the average or mean () of random variable x. It s sometimes called a weighted average because more frequent values of X are weighted more highly in the average. It s also how we expect X to behave on-average over the long run ( frequentist view again).

Expected value, formally


Discrete case:

E( X ) !
Continuous case:

x p(x )
i i all x

E( X ) !

xi p(xi )dx

all x

Symbol Interlude


E(X) =


these symbols are used interchangeably

Example: expected value




Recall the following probability distribution of ER arrivals:


x P(x) 10 .4 11 .2 12 .2 13 .1 14 .1

x p( x) ! 10(.4)  11(.2)  12(.2)  13(.1)  14(.1) ! 11.3


i i !1

Sample Mean is a special case of Expected Value


Sample mean, for a sample of n subjects: =

x
X!
i !1

i !1

1 xi ( ) n

The probability (frequency) of each person in the sample is 1/n.

Expected Value


Expected value is an extremely useful concept for good decision-making!

Example: the lottery




The Lottery (also known as a tax on people who are bad at math) A certain lottery works by picking 6 numbers from 1 to 49. It costs $1.00 to play the lottery, and if you win, you win $2 million after taxes. If you play the lottery once, what are your expected winnings or losses?

Lottery
Calculate the probability of winning in 1 try:
1 49 6 ! 1 1 ! ! 7.2 x 10 -8 49! 13,983,816 43!6!

49 choose 6 Out of 49 numbers, this is the number of distinct combinations of 6. p(x)

The probability function (note, sums to 1.0):


x$ -1 + 2 million

.999999928 7.2 x 10--8

Expected Value
The probability function
x$ -1 + 2 million p(x) .999999928 7.2 x 10--8

Expected Value E(X) = P(win)*$2,000,000 + P(lose)*-$1.00 = 2.0 x 106 * 7.2 x 10-8+ .999999928 (-1) = .144 - .999999928 = -$.86 Negative expected value is never good! You shouldnt play if you expect to lose money!

Expected Value
If you play the lottery every week for 10 years, what are your expected winnings or losses? 520 x (-.86) = -$447.20

Gambling (or how casinos can afford to give so many free drinks )
A roulette wheel has the numbers 1 through 36, as well as 0 and 00. If you bet $1 that an odd number comes up, you win or lose $1 according to whether or not that event occurs. If random variable X denotes your net gain, X=1 with probability 18/38 and X= -1 with probability 20/38. E(X) = 1(18/38) 1 (20/38) = -$.053

On average, the casino wins (and the player loses) 5 cents per game. The casino rakes in even more if the stakes are higher: E(X) = 10(18/38) 10 (20/38) = -$.53

If the cost is $10 per game, the casino wins an average of 53 cents per game. If 10,000 games are played in a night, that s a cool $5300.

Expected value isn t everything though


  

Take the hit new show Deal or No Deal Everyone know the rules? Let s say you are down to two cases left. $1 and $400,000. The banker offers you $200,000. So, Deal or No Deal?

Deal or No Deal


This could really be represented as a probability distribution and a nonrandom variable:


x$ +1 +$400,000 p(x) .50 .50

x$ +$200,000

p(x) 1.0

Expected value doesn t help


x$ +1 +$400,000
Q ! E( X ) !
i i

p(x) .50 .50

x p(x ) ! 1(.50)  400,000(.50) ! 200,000


all x

x$ +$200,000
Q ! E ( X ) ! 200,000

p(x) 1.0

How to decide?
Variance! If you take the deal, the variance/standard deviation is 0. If you don t take the deal, what is average deviation from the mean? What s your gut guess?

Variance/standard deviation
W2=Var(x) =E(x-Q)2 The expected (or average) squared distance (or deviation) from the mean
W 2 ! Var ( x) ! E[( x  Q ) 2 ] !

all x

( xi  Q ) 2 p(xi )

Variance, continuous
Discrete case:

Var ( X ) !

(x
all x

 Q ) p(xi )
2

Continuous case?:

Var ( X ) !

( xi  Q ) p(xi )dx
2

all x

Symbol Interlude
 

Var(X)= W2 SD(X) = W


these symbols are used interchangeably

Similarity to empirical variance


The variance of a sample: s2 =

i !1

( xi  x ) 2 n 1

1 ! ( xi  x ) ( ) n 1 i !1

Division by n-1 reflects the fact that we have lost a degree of freedom (piece of information) because we had to estimate the sample mean before we could estimate the sample variance.

Variance
W !
2

(x
all x

 Q ) p(xi )
2

W2 !

all x

( x i  Q ) 2 p(xi ) !
2 2 2

! (1  200,000) (.5)  (400,000  200,000) (.5) ! 200,000 W ! 200,000 ! 200,000


2

Now you examine your personal risk tolerance

Practice Problem
On the roulette wheel, X=1 with probability 18/38 and X= -1 with probability 20/38.


We already calculated the mean to be = $.053. What s the variance of X?

Answer
W !
2

(x  Q )
i

p(xi )

all x ! (1  .053) 2 (18 / 38)  (1  .053) 2 (20 / 38)

! (1.053) 2 (18 / 38)  (1  .053) 2 (20 / 38) ! (1.053) 2 (18 / 38)  (.947) 2 (20 / 38) ! .997

W ! .997 ! .99
Standard deviation is $.99. Interpretation: On average, you re either 1 dollar above or 1 dollar below the mean, which is just under zero. Makes sense!

Review Question 3
The expected value and variance of a coin toss (H=1, T=0) are?
a. b. c. d.

.50, .50, .25, .25,

.50 .25 .50 .25

Review Question 3
The expected value and variance of a coin toss are?
a. b. c. d.

.50, .50 .50, .25 .25, .50 .25, .25

Important discrete probability distribution: The binomial

Binomial Probability Distribution




A fixed number of observations (trials), n




e.g., 15 tosses of a coin; 20 patients; 1000 people surveyed e.g., head or tail in each toss of a coin; disease or no disease Generally called success and failure Probability of success is p, probability of failure is 1 p e.g., Probability of getting a tail is the same each time we toss the coin

A binary outcome


 

Constant probability for each observation




Binomial distribution
Take the example of 5 coin tosses. What s the probability that you flip exactly 3 heads in 5 coin tosses?

Binomial distribution
Solution: One way to get exactly 3 heads: HHHTT What s the probability of this exact arrangement? P(heads)xP(heads) xP(heads)xP(tails)xP(tails) =(1/2)3 x (1/2)2 Another way to get exactly 3 heads: THHHT Probability of this exact outcome = (1/2)1 x (1/2)3 x (1/2)1 = (1/2)3 x (1/2)2

Binomial distribution
In fact, (1/2)3 x (1/2)2 is the probability of each unique outcome that has exactly 3 heads and 2 tails. So, the overall probability of 3 heads and 2 tails is: (1/2)3 x (1/2)2 + (1/2)3 x (1/2)2 + (1/2)3 x (1/2)2 + .. for as many unique arrangements as there are but how many are there??

5 3
5C3

ways to arrange 3 heads in 5 trials

Outcome Probability THHHT (1/2)3 x (1/2)2 HHHTT (1/2)3 x (1/2)2 TTHHH (1/2)3 x (1/2)2 HTTHH (1/2)3 x (1/2)2 HHTTH (1/2)3 x (1/2)2 HTHHT (1/2)3 x (1/2)2 THTHH (1/2)3 x (1/2)2 HTHTH (1/2)3 x (1/2)2 HHTHT (1/2)3 x (1/2)2 THHTH (1/2)3 x (1/2)2 10 arrangements x (1/2)3 x (1/2)2

The probability of each unique outcome (note: they are all equal)

= 5!/3!2! = 10

Factorial review: n! = n(n-1)(n-2)

@P(3 heads and 2 tails) =

5 3

x P(heads)3 x P(tails)2 =

10 x ()5=31.25%

Binomial distribution function:


X= the number of heads tossed in 5 coin tosses
p(x)

number of heads

Binomial distribution, generally


Note the general pattern emerging if you have only two possible outcomes (call them 1/0 or yes/no or success/failure) in n independent trials, then the probability of exactly X successes= n = number of trials

n X n X p (1  p ) X
X=# successes out of n trials p= probability of success

1-p = probability of failure

Binomial distribution: example




If I toss a coin 20 times, what s the probability of getting exactly 10 heads?


20 10 10 (.5) (.5) ! .176 10

Binomial distribution: example




If I toss a coin 20 times, what s the probability of getting of getting 2 or fewer heads?
20! 20 0 20 (.5) 20 ! 9.5 x10  7  (.5) (.5) ! 20!0! 0 20! 20 1 19 (.5) 20 ! 20 x9.5 x10  7 ! 1.9 x10 5  (.5) (.5) ! 19! ! 1 1 20! 20 2 18 (.5) 20 ! 190 x9.5 x10  7 ! 1.8 x10  4 (.5) (.5) ! 18!2! 2 ! 1.8 x10  4

**All probability distributions are characterized by an expected value and a variance:

If X follows a binomial distribution with parameters n and p: X ~ Bin (n, p) Then: Note: the variance will E(X) = np always lie between 0*N-.25 *N Var (X) = np(1-p) p(1-p) reaches maximum at p=.5 np (1  p ) SD (X)= P(1-p)=.25

Practice Problem


1. You are performing a cohort study. If the probability of developing disease in the exposed group is .05 for the study duration, then if you (randomly) sample 500 exposed people, how many do you expect to develop the disease? Give a margin of error (+/- 1 standard deviation) for your estimate. 2. What s the probability that at most 10 exposed people develop the disease?

Answer
1. How many do you expect to develop the disease? Give a margin of error (+/- 1 standard deviation) for your estimate.

X ~ binomial (500, .05) E(X) = 500 (.05) = 25 Var(X) = 500 (.05) (.95) = 23.75 StdDev(X) = square root (23.75) = 4.87 @25 s 4.87

Answer
2. What s the probability that at most 10 exposed subjects develop the disease?
This is asking for a CUMULATIVE PROBABILITY: the probability of 0 getting the disease or 1 or 2 or 3 or 4 or up to 10. P(X10) = P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4)+.+ P(X=10)=
500 500 500 500 0 500 1 499 2 498 10 490 .01 (.05) (.95)  (.05) (.95)  (.05) (.95)  ...  (.05) (.95) 10 2 1 0

Practice Problem:
You are conducting a case-control study of smoking and lung cancer. If the probability of being a smoker among lung cancer cases is .6, whats the probability that in a group of 8 cases you have:
a. b. c.

Less than 2 smokers? More than 5? What are the expected value and variance of the number of smokers?

Answer
X 0 1 2 3 4 5 6 7 8 P(X) 8 1(.4) =.00065 1 7 8(.6) (.4) =.008 28(.6)2 (.4) 6 =.04 56(.6)3 (.4) 5 =.12 70(.6)4 (.4) 4 =.23 56(.6)5 (.4) 3 =.28 28(.6)6 (.4) 2 =.21 8(.6)7 (.4) 1=.090 1(.6)8 =.0168

0 1 2 3 4 5 6 7 8

Answer, continued
P(<2)=.00065 + .008 = .00865 P(>5)=.21+.09+.0168 = .3168

0 1 2 3 4 5 6 7 8

E(X) = 8 (.6) = 4.8 Var(X) = 8 (.6) (.4) =1.92 StdDev(X) = 1.38

Review Question 4
In your case-control study of smoking and lung-cancer, 60% of cases are smokers versus only 10% of controls. What is the odds ratio between smoking and lung cancer?
a. b. c. d. e.

2.5 13.5 15.0 6.0 .05

Review Question 4
In your case-control study of smoking and lung-cancer, 60% of cases are smokers versus only 10% of controls. What is the odds ratio between smoking and lung cancer?
a. b. c. d. e.

2.5 13.5 15.0 6.0 .05

.6 .4 ! 3 x 9 ! 27 ! 13.5 .1 2 1 2 .9

Review Question 5
What s the probability of getting exactly 5 heads in 10 coin tosses?
a.
10 5 5 (.50) (.50) 0

10 b. (.50) 5 (.50) 5

c.

10 10 5 (.50) (.50) 5 10

d. 10 10 0 (.50) (.50)

Review Question 5
What s the probability of getting exactly 5 heads in 10 coin tosses?
a.
10 5 5 (.50) (.50) 0

10 b. (.50) 5 (.50) 5

c.

10 10 5 (.50) (.50) 5 10

d. 10 10 0 (.50) (.50)

Review Question 6
A coin toss can be thought of as an example of a binomial distribution with N=1 and p=.5. What are the expected value and variance of a coin toss?
a. b. c. d. e.

.5, .25 1.0, 1.0 1.5, .5 .25, .5 .5, .5

Review Question 6
A coin toss can be thought of as an example of a binomial distribution with N=1 and p=.5. What are the expected value and variance of a coin toss?
a. b. c. d. e.

.5, .25 1.0, 1.0 1.5, .5 .25, .5 .5, .5

Review Question 7
If I toss a coin 10 times, what is the expected value and variance of the number of heads?
a. b. c. d. e.

5, 5 10, 5 2.5, 5 5, 2.5 2.5, 10

Review Question 7
If I toss a coin 10 times, what is the expected value and variance of the number of heads?
a. b. c. d. e.

5, 5 10, 5 2.5, 5 5, 2.5 2.5, 10

Review Question 8
In a randomized trial with n=150, the goal is to randomize half to treatment and half to control. The number of people randomized to treatment is a random variable X. What is the probability distribution of X?
a. b. c. d. e.

X~Normal(Q=75,W=10) X~Exponential(Q=75) X~Uniform X~Binomial(N=150, p=.5) X~Binomial(N=75, p=.5)

Review Question 8
In a randomized trial with n=150, every subject has a 50% chance of being randomized to treatment. The number of people randomized to treatment is a random variable X. What is the probability distribution of X?
a. b. c. d. e.

X~Normal(Q=75,W=10) X~Exponential(Q=75) X~Uniform X~Binomial(N=150, p=.5) X~Binomial(N=75, p=.5)

Review Question 9
In the same RCT with n=150, if 69 end up in the treatment group and 81 in the control group, how far off is that from expected?
a. b. c. d.

Less than 1 standard deviation 1 standard deviation Between 1 and 2 standard deviations More than 2 standard deviations

Review Question 9
In the same RCT with n=150, if 69 end up in the treatment group and 81 in the control group, how far off is that from expected? Expected = 75
81 and 69 are both 6 away from the expected.

a. b. c. d.

Less than 1 standard deviation 1 standard deviation Between 1 and 2 standard deviations More than 2 standard deviations

Variance = 150(.25) = 37.5 Std Dev $ 6 Therefore, about 1 SD away from expected.

Proportions


The binomial distribution forms the basis of statistics for proportions. A proportion is just a binomial count divided by n.


For example, if we sample 200 cases and find 60 smokers, X=60 but the observed proportion=.30.

Statistics for proportions are similar to binomial counts, but differ by a factor of n.

Stats for proportions


For binomial:
Q x ! np W x ! np (1  p ) W x ! np (1  p )
2

Differs by a factor of n.

For proportion:
P-hat stands for sample proportion.

Qp ! p np (1  p) p(1  p ) Wp ! ! 2 n n p(1  p ) Wp ! n
2

Differs by a factor of n.

It all comes back to normal




Statistics for proportions are based on a normal distribution, because the binomial can be approximated as normal if np>5

Important continuous probability distribution: Normal distribution

The Normal Distribution


Bell Shaped  Symmetrical  Mean, Median and Mode are Equal Q=mean


p(X)

Mean = Median = Mode

= standard deviation The random variable has an infinite theoretical range: + g to  g

Examples:
       

height weight age bone density IQ (mean=100; SD=15) SAT scores blood pressure ANYTHING YOU AVERAGE OVER A LARGE ENOUGH # (Central Limit Theorem)

Small standard deviation

Larger standard deviation

Even larger standard deviation

The Normal Distribution: as mathematical function (pdf)

f ( x) !

1 W 2T

1 xQ 2 )  ( 2 W e

Note constants: T=3.14159 e=2.71828

This is a bell shaped curve with different centers and spreads depending on Q and W

68-95-99.7 Rule in Math terms


Q W

Q W

1 W 2T 1 W 2T 1 W 2T

1 xQ 2  ( ) y e 2 W dx

! .68 ! .95 ! .997

Q  2W

Q  2W Q  3W

1 xQ 2  ( ) y e 2 W dx 1 xQ 2  ( ) y e 2 W dx

Q  3W

The 68-95-99.7 rule only gets you so far




For example, whats the probability of getting a math SAT score below 575 if SAT scores are normally distributed with a mean of 500 and a std dev of 50??
575

@ P ( X e 575) !

200

(50)

1 2T

1 x  500 2  ( ) e 2 50 dx

Solve this?.Yikes!

The Standard Normal Curve: Universal Currency


All normal distributions can be converted into the standard normal curve by subtracting the mean and dividing by the standard deviation:

X Q Z! W
For example, 575 in math SAT units translates to 1.5 standard deviations above the mean.

The Standard Normal Curve: Universal Currency


Z~Normal(Q=0, W=1)
1 Z 2 2

f (Z ) !

1 2T

The Standard Normal Distribution (Z)


Somebody calculated all the integrals for the standard normal and put them in a table! So we never have to integrate! Even better, computers now do all the integration.

Comparing X and Z units

500 0

575 1.5

X Z

(Q = 500, W = 50) (Q = 0, W = 1)

Example
So, Whats the probability of getting a math SAT score of 575 or less, Q=500 and W=50?

575  500 Z! ! 1.5 50


575

@ P ( X e 575) !

200

(50)

1 2T

1 x 500 2 )  ( 2 50 dx e

1.5

g

1 2T

1  Z2 e 2 dz

No need to do the integration! Just look up Z= 1.5 in standard normal chart no problem! = .9332

Looking up probabilities in the standard normal table


What is the area to the left of Z=1.50 in a standard normal curve?

Area is 93.32% Z=1.50

Z=1.50

Exercise (in groups of 2-3)


If birth weights in a population are normally distributed with a mean of 109 oz and a standard deviation of 13 oz, What is the chance of obtaining a birth weight of 141 oz or heavier when sampling birth records at random? What is the chance of obtaining a birth weight of 120 or lighter?

a.

b.

Answer
a.

What is the chance of obtaining a birth weight of 141 oz or heavier when sampling birth records at random?
141  109 Z! ! 2.46 13

From the chart Z of 2.46 corresponds to a right tail (greater than) area of: P(Z2.46) = 1-(.9931)= .0069 or .69 %

Answer
b. What is the chance of obtaining a birth weight of 120 or lighter?
120  109 Z! ! .85 13

From the chart Z of .85 corresponds to a left tail area of: P(Z.85) = .8023= 80.23%

Are my data normal ?




Not all continuous random variables are normally distributed!! It is important to evaluate how well the data are approximated by a normal distribution, because many statistics (ttest, ANOVA, linear regression) assume that the outcome variable is normally distributed

Are my data normally distributed?


1. Look at the histogram! Does it appear bell shaped? 2. Compute descriptive summary measures are mean, median, and mode similar? 3. Do 2/3 of observations lie within 1 std dev of the mean? Do 95% of observations lie within 2 std dev of the mean? 4. Look at a normal probability plot is it approximately linear? 5. Run tests of normality (such as KolmogorovSmirnov). But, be cautious, highly influenced by sample size!

Example: Class coffee drinking (n=21)


Mean=8.1 ounces/day Std Dev=9.7 ounces/day Range: 0 to 32

Example: Class coffee drinking (n=21)


Means1 Std Dev= 8.1 s 9.7 = -1.6 to 17.8

-1.6

17.8

(covers 90% of observations)

Example: Class coffee drinking (n=21) Means2 Std Dev=


8.1 s 19.4 = -11.4 to 27.5 (covers 90% of observations)

-11.4

27.5

Normal Probability Plot


Clearly not a straight line!

KolmogorovSmirnov test agrees, not normal!

Example: Weekly homework hours (n=20)


Mean=17 Std Dev=10 Range: 2 to 40

Example: Homework (n=20)


Means1 Std Dev= 17 s 10 = 7 to 27 (covers 75% of observations)

27

Example: Homework (n=20)


Means2 Std Dev= 17 s 20 = -3 to 37 (covers 95% of observations)

Normal Probability Plot


Pretty close to a straight line!

KolmogorovSmirnov test agrees, looks normal!

Review Problem 10
Which of the following about the normal distribution is NOT true?
a. Theoretically, the mean, median, and mode are the same. b. About 2/3 of the observations fall within 1 standard deviation from the mean. c. It is a discrete probability distribution. d. Its parameters are the mean, Q , and standard deviation, W.

Review Problem 10
Which of the following about the normal distribution is NOT true?
a. Theoretically, the mean, median, and mode are the same. b. About 2/3 of the observations fall within 1 standard deviation from the mean. c. It is a discrete probability distribution. d. Its parameters are the mean, Q , and standard deviation, W.

Review Problem 11
For some positive value of Z, the probability that a standard normal variable is between 0 and Z is 0.3770. The value of Z is:
a. b. c. d. 0.18. 0.81. 1.16 1.47.

Review Problem 11
For some positive value of Z, the probability that a standard normal variable is between 0 and Z is 0.3770. The value of Z is:
a. b. c. d. 0.18. 0.81. 1.16 1.47.

Review Problem 12
The probability that a standard normal variable Z is positive is ________.
a. b. c. d. 50% 100% 0% 95%

Review Problem 12
The probability that a standard normal variable Z is positive is ________.
a. b. c. d. 50% 100% 0% 95%

Review Problem 13
Suppose Z has a standard normal distribution with a mean of 0 and a standard deviation of 1. The probability that Z values are larger than __________ is 0.6985.
a. b. c. d. e. 1.0 0 -0.6 +0.6 -2.0

Review Problem 13
Suppose Z has a standard normal distribution with a mean of 0 and a standard deviation of 1. The probability that Z values are larger than __________ is 0.6985.
a. b. c. d. e. 1.0 0 -0.6 +0.6 -2.0

Homework
  

Problem Set 2 Continue reading textbook Journal article

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy