{ "@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 3 Flashcards

(26 cards)

1
Q

What is the chi-square test used for?

A

To assess whether observed categorical frequencies differ from expected frequencies.

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

What are the assumptions of a chi-square test?

A

Expected frequencies > 5, independent observations, categorical data.

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

What is the chi-square statistic?

A

The sum of squared differences between observed and expected frequencies, divided by expected frequencies.

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

When would you use a chi-square test of independence?

A

To test if two categorical variables are associated.

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

What is ANOVA?

A

Analysis of variance, used to compare means across three or more groups.

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

What is the null hypothesis in ANOVA?

A

That all group means are equal.

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

What does a significant F-statistic in ANOVA suggest?

A

At least one group mean differs from the others.

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

What are assumptions of ANOVA?

A

Normality, homogeneity of variances, independent observations.

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

What is the multiple comparisons problem?

A

Testing many hypotheses increases the chance of false positives.

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

What is the Bonferroni correction?

A

A method to adjust p-values to reduce the chance of Type I errors in multiple testing.

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

What is linear regression?

A

A model that describes the relationship between a dependent variable and one or more predictors.

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

What is the slope coefficient in linear regression?

A

It represents the expected change in the outcome for a one-unit change in the predictor.

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

What does the intercept mean in linear regression?

A

The expected value of the outcome when all predictors are zero.

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

What is R-squared?

A

The proportion of variance in the outcome explained by the model.

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

What are the assumptions of linear regression?

A

Linearity, independence, homoscedasticity, normality of residuals.

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

What is logistic regression?

A

A model used to predict the probability of a binary outcome.

17
Q

What is an odds ratio?

A

The ratio of the odds of an event occurring in one group to another.

18
Q

Why can’t we use linear regression for binary outcomes?

A

Because it can predict probabilities outside the [0, 1] range.

19
Q

What is bootstrapping?

A

A resampling method that draws repeated samples from the data with replacement.

20
Q

What is permutation testing?

A

A method that shuffles data labels to test the null hypothesis without assumptions.

21
Q

Why use bootstrapping?

A

To estimate confidence intervals and standard errors when the theoretical distribution is unknown.

22
Q

What is a Monte Carlo simulation?

A

A technique using repeated random sampling to model uncertainty in a process.

23
Q

When is simulation useful?

A

When analytical solutions are hard or when exploring complex systems.

24
Q

What is the Shapiro-Wilk test?

A

A test for normality of a distribution.

25
What is Levene’s test used for?
To assess equality of variances across groups.
26
Why check assumptions before hypothesis testing?
Violations may invalidate the test results.