STA 2023 Exam 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards

the sample proportion

p̂= x/n (#successes/total # in sample)

2
New cards

What are the assumptions of that must hold for the sampling distribution of the sample proportion to be normally distributed?

np≥15 AND n(1-p)≥15

3
New cards

If our assumptions are met, what is the mean of the sampling distribution of the sample proportion?

p (the population mean)

4
New cards

T/F: The sample proportion and sample mean are random variables.

True.

5
New cards

How can you distinguish question about the sampling distribution of the sample proportion from a question about the sampling distribution of the sample mean?

will often include the word "proportion," a percentage, and a deal with with categorical values

6
New cards

If you know you are dealing with a sampling distribution question and you see that the standard deviation is given, what can you assume?

You can assume that you are dealing with a question about the sampling distribution of the sample mean and NOT the sampling distribution of the sample proportion.

7
New cards

Describe the sampling distribution of the sample proportion, assuming np≥15 and n(1-p)≥15.

p̂~N(p, √(p(1-p)/n))

8
New cards

T/F: If np≤15 and n(1-p)≤15, you can add 2 successes and 2 failures to the approximate sampling distribution for the sample proportion.

FALSE. This "trick" ONLY works with confidence intervals. If np≤15 and n(1-p)≤15, you cannot work with the sampling distribution of the sample proportion because you cannot assume that it is normal.

9
New cards

The sample mean, which is the average of the observations in our sample.

10
New cards

What are the assumptions that must hold true for the sampling distribution of the sample mean to be normally distributed?

n≥30 or the original population was normally distributed

11
New cards

If the sampling distribution of the sample mean is normally distributed, what is its mean?

The population mean (μ)

12
New cards

Describe the sampling distribution of the sample mean, assuming n≥30 or the original population was normally distributed.

x̄~N(μ, σ/√n)

13
New cards

Central Limit Theorem

Even when the population's probability distribution is not bell shaped, the sampling distribution of the sample mean is bell-shaped when the same size is large enough (n≥30).

14
New cards

Population Distribution

The distribution for the overall population, which is based on parameters such as the population mean and the population standard deviation.

15
New cards

Data Distribution

The distribution of the data we collect in practice. We collect samples in order to create a data distribution so that we can estimate the population. The larger the sample size, the more the better the data distribution approximates the population distribution.

16
New cards

The data distribution looks more like the population distribution when the sample size is (low/high).

high

17
New cards

Sample means tend to cluster more around the population mean when the sample size is (low/high).

high

18
New cards

A _____ is a numerical summary of the data in a population, and a _____ is a numerical summary of the data in a sample.

parameter; statistic

19
New cards

Point Estimates

• Statistics that are used as "best guesses" for parameters

• Sample mean point estimate for population mean

• Sample stdev. estimate for population stdev.

• Sample proportion point estimate for population proportion

20
New cards

Interval Estimates

Describe a range over which we can reasonably confident that the population parameter lies.

21
New cards

Bias vs. Variability

Biased: sampling distribution not centered at the parameter of interest

Variability: sampling distribution has a large stderror and this highly spread out

22
New cards

Inferential Statistics

The branch of statistics that uses sample statistics to estimate population parameters.

23
New cards

Confidence Interval

Estimator ± Margin of Error

24
New cards

Estimator

x̄ (sample mean) to estimate μ (population mean)

p̂ (sample prop) to estimate p (population prop)

25
New cards

Confidence Interval for a Population Proportion

p̂ ± z(√p̂(1-p̂)/n)

26
New cards

Confidence Interval for a Population Mean

x̄ ± t(s/√n)

27
New cards

What is the margin of error in a confidence interval for a population proportion?

z(√p̂(1-p̂)/n)

28
New cards

What is the margin of error in a confidence interval for a population mean?

t(s/√n)

29
New cards

A sampling distribution is a probability distribution for a (parameter/statistic).

statistic

30
New cards

If our assumptions are met, what is the standard error of the sampling distribution of the sample proportion?

stderror= √(p(1-p)/n)

31
New cards

If the sampling distribution of the sample mean is normally distributed, what is its standard error?

stderror= σ/√n

32
New cards

What z-score is associated with a confidence level of 90%?

z=1.645

33
New cards

What z-score is associated with a confidence level of 95%?

z=1.96

34
New cards

What z-score is associated with a confidence level of 99%?

z=2.5786

35
New cards

T/F: If you are constructing a CI for a pop. prop. and you find that np≤15 or n(1-p)≤15, you can estimate the confidence interval by adding two successes and two failures.

True. This is the ONLY situation where this "trick" will work (does not work for CI for a pop. mean).

36
New cards

Student's t distribution

A distribution used to construct confidence intervals for the pop. mean when n is small and the pop. stdev. is unknown; similar to a normal dist. but wider and has fatter tails

37
New cards

Degrees of Freedom (df)

df= n-1

38
New cards

At large sample sizes, the t distribution...

approximates a normal dist., so we can use z-scores rather than t-scores

39
New cards

The t table gives you probabilities in the (left/right) tail of the distribution.

right

40
New cards

What are the three assumptions that must be met before we can construct a confidence interval for a population proportion?

1. The data comes from a simple random sample

2. np≥15

3. n(1-p)≥15

41
New cards

The margin of error for a CI _____ as the sample size INCREASES and _____ as the confidence level (CL) INCREASES.

decreases; increases

42
New cards

What are the assumptions that must be met before we can construct a confidence interval for a population mean?

1. The data comes from a simple random sample

2. n≥30 OR the original population distribution was normal

43
New cards

T/F: Confidence intervals for means are highly susceptible to the effects of outliers.

True. This is why it's a good idea to visualize the data using boxplots or dotplots if we are dealing with a small sample size. We have to ensure that there are no outliers or any other reason to think that the original population was not normally distributed.

44
New cards

T/F: Probability applies to statistics.

True.

45
New cards

T/F: Probability applies to parameters.

False. Probability applies to statistics, not parameters.

46
New cards

T/F: A 95% confidence interval suggests that, if we use it over and over again for various samples, we will make correct inferences 95% of the time in the long-run.

True.

47
New cards

T/F: Confidence intervals can be used to assess the probability of individual outcomes.

False. Confidence intervals are constructed to describe POPULATION means, not sample means or individual observations.

48
New cards

T/F: Confidence intervals can be used to assess the likelihood of getting a certain sample mean.

False. Confidence intervals are constructed to describe POPULATION means, not sample means or individual observations.

49
New cards

Minimum Sample Size to Achieve a Particular Confidence Level When Estimating a Population Proportion

n= z^2 • p̂(1-p̂)/m^2

50
New cards

Minimum Sample Size to Achieve a Particular Confidence Level When Estimating a Population Mean

n= (zs/m)^2

51
New cards

Suppose you are calculating the min. sample size for a study intended to estimate the pop. prop. and you have no idea what value you should use for the sample proportion. What value should you use?

p̂=0.5

52
New cards

When calculating the min. sample size needed for estimating a proportion or mean, you always round (down/up).

up

53
New cards

Significance Tests

With significance tests, we begin with a preconceived notion or a claim about the value of a parameter. We take a sample and use the results to determine whether the results support or do not support the claim.

54
New cards

What assumptions must be met when we are conducting a hypothesis test for a proportion?

1. We are dealing with a question about proportions, meaning we are working with categorical, yes/no data.

2. We have a simple random sample (SRS).

3. np0≥15 AND n(1-p0)≥15

55
New cards

H0

The null hypothesis, a statement that the parameter takes on a particular, assumed value.

56
New cards

Ha

The alternative hypothesis, a hypothesis that contradicts the null hypothesis in some way.

57
New cards

Test Statistic

z= (observed-#H0)/stderror

58
New cards

p0

The proportion assumed to be true in the null hypothesis

59
New cards

T/F: In hypothesis testing, H0 is always followed by an "equals" sign (=).

True.

60
New cards

T/F: In hypothesis testing, Ha is always followed by an "equals" sign (=).

False. In fact, it never is. The alternative hypothesis can be followed by <,>, or ≠

61
New cards

A hypothesis statement is a statement about a (statistic/parameter).

parameter

62
New cards

One-Sided Hypothesis Test

A hypothesis test in which the values for which we can reject the null (H0) are located entirely in one tail of the probability distribution.

The alternative hypothesis (Ha) has a < or > symbol.

63
New cards

Two-Sided Hypothesis Test

A hypothesis test in which the values for which we can reject the null (H0) are located entirely in both tails of the probability distribution.

The alternative hypothesis (Ha) has a ≠ symbol.

64
New cards

If the p-value is 0

very strong

65
New cards

If the p-value is 0.01

strong

66
New cards

If the p-value is 0.05

some

67
New cards

If the p-value is >0.1, we say that there is ______ evidence against the null hypothesis and for the alternate hypothesis.

no statistically significant

68
New cards

p-value

Represents the probability that the observed sample statistic value or an even more extreme sample statistic value would occur, assuming H0 is true.

69
New cards

What does a low p-value mean?

A low p-value means that it would be extremely unlikely for us to get the sample statistic we did if H0 were true. It is more likely that H0 is not true, so we should reject it in favor of the alternative hypothesis.

70
New cards

A (low/high) p-value means that there is evidence against H0 and for Ha.

low

71
New cards

T/F: If the p-value is high in a hypothesis test, we accept the null hypothesis.

False. We never accept the null hypothesis. We can only reject or fail to reject H0.

72
New cards

If the p-value ≤ α, we...

reject the H0 at α level of significance

73
New cards

If the p-value ≥ α, we...

fail to reject H0 at α level of significance

74
New cards

The result of a hypothesis test are significant when

p-value ≤ α

75
New cards

In hypothesis testing, what level of α corresponds with a 90% confidence level?

α= 0.10