Topic 7 Statistical Tests Flashcards

1
Q

True/False
The level of significance is denoted by 1−α.

A

False — that’s the level of confidence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What distribution is used for confidence intervals on variance?

A

Chi-squared distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The hypothesis stating “no change” is known as the ________.

A

Null hypothesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True/False
Accepting the null hypothesis means the hypothesis is definitely true.

A

False — it means we do not have enough evidence to reject it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is a valid alternative hypothesis?
a) H1: µB = µA
b) H1: µB < µA
c) H1: µB ≥ µA
d) H1: µB ± µA

A

b) H1: µB < µA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the test statistic for population B?

A

T = (X_B − μ_B) / (σ / √n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When is a one-sided test used instead of a two-sided test?

A

When prior knowledge or interest is only in one direction of change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the critical region in a statistical test?

A

The range of values for which the null hypothesis is rejected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the critical regions for the two and one-sided tests?

A

Two-sided test critical region: |Z| > z_{α/2}
One-sided test critical region: Z > z_α

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a p-value?

A

The probability of observing a test statistic as extreme or more extreme than the observed value under the null hypothesis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you calculate the p-value for one-sided test?

A

One-sided: p = P(T > t₀) = 1 − Φ(t₀)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Type I error?

A

Rejecting the null hypothesis when it is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True/False
Type I error is denoted by α.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Type II error?

A

Accepting the null hypothesis when it is false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The power of the test is defined as 1 − _____.

A

β

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In symmetric testing, what do we assume about the samples?
a) Same size
b) One known mean
c) Equal importance
d) Same distribution

A

c) Equal importance

17
Q

If σ is known in both populations, the test statistic follows a ________ distribution.

18
Q

Formula for when sigmaA and sigmaB is known?

A

Z = [(X_A − X_B) − (μ_A − μ_B)] / √[(σ_A² / n_A) + (σ_B² / n_B)]

19
Q

What is the formula for when variances are unknown but are equal?

A

T = (X_A − X_B) / [S_p * √(1/n_A + 1/n_B)] ∼ t(n_A + n_B − 2)

where
S_p² = [(n_A − 1) * S_A² + (n_B − 1) * S_B²] / (n_A + n_B − 2)

20
Q

What is a goodness-of-fit test used for?

A

To determine whether a sample fits a specified distribution.

21
Q

In a χ² test, what does
k represent?

A

The number of estimated parameters in the distribution (e.g. 2 for Normal).

22
Q

What is the formula for Chi-squared goodness of Fit test?

A

Cₙ = ∑ from i=1 to l of ((Oᵢ − Eᵢ)² / Eᵢ)
Cₙ ∼ χ²(l − 1 − k)

23
Q

True/False
You should avoid bins with expected frequencies below 5 in χ² tests.

24
Q

For the Chi-sqaured test what is the critical region?

A

Cₙ > χ²_{l−1−k, 1−α}

25
Q

What is the KS test used for?

A

Comparing empirical CDF with theoretical CDF to test goodness-of-fit.

26
Q

What does the two-sample KS test check?

A

Whether two samples come from the same population without assuming a specific distribution.

27
Q

What is the formula for two-sample KS test?

A

D_{m,n} = supₓ |Fₘ(x) − Fₙ(x)|

√(mn / (m + n)) · D_{m,n} → tabulated