Statistics 201 Exam 1 Study Guide (Chapter 1-6)

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 8:04 PM on 9/19/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

What are Statistics (noun)?

numbers, values, data, calculations made from data

2
New cards

What are Statistics (verb)?

a way of reasoning, a collection of tools and methods, designed to help us understand the world

3
New cards

What are Data?

Data can be numbers, characters, images, or other labels

Data are useless without their context

4
New cards

Data in a context

When the data are organized, given labels, and put into a context, the data gain meaning

5
New cards

Population

Entire group a researcher wants to study (impractical or impossible)

6
New cards

Sample

Used to make inferences about the population

7
New cards

Representative

The sample should accurately mirror key characteristics of a larger group (population)

8
New cards

Randomness

A tool to help select a representative sample from a population

9
New cards

The “W’s” to provide context of the data

-Who (essential)

-What (essential)

-When

-Where

-Why (if possible)

-How

10
New cards

Categorical (or qualitative) variable

Possible values are given by short descriptors

-Gender (male/female), eye color (blue/brown), zip codes

-Can encode as numbers (e.g. female=1, male=2)

11
New cards

Special designations of Categorical Variables

Ordinal data - categorical data with an inherent order (e.g., ranks in military, freshman/sophomore/junior/senior)

Identifier data - categorical data with a unique value for each observation (Social Security Number, FedEx Tracking Number, ISBN)

12
New cards

Quantitative Variable

Possible values must be numbers, usually with units

-Income ($), height (inches), weight (pounds)

-Ratio of forearm length to hand length (unitless)

-Common business analytics quantitative variables are profit, net increase, tax rate, days in inventory, price

13
New cards

Simulation

Mimics reality by using random numbers to represent outcomes of real events

14
New cards

Types of Univariate Categorical Displays

-Frequency and Relative Frequency Table

-Bar Chart

-Pareto Chart

-Pie Chart

-Ring Chart

15
New cards

Frequency Tables

-The name of each category, and

-the number of observations in each category

16
New cards

Relative Frequency Tables

Similar to frequency tables, but gives the percentages instead of counts for each category

17
New cards

Bar Chart

Displays the frequency or relative frequency of each category

-All bars must have the same width

-Good for a general audience

18
New cards

Pie Chart

Presents each category as a slice of a circle so that each slice has a size that is proportional to the whole in each category

19
New cards

Ring (or donut) Chart

Presents each category as a partition of a ring that is proportional in area to the value of each category

20
New cards

Pareto Chart

A bar chart with the bars put in order from the most frequently occurring category on the left to the least frequently occurring category on the right

21
New cards

Types of Univariate Quantitative Displays

-Histograms

-Stem and Leaf Plots

-Dotplots

22
New cards

Histrogram

Plots quantitative data by using bins to sort the data points

-When all data are sorted, the histogram visualized the distribution of the quantitative data

23
New cards

Stem-and-Leaf Displays

Show the distribution of a quantitative variable, like histograms do, while preserving the individual values

-The shape of a stem-and-leaf plot is exactly the same as a histogram, except it is in a vertical format

24
New cards

Dotplots

Displays dots to describe the shape of the distribution

25
New cards

When describing a distribution, what three things always need to be told about?

-Shape

-Center

-Spread

26
New cards

Shape

  1. Does the histogram have a single, central hump, or several separated humps? (one peak = unimodal, two peaks = bimodal, more than two = multimodal) ALSO: Uniform histogram has close to the same frequency and is nearly flat

  2. Is the histogram symmetric? (can you fold the histogram along a vertical line through the middle and have the edges match closely) ALSO: Skewed left or Skewed right based on tails)

  3. Do any unusual features stick out? (stragglers or outliers that stand off away, gaps in the distribution)


27
New cards

Center

-The median is the value with exactly half the data values below it and half above it (outliers have no impact on the median because it is based on the position)

-When we have symmetric data, there is an alternative to the median: the average or mean (mean feels like the center because it is the point where the histogram balances)

28
New cards

Mean or Median?

-The median is resistant to values that are extraordinarily large or small, but the mean is not


Which measure of center should you use?

-If the histogram is symmetric and there are no outliers, use the mean

-If the histogram is skewed or with outliers, use the median

29
New cards

Spread

-Are the data near the center or are they spread out? Is the highest value much higher than the lowest value?
-Ways to find: Range, Percentiles, Quartiles, IQR, Standard Deviation

30
New cards

Range

The difference between the maximum and minimum values of the data

-A disadvantage of the range is that a single extreme value can make it very large and thus, not representative of the data overall

31
New cards

Percentiles

Divide the data into percentages with reference to a particular direction

-The nth percentile is the data value such that n percent of the data lies below that value

32
New cards

Quartiles

Divide the data into four equal sections

-One quarter (25%) of the data lies below the lower quartile, Q1

-Three quarters (75%) of the data lies below the upper quartile, Q3

33
New cards

Interquartile Range (IQR)

Let’s us ignore extreme data values and concentrate on the middle of the data

-The difference between the quartiles is the interquartile range (IQR), so

IQR = Q3 - Q1

Thus, the IQR represents the middle 50% of the data

34
New cards

Standard Deviation

A more powerful measure of spread than the IQR which takes into account how far each data value is from the mean

-A deviation is the distance that a data value is from the mean

-The variance is found by summing the squared deviations and averaging them

35
New cards

Types of Bivariate Categorical Data Displays

-Contingency Tables

-Side by Side Pie Charts

-Segmented Bar Charts

-Mosaic Plot

36
New cards

Contingency Table

Allows us to look at two categorical variables together

-Each cell of the table gives the count for a combination of values of the two variables

-Each frequency distribution is called a marginal distribution of its respective variable

37
New cards

Conditional Distributions

Shows the distribution of one variable for just the individuals who satisfy some condition on another variable

38
New cards

Independence

-When the distribution of one variable is the same for all categories of another, we define these variables as independent

-If the distribution of one variable is different from the categories of another, we define these variables as having an association

39
New cards

Segmented Bar Chart

Displays the same information as side by side pie charts, but in the form of bars instead of circles

40
New cards

Mosaic Plot

Has bar widths proportional to the frequencies in the category on the horizontal axis

41
New cards

5-number Summary

Provides a useful overview about a quantitative variable

-Maximum value

-Q3: Third quartile (75th Percentile)

-Median

-Q1: First quartile (25th Percentile)

-Minimum value

42
New cards

Boxplots

A graphical visualization of a quantitative variable

-They are constructed from a 5-number summary

43
New cards

What is a Z-Score

z tells us how many standard deviations the value y is away from the mean

44
New cards

If you convert an entire data set into z-scores:

This is known as standardizing the data

-The z-scores are unitless numbers

-This shifts the mean to 0, and rescales the standard deviation to 1


Shifting and rescaling a data set does not change the shape of the distribution

-This applies to converting data into z-scores, or converting data from one unit of measure to another

45
New cards

Normal Model

The 96-95-99.7 Rule


Normal models are appropriate for distributions whose shapes are unimodal and symmetric

46
New cards

When is a z-score Big?

Remember when we standardized, the mean shifts to 0 and standard deviation shift to 1:
-The N(0,1) model is called the Standard Normal Model (or the Standard Normal Distribution)

47
New cards

Things to Look For in Scatterplots

-Direction (positive, negative, or neither?)

-Form (Approximately a straight line, or something else?)

-Strength (Strong or Weak relationship?)

-Unusual features (Outliers, Clusters or Subgroups)

48
New cards

Roles for Variables

Response Variable (y): The variable of interest. It is what we want to predict.

Explanatory or Predictor Variable (x): The variable that we use to provide information or a prediction of the response variable.

49
New cards

Correlation Conditions

The correlation coefficient {r}


Before you use correlation, you must check several conditions:

-Quantitative Variables Condition

-Straight Enough Condition

-No Outliers Condition