Confidence Intervals, Correlation, Regression & Normal Distribution

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering statistics concepts including confidence intervals, correlation, regression, normal distributions, sampling methods, and statistical tests.

Last updated 1:15 AM on 8/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Confidence Intervals

The radius/spread of data demonstrates the confidence that the true value of the population should sit within that range.

2
New cards

Margin of Error (MOR)

The amount the data could be off by.

3
New cards

The 95% Rule

A standard in data collection where you want to be 95% certain about the data; if data is more than 5% off, then you are not 95% confident.

4
New cards

Correlation

A description of how two things are related, determining if the relationship is positive or negative and strong or weak.

5
New cards

Regression

The process of using one set of data to predict another set of data, allowing for the investigation of causality.

6
New cards

Cause & Effect (Causation)

The principle that one thing is driving another, which is not proven by correlation alone.

7
New cards

Normal Distribution

A symmetrical, bell-shaped distribution in which most values cluster around the mean and frequency falls away steadily moving further from it in either direction.

8
New cards

Mean (μ\mu)

In a normal distribution, this value represents where the peak of the curve sits.

9
New cards

Standard Deviation (σ\sigma)

In a normal distribution, this value describes how wide or narrow the curve is.

10
New cards

Empirical Rule

A rule stating that in a normal distribution, 68% of values lie within ±1σ\pm 1\sigma, 95% lie within ±2σ\pm 2\sigma, and 99.7% lie within ±3σ\pm 3\sigma of the mean.

11
New cards

NORM.DIST(x, mean, standard_dec, cumulative)

An Excel formula that returns the probability that a normally distributed value falls at or below xx when cumulative is set to TRUE.

12
New cards

Population

The entire group of interest in a study, such as all students at a university.

13
New cards

Sample

The smaller group selected from a population that is actually studied.

14
New cards

Sampling

The process of picking a smaller group from a larger population to study and draw conclusions about the whole population.

15
New cards

Simple Random Sampling

A sampling method where every member of the population has an equal chance of being picked.

16
New cards

Systematic Sampling

A sampling method where every k-th person is picked after a random starting point.

17
New cards

Stratified Sampling

A sampling method where the population is divided into meaningful subgroups (strata) and then randomly sampled from each group.

18
New cards

Cluster Sampling

A sampling method where the population is divided into naturally occurring groups, several clusters are randomly chosen, and everyone within those clusters is surveyed.

19
New cards

Convenience Sampling

A sampling method where participants are selected based on who is easiest to reach; it is the fastest but most biased method.

20
New cards

Snowball Sampling

A sampling method where one participant refers another participant to grow the study group.

21
New cards

Judgmental (Purposive) Sampling

A sampling method where the researcher hand-picks participants believed to provide the most useful information.

22
New cards

Quota Sampling

A non-random sampling method where the researcher sets targets for certain characteristics and fills them using any convenient method.

23
New cards

Parametric Tests

Statistical tests that require numerical data and a normal distribution, such as t-tests or z-tests.

24
New cards

Independent t-test

A parametric test used to compare two independent means.

25
New cards

Pearson's r

A parametric test used for numerical linear correlation to determine the strength and direction of the relationship between two numerical variables.

26
New cards

Non-Parametric Tests

Statistical tests used when data is not normally distributed, such as the Sign test or Mann-Whitney.

27
New cards

Sign test

A non-parametric test for one median used when data is ordinal or numerical but not normally distributed.

28
New cards

Mann-Whitney

A non-parametric alternative to the independent t-test used to compare two independent groups when data is not normally distributed.

29
New cards

Chi-squared

A non-parametric test used to determine if there is an association between two categorical variables.

30
New cards

Spearman's r

A non-parametric correlation measure used for ordinal or skewed data to determine the strength and direction of the relationship between two variables.