Lecture 2: Samples and Populations

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

1/28

flashcard set

Earn XP

Description and Tags

Flashcards on Samples & Populations, covering definitions and concepts related to sampling methods, data distributions, and statistical measures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Dataset

A single sample of a broader population; we can rarely sample the whole population, leading to uncertainty in estimated parameters. Data samples can be systematically biased due to participant recruitment and data collection methods.

2
New cards

Normal Distribution

Simplifies many calculations in statistics, although not all data is normally distributed.

3
New cards

Standard Error of the Mean

Resampling to estimate variability; determines how precisely the population mean has been estimated from the sample.

4
New cards

Histogram

The sample distribution of our value of interest.

5
New cards

Population

The total set of everyone within a group that we want to test.

6
New cards

Sample

A selection from the population that we can test.

7
New cards

Random Sampling

Recruitment done completely by chance, participants selected at random from a list.

8
New cards

Systematic Sampling

Structured approach to selecting participants, such as every 5th participant from a list.

9
New cards

Opportunity/Convenience Sampling

Recruitment from people closest and/or most accessible to the experimenter.

10
New cards

Stratified Sampling

Recruitment aims to match key characteristics of the target population.

11
New cards

Cluster Sampling

Whole groups are recruited at once, can be combined with other methods.

12
New cards

Ecological Validity

Do the variables and conclusions of a study sufficiently reflect the real-world context of its population?

13
New cards

Normal Distribution

A distribution with convenient properties, summarized by the mean and standard deviation.

14
New cards

Standard Normal Distribution

A special case of the normal distribution in which the mean is zero and the standard deviation is one.

15
New cards

Shapiro-Wilk Test

An objective statistical test to check if data is normally distributed.

16
New cards

Interval Data

Data where the critical factor is whether the data has a meaningful mean and standard deviation.

17
New cards

Sample Mean

The sum of all the individual data points divided by the total number of data points.

18
New cards

Sample Standard Deviation

The square root of the sum of the squared difference between the sample mean and each individual data point divided by the total number of data points minus one.

19
New cards

Bessel’s Correction

Making the estimated standard deviation a bit bigger to account for bias.

20
New cards

Standard Error of the Mean (SEM)

The likely variability in our estimate of the population mean from a given data sample; the standard deviation of the sample divided by the square root of the total number of data points.

21
New cards

Confidence Intervals

Two values that define a range that has a 95% chance of containing the true mean.

22
New cards

Interquartile Range (IQR)

A measure of spread for distributions that are not normally distributed.

23
New cards

IQR Formula

IQR = Q3 - Q1, where Q1 is the first quartile (25th percentile) and Q3 is the third quartile (75th percentile).

24
New cards

Population Standard Deviation Formula

\sigma = \sqrt{\frac{\sum{i=1}^{N}(xi - \mu)^2}{N}}, measures the amount of variation or dispersion of a set of data values.

25
New cards

Sample Standard Deviation Formula

s = \sqrt{\frac{\sum{i=1}^{n}(xi - \bar{x})^2}{n-1}}, estimates the variability within a sample.

26
New cards

Z-Score

The number of standard deviations from the mean a data point is. It standardizes the values so you can compare across different normal distributions.

27
New cards

Z-Score Formula

Z = \frac{X - \mu}{\sigma}, where X is the data point, \mu is the population mean, and \sigma is the population standard deviation

28
New cards

T-Test

Used to determine if there is a statistically significant difference between the means of two independent groups.

29
New cards

T-Test

A statistical test that compares the means of two groups to assess if their differences are significant, typically under the assumption of normality.

<p>A statistical test that compares the means of two groups to assess if their differences are significant, typically under the assumption of normality. </p>