STAT 250 GMU EXAM 1

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

1/56

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.

57 Terms

1
New cards

Distribution

Any collection of data will have variation within the data.

2
New cards

Three main components of NUMERICAL distribution

Shape (symmetric, skewed left/right, modes)
Center (typical value)
Variability (horizontal spread)

3
New cards

Two steps when you examine distribution

visualize the data, then summarize the data.

4
New cards

Dotplots Advantages & Disadvantages (2 each)

Advantages
-Shows individual data values
-Helps investigate the shape of the distribution

Disadvantages
-Not as common as histograms and other graphs
-Not great for data with too many individual values

5
New cards

Statistics

the science of collecting, organizing, summarizing, and analyzing data to answer questions and/or draw conclusions.


in short- the science of learning from data

6
New cards

Process of statistics (four steps)

1. Identify the research objective
2. Collect the information needed
3. Organize & summarize the information (descriptive statistics)
4. Draw conclusions from the information (inferential statistics)

7
New cards

Variation

differences or changes in an item

8
New cards

Data

Observations gathered to draw conclusions

9
New cards

Data Analysis

the process of examining collected data to look for patterns or numerical indicators that capture the essence of what the data is telling us.

10
New cards

Population

-Collection of all data values that ever will occur for a group
-Often difficult to obtain all of this information

11
New cards

Sample

-A subset of the population
-Represents the population at large
-Easier to obtain this information

12
New cards

Categorical Variable/Data

-Describes a quality or class
-Can be numbers, but no arithmetic possible

13
New cards

Numerical Variable/Data

Describes a quantity or measurement

14
New cards

Stacked Data

-Data values stored in a spreadsheet format
-Each row contains data for a single individual
-Can store many variables!

15
New cards

Unstacked Data

-Data values are stored in two columns
-Each column is a variable from a different group
-Can only store data for two variables
-Info in a row does NOT correspond to the same individual

16
New cards

Two-Way Tables

-Very common way to organize data
-Displays results from two potentially related variables
-Shows combinations of the various variables

17
New cards

Controlled Experiment

-Researchers assign subjects to a treatment group
-Can show causality

18
New cards

Observational Experiment

Subjects placed into different groups by choice or someone else

19
New cards

Confounding Variable

A variable that has not been accounted for but which is causing a difference in the groups being studied.

20
New cards

Right Skewed Data

knowt flashcard image
21
New cards

Three types of Mounds:

Unimodal, Bimodal, Multimodal

22
New cards

Outliers

Data values that don't fit the pattern of the rest of the data

23
New cards

Center

The typical data value

24
New cards

Pareto chart

A Bar Chart whose bars are drawn in decreasing order of frequency or relative frequency.

25
New cards

2 main components of categorical distribution

-Mode (typical/ most frequent outcome)
-Variability (or diversity in outcomes)

26
New cards

Appropriate graphs for Numerical data

-Dotplot
-Histogram
-Stemplot

27
New cards

Appropriate graphs for Categorical data

-Pie chart
-Bar graph

28
New cards

Parameters (Notation)

Descriptive measures of populations

(Often (but not always) written using Greek letters)

29
New cards

Statistics (Notation)

Descriptive measures of samples

(Often written using Roman letters)

30
New cards

Summation Notation (formula)

knowt flashcard image
31
New cards

Population Mean (formula)

knowt flashcard image
32
New cards

Sample Mean (formula)

knowt flashcard image
33
New cards

Standard Deviation (formula)

knowt flashcard image
34
New cards

Standard Deviation (definition)

A number that measures how far away the typical observation is from the mean (center)

s = 0 only when all observations have the same value and there is no spread.

35
New cards

Variance (formula)

knowt flashcard image
36
New cards

The Empirical Rule

a rough guideline for the approximate percentage of data within 1 to 3 standard deviations of the mean in unimodal, symmetric distributions.

Guidelines:
-68% of the data is within 1 standard deviation.
-95% of the data is within 2 standard deviations.
-Almost all(99.7%) of the data is within 3 standard deviations.

mean +/- standard deviation


example:
About 68% of the cities will have smog levels between 8.1 and 13.3 (10.7 ± SD). (SD=2.6)

37
New cards

Z-Scores

Standard units used to compare any distribution in relation to spread.
aka
Measures how many standard deviations an observed data value is from the mean.

Needed because we can only compare standard deviations when the means are similar.

38
New cards

Z-Scores (formula)

tip: x-mean= distance from mean

<p>tip: x-mean= distance from mean</p>
39
New cards

Appropriate measures of center & spread for SKEWED distributions

Center- Median
Spread- Interquartile Range

(The median is not affected by outliers and its value doess not respond strongly to changes in a few observations (no matter how large))

40
New cards

Appropriate measures of center & spread for SYMMETRIC distributions

Center- Mean
Spread- Standard Deviation

41
New cards

Range

difference between the largest and smallest values.

42
New cards

Quartile

Divides the distribution into fourths. Each quartile contains 25% of the data.

-The first quartile Q1 has 25% of the data below it
-Q2 has 50% of the data below it
-The third quartile Q3 has 75% of the data below it.
-Q2 is also known as the median

43
New cards

How to find quartiles

Order the data (smallest to largest) and find the median.

For Q1, look at the lower half of the data values, those to the left of the median location; find the median of this lower half.

For Q3, look at the upper half of the data values, those to the right of the median location; find the median of this upper half.

44
New cards

Interquartile Range (IQR)

The range of the middle 50% of the data.

Formula: Q3-Q1

45
New cards

General rule for finding outliers

Find the fences ("cutoffs" ) for usual data values:

Lower fence = Q1 - 1.5 (IQR)
Upper fence = Q3 + 1.5 (IQR)

Values more extreme than the fences are outliers!

46
New cards

Boxplot

-Help us visualize certain summary statistics.
-Show where the bulk of the data lie.
-The box is drawn from Q1 to Q3 with a line for the median inside the box.
-Whiskers are drawn to the most extreme values within the fences (extreme values that are not outliers).
-Potential outliers are marked with an asterisk.

-CAUTION! Boxplots work best for unimodal distributions

47
New cards

Five Number Summary

The key summary statistics that boxplots reveal are known as the five number summary:

Minimum, Q1, Median, Q3, Maximum

48
New cards

Bivariate data

Each individual in the sample provides two variable values. Objective is to discover a relationship (or lack thereof) between the variables.

To consider the relationship between two quantitative variables.
-Start with a graph (scatterplot)
-Look for an overall pattern and deviations from the pattern
-Use numerical descriptions of the data and overall pattern (if appropriate)
-Consider a mathematical model (regression)

49
New cards

response variable

measures or records an
outcome of a study.

-(Also: y, dependent variable, predicted variable)

50
New cards

explanatory variable

explains changes in
the response variable.

-(Also: x, independent variable, predictor variable)

51
New cards

Scatterplot

a graph displaying the
relationship between two quantitative variables
measured on the same set of individuals.

Generally, the response variable corresponds to the y-axis, and the explanatory variable corresponds to the x-axis.

52
New cards

Correlation Coefficient

A number that measures the strength of a
linear relationship
• Symbol: r
• Always between -1 and +1

Changing the order of the variables does not
change r. • Adding a constant or multiplying by a positive
constant does not affect r. • r is unitless.
• r is only useful to measure a linear trend -
always graph your data first before computing
r to make sure the association is linear!

53
New cards

Regression Line

-a straight line that describes how a response variable y changes as an explanatory variable x changes.
-We often use a regression line to predict the value of the response variable y for a given value of x
-The distinction between the explanatory and response variables is necessary.

54
New cards

Regression Line (formula)

y = a + bx, where
a is the y-intercept
b is the slope

55
New cards

Slope (Regression equation)

tells us how much the y-variable changes when the x-variable is increased by 1 unit.

A slope close to 0 means there is no linear relationship between x and y.

56
New cards

extrapolation

predictions beyond the range of the data.

57
New cards

Coefficient of Determination: r squared

The square of r, the correlation coefficient

• Usually converted to a percentage, so always between 0% and 100%
• Measures how much variation in the response
variable is explained by the explanatory variable
• The larger r2, the smaller the amount of variation or scatter about the regression line