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

(22 cards)

1
Q

What is Bayesian inference?

A

A method of updating beliefs about a parameter using Bayes’ theorem.

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

What is a prior distribution?

A

The probability distribution representing beliefs before observing data.

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

What is a posterior distribution?

A

The updated belief distribution after seeing the data.

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

What is a credible interval?

A

The Bayesian equivalent of a confidence interval — a range with a specified probability of containing the parameter.

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

How is Bayesian inference different from frequentist inference?

A

Bayesian uses prior beliefs and updates them; frequentist relies solely on sample data.

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

What is the Poisson distribution used for?

A

Modeling the number of events in a fixed interval of time or space.

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

What is the exponential distribution?

A

A continuous distribution describing time between Poisson events.

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

What is the uniform distribution?

A

A distribution where all outcomes are equally likely.

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

What is the t-distribution?

A

A bell-shaped distribution used instead of normal when sample sizes are small.

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

What is the chi-square distribution?

A

A distribution of squared standard normal variables, used in variance-related tests.

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

What is the mean?

A

The arithmetic average of a set of values.

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

What is the median?

A

The middle value of a sorted dataset.

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

What is the mode?

A

The most frequently occurring value in a dataset.

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

What is variance?

A

The average of squared deviations from the mean.

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

What is standard deviation?

A

The square root of the variance.

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

What is a z-score?

A

A standardized value indicating how many standard deviations a data point is from the mean.

17
Q

How do you calculate a z-score?

A

Subtract the mean and divide by the standard deviation: z = (x - μ) / σ.

18
Q

What does a z-score of 0 mean?

A

The value is equal to the mean.

19
Q

Why is statistical significance not the same as practical significance?

A

A result can be statistically detectable but have minimal real-world impact.

20
Q

What is p-hacking?

A

Manipulating data or analyses to obtain statistically significant results.

21
Q

What is the replication crisis?

A

Widespread failure to reproduce results in scientific studies due to poor practices or chance findings.

22
Q

Why is it important to pre-register hypotheses?

A

To prevent cherry-picking results and ensure scientific integrity.