stats

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

1/32

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.

33 Terms

1
New cards

Individual

An object described in a dataset.

2
New cards

Variable

A characteristic of the individual.

3
New cards

Categorical variable

Places individuals into groups or categories.

4
New cards

Quantitative variable

Takes numerical values with mathematical meaning.

5
New cards

Discrete variable

Quantitative variable that represents counts.

6
New cards

Continuous variable

Quantitative variable that is measured on a scale.

7
New cards

Example of non-quantitative that looks quantitative

ZIP code (numerical-looking label).

8
New cards

Distribution

Describes values of a variable and how often they occur.

9
New cards

Frequency

Raw counts.

10
New cards

Relative frequency

Proportion or percent of the total.

11
New cards

Displays for categorical variables

Bar chart, pie chart, segmented bar chart.

12
New cards

Deceptive categorical displays

3D effects, unequal bar widths, distorted scales, missing labels, axis not starting at zero.

13
New cards

Displays for quantitative variables

Histogram, dotplot, stemplot, boxplot.

14
New cards

Information in all displays

Title, labels, units, scale, legend/key if needed.

15
New cards

Distribution shapes

Symmetric, skewed left, skewed right, uniform, bimodal, multimodal.

16
New cards

Describe a quantitative display (SOCS)

Shape, Center, Spread, Outliers.

17
New cards

Must use when comparing distributions

Comparative language (e.g., "more spread out than").

18
New cards

Stemplot requirement

A key explaining stems and leaves.

19
New cards

Measures of center

Mean (average), Median (middle), Mode (most frequent).

20
New cards

Median shortcut

add the two middle numbers divide by 2

21
New cards

Mean vs median in skewed distribution

Right skew: mean > median. Left skew: mean < median.

22
New cards

When to use mean vs median

Mean: symmetric with no outliers. Median: skewed or outliers present.

23
New cards

Measures of spread

Range (max-min), IQR (Q3-Q1), Variance, Standard Deviation.

24
New cards

IQR and % contained

IQR = Q3 - Q1; contains middle 50% of data.

25
New cards

Variance & standard deviation

Standard deviation = square root of variance.

26
New cards

Interpretation of standard deviation

Typical distance values fall from the mean.

27
New cards

5-number summary

Min, Q1, Median, Q3, Max.

28
New cards

Finding quartiles

Q1 = median of lower half; Q3 = median of upper half.

29
New cards

Outlier rule

Below Q1 - 1.5(IQR) or above Q3 + 1.5(IQR).

30
New cards

What boxplots don't show

Exact shape, mean, modality.

31
New cards

Percentile calculation

(Number of values below x / Total number of values) * 100

32
New cards

Cumulative relative frequency graph

Shows cumulative proportion/percent up to each class boundary.

33
New cards

Z-score formula

z score = value - mean / standard deviation.