{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Stats Part 2 Flashcards

(27 cards)

1
Q

What is a confidence interval?

A

A range of values that likely contains the population parameter.

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

What does a 95% confidence interval mean?

A

If we took many samples, 95% of the resulting intervals would contain the true parameter.

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

What affects the width of a confidence interval?

A

Sample size, variability, and confidence level.

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

How does sample size affect a confidence interval?

A

Larger sample sizes make the interval narrower.

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

What is the margin of error?

A

The maximum expected difference between the estimate and the true value.

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

What is a null hypothesis?

A

A statement that there is no effect or difference.

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

What is an alternative hypothesis?

A

A statement that there is an effect or difference.

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

What is a test statistic?

A

A value calculated from sample data to assess evidence against the null hypothesis.

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

What is a p-value?

A

The probability of observing data as extreme or more extreme if the null hypothesis is true.

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

What is the decision rule for a p-value?

A

Reject the null if p < alpha (e.g. 0.05).

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

What is a Type I error?

A

Rejecting the null hypothesis when it is actually true (false positive).

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

What is a Type II error?

A

Failing to reject the null hypothesis when it is false (false negative).

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

What is statistical power?

A

The probability of correctly rejecting the null hypothesis when the alternative is true.

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

What affects statistical power?

A

Sample size, effect size, variability, and significance level.

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

How are Type I and Type II errors related?

A

Reducing one usually increases the other unless sample size is increased.

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

What is a one-sample t-test?

A

A test to compare the sample mean to a known population mean.

17
Q

When is a t-test used instead of a z-test?

A

When the population standard deviation is unknown and the sample size is small.

18
Q

What are assumptions of a t-test?

A

Normality of data, random sampling, independent observations.

19
Q

What is a two-sample t-test?

A

A test to compare the means of two independent groups.

20
Q

What is a paired t-test?

A

A test to compare means from the same group at different times or under two conditions.

21
Q

When do you use a Welch’s t-test?

A

When comparing two groups with unequal variances.

22
Q

What is an effect size?

A

A measure of the strength or magnitude of a relationship or difference.

23
Q

What is Cohen’s d?

A

A standardized effect size for comparing two means.

24
Q

Why is effect size important?

A

It shows the practical significance of a result, not just statistical significance.

25
What is a non-parametric test?
A test that makes fewer assumptions about the data distribution.
26
What is the Mann-Whitney U test?
A test to compare two independent groups without assuming normality.
27
When would you use a non-parametric test?
When data is ordinal, skewed, or has outliers.