1. Core Statistics & Probability

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

What is the mean in statistics?

The mean is the arithmetic average of a dataset, calculated by summing all data points and dividing by the total number of observations.

2
New cards

How is the mean sensitive to outliers?

A few extreme values can skew the mean significantly.

3
New cards

What is the median?

The median is the middle value of a sorted dataset or the average of the two middle values if the dataset has an even number of observations.

4
New cards

Why is the median a better measure of central tendency in skewed distributions?

The median is robust to outliers and is less influenced by extreme values.

5
New cards

What does mode represent in a dataset?

The mode is the value that appears most frequently in a dataset.

6
New cards

In what scenarios is the mode particularly useful?

The mode is useful for categorical data where mean and median may not make sense.

7
New cards

What does variance measure?

Variance measures the average squared deviation from the mean, quantifying the spread or dispersion in the dataset.

8
New cards

What does a high variance indicate?

High variance indicates that data points are spread out widely around the mean.

9
New cards

What is the standard deviation?

Standard deviation is the square root of variance, which puts it back in the same unit as the original data.

10
New cards

In a normal distribution, what percentage of values lie within ±1 standard deviation from the mean?

Approximately 68% of values lie within ±1 standard deviation from the mean.

11
New cards

What is the Central Limit Theorem (CLT)?

The CLT states that as sample size grows, the sampling distribution of the sample mean approaches a normal distribution, regardless of the population's original distribution.

12
New cards

What does the Law of Large Numbers state?

The LLN states that as the number of trials or observations increases, the sample average will converge to the population mean.

13
New cards

What distinguishes Bayesian statistics from Frequentist statistics?

In Bayesian statistics, parameters are treated as random variables and are updated based on observed data, while in Frequentist statistics, parameters are fixed and data is random.

14
New cards

What is Maximum Likelihood Estimation (MLE)?

MLE is a method of estimating model parameters by finding values that maximize the likelihood function.

15
New cards

What is a confidence interval?

A confidence interval gives a range of plausible values for an unknown population parameter based on sample data.

16
New cards

What does a 95% confidence interval imply?

If the process is repeated many times, approximately 95% of those intervals would contain the true parameter value.

17
New cards

What is the purpose of hypothesis testing?

Hypothesis testing evaluates competing claims using observed data.

18
New cards

What does a t-test compare?

A t-test compares means between two groups.

19
New cards

What does the p-value indicate?

The p-value indicates how extreme the observed result is if the null hypothesis were true.

20
New cards

What is the difference between correlation and causation?

Correlation measures the degree to which two variables move together, but does not imply that one causes the other.

21
New cards

What is covariance?

Covariance measures joint variability between two variables but is scale-dependent.

22
New cards

How does correlation differ from covariance?

Correlation standardizes covariance, producing values between -1 and 1, making it easier to interpret strength and direction of relationships.

23
New cards

What is bootstrapping?

Bootstrapping is resampling with replacement to estimate the sampling distribution of a statistic.

24
New cards

What is stratified sampling?

Stratified sampling involves dividing the population into subgroups and sampling proportionally to improve estimate accuracy.

25
New cards

What is systematic sampling?

Systematic sampling involves selecting every nth member from a list of the population.

26
New cards

What is cluster sampling?

Cluster sampling involves dividing the population into clusters and randomly selecting entire clusters to sample.