probability & statistical inference lecture 4

51
Probability & Statistical Inference Lecture 4 MSc in Computing (Data Analytics)

Upload: shelly

Post on 07-Feb-2016

35 views

Category:

Documents


0 download

DESCRIPTION

Probability & Statistical Inference Lecture 4. MSc in Computing (Data Analytics). Lecture Outline. Modern statistics uses a number of mathematical results to relate descriptive statistics and probability theory. These can be divided (roughly) under three headings: - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Probability & Statistical Inference Lecture  4

Probability & Statistical Inference Lecture 4

MSc in Computing (Data Analytics)

Page 2: Probability & Statistical Inference Lecture  4

Lecture Outline Modern statistics uses a number of mathematical results

to relate descriptive statistics and probability theory. These can be divided (roughly) under three headings: - Central Limit theorem (large samples)

- Maximum Likelihood Methods (large samples)- Small sample results

Although the mathematical details are quite different in each case – the end results and the reasoning used are almost identical.

We will look in detail at the Central Limit Theorem but without the higher mathematics.

If you can understand the working of the Central Limit Theorem – then you also get the essential understanding of the other methods as well.

Page 3: Probability & Statistical Inference Lecture  4

Sampling Theory – Statistical Models Central Limit Theorem (CLT) – A description

How many voters will give F.F. a first preference in the next general election?We have 2 different estimates 1. Researcher A (10 people) => 40%2. Researcher B (100 people) => 25%

How much 'better' is estimate B than estimate A ? Real Question: What makes a 'good' estimate ?

• unbiased• low variability • i.e. if the survey was repeated should get 'similar' answer

Page 4: Probability & Statistical Inference Lecture  4

Example Suppose an engineer wants to estimate the lifetime of a electronic

component.Þ using simple random sampling they select a sample and test. The sample

is taken so that the component lifetimes can be considered to be independent of each other.

Gods eye view: mean lifetime, µ= 4,900 hours σ = 3959 hours (you would never know this in practice however)

• This is the population

• Note: it is highly skewed and is NOT normal

• What would happen if we took repeated samples of the same size and calculated their means?

Page 5: Probability & Statistical Inference Lecture  4

Example Continued Experiment: take a sample of size 2 from this

population and get the mean of the sample

Repeat this 2,000 times

Now have 2,000 means - what would the histogram of all these means look like?

What would happen if you did the same experiment, but with samples of sizes 10, 20 and 30?

Page 6: Probability & Statistical Inference Lecture  4

Note that the histogram become more Normal as the sample size increases

Original Distribution

Distribution of the Sample Means varying the sample size

Page 7: Probability & Statistical Inference Lecture  4

Note the spread decreases with increasing sample size

Same result but plotted on same scale

Page 8: Probability & Statistical Inference Lecture  4

Central Limit Theorem What has happened?

As the sample sizes increased the shape of the histogram of means => normal

As the sample sizes increased the spread (standard deviation) between the sample means decreased

These histograms are pictures of The Sampling Distribution of the Mean

This phenomenon will happen in ALL cases

The proof of this is called the Central Limit Theorem (CLT)

The CLT involves some fairly non-trivial mathematics

Page 9: Probability & Statistical Inference Lecture  4

Central Limit Theorem Since bigger samples are more representative,

two means from samples of size=100 are more likely to be closer together than two means from samples of size=10

The larger the sample size is the more the sample means will tend to agree, so the standard deviation of the Sampling Distribution of the Mean will decrease

When the sample size is sufficiently large, the Sampling Distribution of the Mean will be Normally distributed

Page 10: Probability & Statistical Inference Lecture  4

Central Limit Theorem If a random sample is taken from a population,

where: Each member of the sample can be considered to be

independent of each other The are all members of the same population That population has a mean value μ and a standard

deviation σ

Then,A sample mean ( ) can be considered a random variable sampled from a probability distribution of possible sample means of the same size called the Sampling Distribution of the Mean.

___

X

Page 11: Probability & Statistical Inference Lecture  4

Definition: Central Limit Theorem continued… The sampling distribution of the mean has a average value =

(the population mean).

The sampling distribution of the mean has a standard deviation =

Where σ is the population standard deviation, and n is the sample size taken.

This value is called the standard error of the mean.

The Sampling Distribution of the Mean will be a Normal distribution if the sample size is large.

n

Page 12: Probability & Statistical Inference Lecture  4

CLT - Summary

When the sample size is sufficiently large, the Sampling Distribution of the Mean will be

normally distributed

with a mean = ,

and a standard deviation (i.e. standard error) = n

Page 13: Probability & Statistical Inference Lecture  4

From the simulation above;For a sample size of 2, the standard error of the mean should be = 3959 / √2 = 2,799

Mean from 2,000 samples

Standard Deviation predicted by CLT

Actual Standard Deviation

Population 4,900 3959

Size = 2 5,017 2,799 2,805

Size = 10 4,899 1,251 1,232

Size = 20 4,915 885 871

Size = 30 4,934 722 732

Page 14: Probability & Statistical Inference Lecture  4

Practical use for the CLT continued… This avoids the necessity of specifying a complete

statistical model for all the sampled data.

All we have to do is specify a probability model for the sample mean.

For any sample mean, calculated from a large independent random sample taken from ANY population with a mean μ and standard deviation σ, we know from the CLT, that this sample mean is a random variable from a Normal distribution with a mean = μ and a standard deviation = n

Page 15: Probability & Statistical Inference Lecture  4

Practical use for the CLT continued… Take a single sample and calculate

This is an estimate of μ – the true (but unknown) population mean.

But, how good is this estimate?

We assume that is not exactly , but is somewhere near - but how near is it likely to be?

___

X

___

X

Page 16: Probability & Statistical Inference Lecture  4

Confidence Intervals Intoduction We would like to make probability

statements as to how close is likely to be to .

If sample size is sufficiently large – then the estimate can be considered as:

Þ a random variable from a Normal distribution,

Þ so probability statements are possible.

This is how we use the CLT in practical data analysis.

___

X

___

X

Page 17: Probability & Statistical Inference Lecture  4

For a Normal distribution, we know that 95% of values will be within 1.96 Standard deviations of

So, given one estimate we can say that this estimate is within 1.96 standard errors of the actual population mean , with 95% confidence95% in

shaded area

• We can turn this knowledge on its head: given

we can be 95% confident that the true mean is within 1.96 standard errors of it.

Page 18: Probability & Statistical Inference Lecture  4

Confidence Interval From this we can specify a range of values within which

we are 95% confident that the population mean () lies This is called a confidence interval 95% Confidence Interval for a population mean (from large enough sample):

Remarkably, this result holds for samples of size 30 or more. So, a large sample in this context, is a sample of 30 or more.

n

96.1x

error standard96.1x__

__

Page 19: Probability & Statistical Inference Lecture  4

So, we would say that the average lifetime of all components (μ) is between 4,456 and 7,290 hours with 95% confidence

Example

One sample of size 30 from the electronic components yields a sample mean = 5,873 hours .We know = 3,959 so a 95% confidence interval would be;

7290 to44561417587330

395996.1587396.1x

error standard96.1x__

__

n

Page 20: Probability & Statistical Inference Lecture  4

Confidence Intervals Why is this any good?

Before: one estimate, = 5,873 but no idea of how good or bad it was, i.e. how close to μ is was likely to be.

Now: 95% confident that μ is between 4,456 and 7,290 hours.

So, using CLT ~> Confidence Intervals ~> able to get an estimate with certain level of confidence that can be justified,

i.e. it gives us an objective measure of the actual amount of information contained in our sample about the likely location of μ.

Page 21: Probability & Statistical Inference Lecture  4

General Confidence Interval for μ (σ known) The general formula is:

Where: • is between a value between 0-1, • (1-)×100% is the confidence level you want • Z1-/2 is a value from the Normal distribution

table.• Example: for a 95% CI, = 0.05

Þ (1-)×100% = 95%Þ Z1-/2 = 1.96

nzx

2/1

__

-1CI

Page 22: Probability & Statistical Inference Lecture  4

Problem with σ All of the above assumes that the population standard

deviation (i.e. ) is known.

In practice this is not known (just like ).

=> So, we need to estimate as well as => we get this estimate from the standard deviation of the sample

Sample Standard Deviation is called ‘s’

=> Estimate by s, When sample size is large

2

1

n

xxs

Page 23: Probability & Statistical Inference Lecture  4

Confidence Level α/2 Z1-/2

90% 0.05 (5%) 1.6449

95% 0.025 (2.5%) 1.96

99% 0.005 (0.5%) 2.5758

99.9% 0.0005 (0.05%) 4.4172

Z-Values The value of Z1-/2 for other % confidence

intervals are given in standard tables.

Page 24: Probability & Statistical Inference Lecture  4

Confidence Level

Z1-/2 CI

90% 1.6449 4681 to 7065

95% 1.96 4456 to 7290

99% 2.5758 4011 to 7735

99.9% 4.4172 2679 to 9067

Example Using these we get the following results for the

electronic component example:

Note as gets smaller the CI gets wider

Also, at the same time as n gets bigger the CI narrows – So big samples leads to more precise estimates (i.e. narrower confidence intervals)

Page 25: Probability & Statistical Inference Lecture  4

What CI’s and sample sizes should I use?• You can’t control s – it is inherent in the data

(population).

• You can’t control x-bar either.

• You can control Z1-/2 but in practice scientific convention sets this to reflect 90%, 95% or 99% confidence, with 95% being the accepted default.

• You can choose n – but resources may limit you.

• There is a whole topic called sample size determination which you may want to review before collecting data or starting research

Page 26: Probability & Statistical Inference Lecture  4

Assumptions for hypothesis testing about μ (large sample) and Calculation of CIs Sample size 30 or greater

Experimental units are independent or each other

Experimental units were randomly sampled

The independence assumption requires that value of the variable for one experimental unit should not tell us anything about the value of another.e.g. in the rats experiment – different and unrelated rats should be used – not 1 rat tested 100 times.

Randomness is required to avoid systematic bias in selection.

Page 27: Probability & Statistical Inference Lecture  4

Exercise Complete Exercise 1 & 2

Page 28: Probability & Statistical Inference Lecture  4

Calculation of CIs for small samples What about small samples?

In the case of CIs about a mean we can use the Student-t distribution.

The process turns of to be very similar – but the CLT no longer works

Page 29: Probability & Statistical Inference Lecture  4

History of the Student t test William Gosset used the publishing pseudonym

‘Student’. He derived the correct sampling distribution for the mean of samples < 30 – and called it the ‘t distribution’.

In his honour, it is often called the ‘Student t’ distribution.

Gosset was a chief brewer for Guinness.

The mathematical details are complicated, but, it turns out that we perform exactly the same calculations as before, with the one change that the t distribution instead of the normal distribution is used.

Page 30: Probability & Statistical Inference Lecture  4

Assumptions Student t’s result only referred to a mean

where the distribution of the population was normally distributed with some mean μ and finite standard deviation σ.

This is in contrast to the CLT for large samples that required no such assumption about normality.

The t-test also requires the assumption regarding independence in the sample.

Page 31: Probability & Statistical Inference Lecture  4

Statistical Model for mean from small samples The experimental units are independently sampled

from a population with mean=μ and standard deviation = σ

The population is normally distributed (we don’t need this with large samples)

So, to use the t-test for a small sample, you need to establish that data is sampled from a population that is normally distributed – you could look at the histogram of the sample and see if it is symmetric and bell shaped – or use other methods.

Page 32: Probability & Statistical Inference Lecture  4

If Assumptions met:

The statistic:

Can be shown to be distributed according to a (student) t-distribution.

The t-distribution has one parameter, called ‘degrees of freedom’ (df).

The t - Statistic

nst

___

X

Page 33: Probability & Statistical Inference Lecture  4

The t-Distribution The t-distribution itself is bell shaped and symmetric

– just like the normal distribution but is ‘flatter’.

There are many t distributions – one for each sample size.

The rule used is: for a sample of size n – use the t distribution with degrees of freedom = n−1Example: if the sample size is 15, then use a t distribution with degrees of freedom 15 − 1=14.

Note the degrees of freedom often abbreviated to df.

Page 34: Probability & Statistical Inference Lecture  4

-4 -2 0 2 4

0.0

0.1

0.2

0.3

0.4

Normal(0,1)t(df=4t(df=1)

The t probability density function with k degrees of freedom:

2/)1(2 1/

1

2

2/1)(

kkxkk

kxf

The t-Distribution

Page 35: Probability & Statistical Inference Lecture  4

General Confidence Interval for μ (small Samples) The general formula is:

Where (1-) 100% is the confidence level you want andt(n-1, /2) is a value from the t distribution with df=n-1, and

with a specified level.

What is t(n−1, 1−/2)?

A value from the t distribution with n−1 df such that 100(1 − )% of values lie within that range around the

mean.

n

stx n )1,2/1(

__

-1CI

Page 36: Probability & Statistical Inference Lecture  4

How do you find t(n−1, 1−/2)? from a table specifically designed to give it

to you or use a computer

Note: as gets smaller then CI gets wider as df gets smaller then CI gets wider

Confidence Level /2 t(df=1) t(df=10) t(df=30)

90% 0.05 (5%) 6.314 1.812 1.697

95% 0.025 (2.5%) 12.71 2.228 2.042

99% 0.005 (0.5%) 63.66 3.169 2.750

99.9% 0.0005 (0.05%) 636.6 4.587 3.646

Page 37: Probability & Statistical Inference Lecture  4

Example Internal temperature of autoclaved aerated

concrete used in building. An engineer recorded the following data:

23.01, 22.22, 22.04, 22.62, 22.59 95% CI for the population mean?

)97.22,03.22(4696.05.225

3793.0776.25.22

CI )1,2/(

__

-1

n

stx n

Page 38: Probability & Statistical Inference Lecture  4

Exercise Answer Questions 3-6

Page 39: Probability & Statistical Inference Lecture  4

Confidence Intervals for Proportions (Large Samples) Proportions (including %) are often a statistic of

interest

Think of the proportion of defective items on a production line, the proportion of people who respond favourably to a survey question, to proportion of success versus failures in some experiment

Proportions are also covered by the CLT - remember that a proportion is a different kind of average

Page 40: Probability & Statistical Inference Lecture  4

Confidence Intervals for Proportions (Large Samples) Take a sample of size n of electronic

components coming off a production line, a test each one for defects. The statistic of interest is the proportion of defectives produced by the production process.

The estimated proportion from the sample is,

where (p-hat) is the symbol used for the estimated proportion from the sample

size) sample totaln(the

Sample thein s Defectiveof Noˆ p

Page 41: Probability & Statistical Inference Lecture  4

Confidence Intervals for Proportions (Large Samples) If the sample size is sufficiently large and

we repeat the experiment a large number of times, then: The sampling distribution of the proportion

will be normally distributed by the CLT The mean of this distribution will be p - i.e.

the 'true' population proportion The standard deviation of the sampling

distribution of the proportion, called the standard error of the proportion is estimated by

n

)ˆ1(ˆ proportion of S.E

pp

Page 42: Probability & Statistical Inference Lecture  4

Example: A pharmaceutical company produces 400,000

capsules per day of a particular drug. They test 200 of the capsules for defects (too much/little active compound). If the population p = 0.05, and they take 10,000 repeated samples this is the histogram they would get

Page 43: Probability & Statistical Inference Lecture  4

Sample Size How big does the sample have to be for the

CLT to work with proportions? The rule is different than the rule for means.

Do the following test. A rule of thumb: the sample size is big enough

if1. np > 5 and2. n(1-p) > 5

Page 44: Probability & Statistical Inference Lecture  4

General Confidence Interval Formula for a Population Proportion (large Sample)

where = the confidence level and Z1-/2 = a value from the standard normal distribution such that 100(1-)% of values of a standard normal distribution lie within that range around the mean

So the Z1-/2 values used for a population proportion are the same as those used for a population mean

n

ppzpCI

)ˆ1(ˆˆ 2/1

Page 45: Probability & Statistical Inference Lecture  4

Example How many voters will give F.F. a first preference in

the next general election ? There are 2 different estimates Researcher A (10 people) => 40% Researcher B (100 people) => 25%

How much 'better' is estimate B than estimate A ? Step one: Can we use the formula for large

numbers1. Researcher A: np = 10 * 0.4 = 4 => 4 is not greater than

5 therefore you cannot used the large number method2. Researcher B: np = 100 * 0.25 = 25

n(1-p) = 100 * (1-0 .25) = 75 both figures are greater than 5 therefore you can used the large number method

Page 46: Probability & Statistical Inference Lecture  4

Example Continued Researcher B - 95% Confidence Interval

So, the 95% CI is 17% to 33%.

0.33 to0.17

08.025.0

04.096.125.0100

75.025.096.125.0

)ˆ1(ˆˆ

95

95

95

95

2/1

CI

CI

CI

CI

n

ppzpCI

Page 47: Probability & Statistical Inference Lecture  4

Example Continued NB: If fact we can get a 95% CI for researcher A's

findings using small sample theory (exact CI) - this is available in SAS and other software:

Exact CI’s are often based on direct use of probability models.

The method is based directly on calculations for the binomial distribution (see lecture 3)

What do we have to do? Using the CLT, we found, that the 95% CI was

composed of the set of values for the mean, such that an hypothesis test would not reject the null hypotheses for any of those values in the set using the α = 0.05 level.

Page 48: Probability & Statistical Inference Lecture  4

Using SAS we can calculate a 95% CI for Researcher A: CI 95% for Researcher A = 12% to 74% which is too wide to be informative anyway!

If we use the same technique for researcher B we get: CI95 for Researcher B = 17% to 35% Which is virtually the same as before using the

CLT.

Page 49: Probability & Statistical Inference Lecture  4

Exact CI and tests for population proportions These work for small samples as well as large

samples

With large sample will give essentially the same results as CLT

Must be used for small samples, however

Based on the binomial probability distribution.

Page 50: Probability & Statistical Inference Lecture  4

Difference between Exact and CLT based methods When sample sizes are ‘large’ they will give

the same results – but exact tests can be very hard to compute even with modern PCs

When sample sizes are small exact methods must be used

The CIs from small samples tend to be very wide – there is no short cut from collecting as much high quality data as you can manage.

Page 51: Probability & Statistical Inference Lecture  4

Exercise Answer Question 7-9