Statistics 371: Midterm 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/34

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.

35 Terms

1
New cards

What is a population parameter?

A fixed, usually unknown number describing the population (e.g., μ, σ, p).

2
New cards

What is a statistic?

A value computed from sample data (e.g., X̄, s, P̂) used to estimate a parameter.

3
New cards

Estimator vs estimate?

Estimator = formula (X̄); Estimate = computed value (x̄ = 27.4).

4
New cards

Meaning of iid?

Independent and identically distributed observations.

5
New cards

Define a sampling distribution.

Distribution of a statistic (such as X̄ or P̂) over all possible samples of size n.

6
New cards

If population is Normal, what is X̄’s distribution?

X̄ ~ N(μ, σ/√n) for any n.

7
New cards

If population not Normal?

By CLT, X̄ ≈ N(μ, σ/√n) when n ≥ 30.

8
New cards

Parameters of sampling distribution of X̄?

Mean = μ; SD = σ/√n (standard error).

9
New cards

Conditions for CLT to apply to X̄?

iid observations, finite σ, n large (≥ 30).

10
New cards

Define sample proportion P̂.

P̂ = X/n where X ~ Binomial(n, p).

11
New cards

Distribution of P̂ (large n)?

P̂ ≈ N(p, p(1−p)/n).

12
New cards

Check CLT for P̂?

np ≥ 10 and n(1−p) ≥ 10.

13
New cards

Standard error of P̂?

√[p(1−p)/n] (or use P̂ if p unknown).

14
New cards

What does CLT guarantee?

Sampling means and proportions ≈ Normal as n grows.

15
New cards

As n ↑, what happens to variability?

SE ↓ → more precise estimates.

16
New cards

Purpose of a confidence interval (CI)?

Estimate a population parameter with a range of plausible values.

17
New cards

General form of CI?

Point Estimate ± Margin of Error (E).

18
New cards

Margin of Error depends on?

Confidence level (z/t), sample size (n), and σ (or s).

19
New cards

Case 1 Formula?

X̄ ± zₐ/₂ (σ/√n)

20
New cards

When is case 1 valid?

Population not Normal but n large (CLT applies).

21
New cards

Case 2 Formula?

X̄ ± tₐ/₂, (n−1) (s/√n)

22
New cards

When is Case 2 valid?

Population ≈ Normal or n large.

23
New cards

T vs. Z shape difference?

t is bell-shaped with heavier tails; as df ↑, t → z.

24
New cards

Confidence ↑ → width?

wider. 

25
New cards

n ↑ → width?

narrower.

26
New cards

95% CI [64.7, 71.3] means what?

The procedure yields intervals capturing μ 95% of the time; we’re 95% confident this one does.

27
New cards

What are the five steps in hypothesis testing?

  1. State H₀ and Hₐ.

  2. Select significance level α

  3. Compute test statistic.

  4. Find p-value or critical region.

  5. Decide & interpret in context

28
New cards

Define Type I, Type II errors, and Power.

  • Type I (α): Reject H₀ when true.

  • Type II (β): Fail to reject H₀ when false.

  • Power = 1 − β = P(reject H₀ | Hₐ true)

29
New cards

How does sample size affect power?

Larger n → smaller SE → higher power to detect true differences

30
New cards

How does σ (variability) affect power?

Larger σ spreads the sampling distribution → lower power to detect the same effect

31
New cards

How are two-sided Z-tests and CIs related?

For a two-sided Z-test at α, H₀ is rejected iff μ₀ is outside the (1 − α) CI

32
New cards

What are the two-sample design types?

  • Independent samples: different subjects per group.

  • Paired (dependent): same or matched subjects measured twice

33
New cards

What is the goal of a two-sample test?

Compare population means μ₁ and μ₂; test H₀ : μ₁ = μ₂ ⇔ μ₁ − μ₂ = 0

34
New cards

What are the assumptions for an independent-sample t-test?

  1. Independence within and between groups.

  2. Approx Normality of each population.

  3. Equal variance for pooled test.

35
New cards

When to use Wilcoxon Rank-Sum test?

For two independent groups when n small and Normality fails; tests median difference, not mean