Statistics Lecture 3 and 4 Review

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/17

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers essential statistics concepts from July 14th and 16th lectures (Lectures 3 and 4), including measures of central tendency, skewness, variability, Box Plots, Z-score conversions, and Standard Error.

Last updated 4:48 PM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Mean

The average of a set of observations, calculated using the formula M=XiNM = \frac{\sum X_i}{N}. For example, with observations 8,2,5,1,98, 2, 5, 1, 9, the result is M=5M = 5.

2
New cards

Central Tendency

A measure used to determine the center of a distribution, typically represented by the Mean, Median, or Mode.

3
New cards

Left/Negative Skew

A distribution where the relationship between central tendency measures is Mean<Median<Mode\text{Mean} < \text{Median} < \text{Mode}.

4
New cards

No Skew

A distribution where the Mean, Median, and Mode are all the same value.

5
New cards

Right/Positive Skew

A distribution where the relationship between central tendency measures is Mode<Median<Mean\text{Mode} < \text{Median} < \text{Mean}.

6
New cards

Variability

A numerical way of describing how widely spread out the observations are in a distribution, commonly measured by variance, standard deviation, and range.

7
New cards

Range

A measure of variability calculated as Range=XhighestXlowest\text{Range} = X_{\text{highest}} - X_{\text{lowest}}. Its limitation is that it cannot tell how much observations are clustered or spread out.

8
New cards

Inter-Quartile Range (IQR)

The distance between the 1st1^{\text{st}} (25th25^{\text{th}} percentile) and 3rd3^{\text{rd}} (75th75^{\text{th}} percentile) quartiles, covering the middle 50%50\% of observations.

9
New cards

Calculating the IQR

A four-step process: 1. find median; 2. find the median of the higher observations (3rd3^{\text{rd}} quartile); 3. find the median of the lower observations (1st1^{\text{st}} quartile); 4. subtract the 1st1^{\text{st}} quartile from the 3rd3^{\text{rd}} quartile.

10
New cards

Box Plots

A visualization of the median, 3rd3^{\text{rd}} quartile, 1st1^{\text{st}} quartile, and range (including outliers). The horizontal line represents the median, the top of the box is the 3rd3^{\text{rd}} quartile, the bottom is the 1st1^{\text{st}} quartile, and the whiskers represent the range.

11
New cards

Positive Skew in Box Plots

A box plot characteristic where the Median is low.

12
New cards

Negative Skew in Box Plots

A box plot characteristic where the Median is high.

13
New cards

Low Variability

Indicates that observations tend to be closer to the Mean.

14
New cards

High Variability

Indicates that observations tend to be far from the Mean.

15
New cards

Deviation Score

The difference between an individual observation and the mean, expressed as (XiM)(X_i - M).

16
New cards

Z-score Formula

A formula used to convert a raw score to a standard score: z=XMSDz = \frac{X - M}{SD}.

17
New cards

Converting Z-score to a New Score

The process of finding a raw score from a z-score using the calculation X=(z×SD)+MX = (z \times SD) + M. For example, if z=2.5z = 2.5, M=6.3M = 6.3, and SD=2.1SD = 2.1, then X=11.55X = 11.55.

18
New cards

Standard Error of the Mean

A statistical measure calculated using the formula sXˉ=sNs_{\bar{X}} = \frac{s}{\sqrt{N}}.