Exploring Data

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:27 AM on 8/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

2 ways to explore data

summarising

  • tabular or numerically (descriptive statistics)

displaying

  • graphically (boxplots, histograms, bar charts, scatterplots)

2
New cards

frequency table

describes data by showing the number of objects / events for each data category

3
New cards

contingency tables

two-way or multi-way frequency tables to summerise the relationship between 2 or more categorical variables

4
New cards

descriptive statistics includes

measures of central tendency

  • mean, median, mode

measures of dispersion

  • range, quartiles, variance, standard deviation

5
New cards

mean

average

x

adding all numbers in a set of values and dividing by total number of cases

6
New cards

median

middle value in an ordered set of values

useful to know when extreme values are present to find midpoint

7
New cards

mode

value that occurs most frequently

can have more than one mode in a dataset

no mode when all items occur the same number of times

8
New cards

range

the difference between the largest and smallest observations in the dataset

9
New cards

quartiles

three points that divide the data into 4 groups

Q1- lower quartile or 25th percentile

Q2 - sample median or 50th percentile

Q3- upper quartile or 75th percentile

10
New cards

interquartile range

IQR = Q3 - Q1

11
New cards

5-number summary

5 values (minimum, Q1, Q2, Q3, maximum) provide a numerical summary of a set of data called the 5 number summary

12
New cards

variance and SD

these related measures give the idea of variability by calculating the extent to which each observation deviates from the mean

13
New cards

SD calculation

the standard deviation is the square root of the variance and is most used when reporting results

14
New cards

how is variance calculated

the difference between each data point and the mean is calculated, but the average of all the deviations cannot be used since negative values will cancel out the positive ones

hence, the differences are squared, then summed up and divided by the number of cases to obtain the variance

15
New cards

variance

how spread out a set of numbers is from its average value (the mean)

small variance means data points are close to the mean

large variance means the numbers are spread far apart

16
New cards

SD

measures data variability around the mean of a sample of the population

17
New cards

SE

Indicates the indicates the precision of the estimated mean of a population

always smaller than the SD

18
New cards

boxplot

knowt flashcard image
19
New cards

normal distribution

symmetrical around midpoint

bell shaped (histogram)

required for accurate stats representation

20
New cards

histogram

knowt flashcard image
21
New cards

scatterplot

useful for examining relationship between 2 continuous variables

22
New cards

bar chart

used for categorical variables

height = size of group

23
New cards

scatterplot relationships

linear

strong (clustered points) or weak (scattered points)

positive (increase y and x axis) or negative