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

(29 cards)

1
Q

What is the difference between descriptive and inferential statistics?

A

Descriptive summarizes data; inferential draws conclusions about populations from samples.

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

What is a parameter in statistics?

A

A value that describes a characteristic of a population.

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

What is a statistic in statistics?

A

A value calculated from a sample to estimate a population parameter.

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

What is a population?

A

The complete group of individuals or items you want to study.

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

What is a sample?

A

A subset of a population used for analysis.

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

What is probability?

A

A measure of the likelihood of an event occurring.

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

What are the three main interpretations of probability?

A

Classical, frequentist, and subjective.

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

What is a random experiment?

A

A process that leads to one of several possible outcomes.

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

What is a sample space?

A

The set of all possible outcomes of an experiment.

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

What is a random variable?

A

A numerical quantity whose value depends on the outcome of a random experiment.

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

What is the addition rule of probability?

A

P(A or B) = P(A) + P(B) − P(A and B)

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

What is the multiplication rule of probability?

A

P(A and B) = P(A) × P(B|A)

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

What is conditional probability?

A

P(A|B) is the probability of A given that B has occurred.

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

What does it mean for two events to be independent?

A

The occurrence of one does not affect the probability of the other.

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

What does it mean for two events to be mutually exclusive?

A

They cannot happen at the same time.

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

What is Bayes’ Theorem?

A

A formula to update probabilities based on new evidence: P(A|B) = P(B|A)P(A)/P(B)

17
Q

What is a prior probability?

A

The initial estimate of a probability before seeing new data.

18
Q

What is a posterior probability?

A

The updated probability after taking new data into account.

19
Q

What is a likelihood in Bayes’ Theorem?

A

The probability of observing the data given a particular hypothesis.

20
Q

What is a probability distribution?

A

A function that describes the likelihood of different outcomes for a random variable.

21
Q

What is a discrete probability distribution?

A

A distribution for a variable that takes distinct, separate values.

22
Q

What is a continuous probability distribution?

A

A distribution for a variable that can take any value in a range.

23
Q

What is the binomial distribution used for?

A

Modeling the number of successes in a fixed number of independent trials.

24
Q

What is the normal distribution?

A

A bell-shaped, symmetric distribution defined by its mean and standard deviation.

25
What is the Central Limit Theorem?
It states that the sampling distribution of the sample mean approaches normality as sample size increases.
26
Why is the Central Limit Theorem important?
It allows us to make inferences about the population mean using normal methods.
27
What is a sampling distribution?
The distribution of a statistic (like the mean) over many random samples.
28
How does sample size affect the sampling distribution?
Larger samples lead to distributions closer to normal and with smaller spread.
29
What is the law of large numbers?
As sample size grows, the sample mean approaches the population mean.