MATH 2970: Exam 1 (Data Science)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:35 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

Four Phases of a Statistical Investigation

1) Posing a Question

2) Collecting Data

3) Analyzing Data

4) Interpreting Results

2
New cards

Posing a Question

Consider context questions and explaining variability (tolerant for a variety of answers)

3
New cards

Collecting Data

Consider sampling and measurement

4
New cards

Analyzing Data

Analyze attributes of data.

1) Center — Mean, Median, Mode

2) Dispersion — Range, IQR, MAD

3) Distribution Shape — Shape of Graph

4) Relationship (association) — How closely on variable changes the other (bivariate)

5
New cards

Interpreting Results

Answering questions through data

6
New cards

Why should teachers teach data science?

1) Getting to know your students

2) Every student participates regardless of ability

3) There is no right answer (answers can vary)

4) Data makes learning engaging and interesting

7
New cards

Statistical Questions

Questions in which data can be collected and responses involve data that can vary.

1) There needs to be a specific answer?

2) Is there more than one way to answer the question? (can’t be a fact)

8
New cards

Categorical Data

Nominal — no set order

Ordinal — set order (class/sibling rank or birth order)

9
New cards

Numerical Data

Discrete — Whole #s (integers too)

Continuous — Accurate to a place value (decimal/fraction)

10
New cards

Activities that provide data

Observational Study — gather data and take measurements on changes (observing patients)

Simulation — create a false situation, run scenarios, observe what happens

Survey — choose a subset of population and get input

Experimental Study — set up treatments (sometimes called a placebo) and have control groups

11
New cards

Valid

Means the population is being represented as accurately as possible

12
New cards

Reliable

Means the population data is consistent (repeatable with multiple measurements)

13
New cards

Population

Everyone is included. Ex: Census

Most accurate but never completely accurate because the population changes (DIFFICULT)

14
New cards

Sample

Subset of the population (Survey, Observation, Simulation, Experiment)

Depends on the bias, representation (validty), randomness, and sample size

15
New cards
<p>Picture Graph</p>

Picture Graph

Represents data with images or symbols for easier interpretation

16
New cards
<p>Bar Graph</p>

Bar Graph

Represents data from different categories for comparison

17
New cards
<p>Line Graph</p>

Line Graph

Shows changes and trends in data over continuous period of time

18
New cards

Dot Plot

Displays a distribution with “dots/points” above a number line to show distribution shape, center, and variability.

<p>Displays a distribution with <strong>“dots/points” above a number line</strong> to show distribution shape, center, and variability. </p>
19
New cards
<p>Histogram</p>

Histogram

Represents the distribution of a continuous variable by showing the data from least to greatest within intervals which are sometimes called “bins”. (Has connected bars)

Cut off ←

20
New cards
<p>Circle Graph</p>

Circle Graph

Show proportions of a whole, represented as percentages or fractions. (pie chart)

21
New cards
<p>Stem and Leaf </p>

Stem and Leaf

Displays a distribution of numeral data with the look of a bar graph

22
New cards
<p>Box Plot</p>

Box Plot

Shows distribution of a data set using the minimum, Q1, median, Q3, and the maximum. Shows the range and interquartile range and can help identify outliers.

23
New cards
<p>Frequency Table</p>

Frequency Table

Chart that organizes data so you know how often each value occurs. (Tally Chart)

24
New cards
<p>Scatter Plot</p>

Scatter Plot

Shows the relationship between two numerical variables using x and y axis to identify trends, outliers, and possible correlation.

Positive, Negative, or Weak relationship.

25
New cards
<p>Normal Bell</p>

Normal Bell

Doesn’t touch bottom (x-axis)

26
New cards
<p>Rectangular (Uniform)</p>

Rectangular (Uniform)

No change in data

27
New cards
<p>J-Shape</p>

J-Shape

Exponential Growth (keeps going)

28
New cards
<p>Reverse J-Shape</p>

Reverse J-Shape

Exponential Decay (keeps going)

29
New cards
<p>Right Skew</p>

Right Skew

Tail is on right

Outlier on right

30
New cards
<p>Left Skew </p>

Left Skew

Tail is on left

Outlier on left

31
New cards

Measures of Center

Mean, Median, and Mode

“Typical” means any type of measure of center.

32
New cards

Mean

Average.

Add them all up and divide by number of how many you have.

Do not use if skewed/have outliers. Means goes toward tail.

Relies on numerical data.

33
New cards

Median

Middle — order least to greatest.

Use median in skewed data — more accurate measure of spread for it.

Relies on numerical data.

34
New cards

Mode

Most - # that appears the most.

Often occuring.

Only one that can be used in categorical data.

35
New cards

Measure of Dispersion

Measure of how spread out data is in a numerical set.

“Varies” means any types of dispersion or deviation.

36
New cards

Low Dispersion

Data points cluster tightly around the center.

Predictable, consistent data.

Important: Food and Behavior

37
New cards

High Dispersion

Data points are scattered far from the center.

Volatile, unpredictable data.

Important: Identifying high or low level academic or behaviors

38
New cards

Range

Highest - Lowest

39
New cards

Interquartile Range

Box Plots — Q3 - Q1

Don’t worry about outliers here.

40
New cards

Mean Absolute Deviation

MAD. Mean and the absolute value of how far it is from each value, added all up, and divided by total numbers of numbers.

Don’t use when there’s outliers.

How far the values are from the mean, on average.

41
New cards

X Axis Variable

Input, independent, or predictor variable

42
New cards

Y Axis Variable

Output , dependent, or response variable

43
New cards

Least Squares Line

When relationship is linear in a scatter plot, it can be described with a Graphed Straight Line: Line of Best Fit, Best-Fit Line, Trend Line, Regression Line, or Least Squares Line.

Dots distributed evenly on both sides of the line.

Used to determine relationship: positive (as one variable increases, the other variable also increases), negative (as one variable increased, the other variable decreases), weak or none (there is no clear direction to the points, they appear randomly placed)

44
New cards

Correlation

A measure of how strongly 2 variables move together, showing a pattern, also called an association.

45
New cards

Coefficient of Determination

r

measures the strength and direction of a linear relationship between two quantitative variables.

WEAK: 0 to 0.25

MODERATE: 0.25 to 0.70

STRONG: r > 0.70

46
New cards

Probability

Likelihood that something will happen

Ranges from 0 (no chance) and 1 (the event will definitely happen)

favorable outcomes/ total outcomes = probability

to compute a probability of something not happening, you can subtract the probability from 1

47
New cards

Calculating the outcomes of a lottery without replacement

For example: Power Ball — to win the person’s ticket must match all 5 white balls (1 to 69) and the red powerball (1 to 26).

69 × 68 × 67 × 66 × 65 × 26 = 3.5 × 10^10

1 / 3.5 × 10^10 is the probability of winning powerball jackpot.

Nobody can buy 35 billion tickets — not enough time or money.

Number of people who buy tickets does not change the probability of winning.

48
New cards

Interpreting Percentiles

A ___ percentile means that ___ percentage of the observation are equal or less .

Ex:

Your kid is in the 65th percentile which means they scored better than 65% of the kids who took it.

80th percentile of standardized test, they scored as well or better than 80% of the students who took the same exam.

Percentiles are ordinal — they show rank and compare.

49
New cards

Interpreting Mean and MAD

On average, ___ is ___.

The data values are ___ units away from the mean, on average.