Data Science Quiz 1 (9/8)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Univariate

Single variable

2
New cards

Mean

Average

3
New cards

Mode

Most popular data point

4
New cards

Median

Order data, find the value in the middle

5
New cards

SD

Is a measure of spread. Calculate the mean, take difference of each point vs the mean, divide by total number of elements.

6
New cards

IQR

Difference between 75th and 25th percentile.

7
New cards

Bivariate

Two variables

8
New cards

Scatter plots

Bivariate. Used when both variables are numerical. It places one variable on the x-axis and the other on the y-axis to spot trends

9
New cards

Correlation coefficients

A number from -1 to 1 that shows the strength and direction of a link between two numbers

10
New cards

Cross tab

A data table that shows the relationship between two or more categorical variables by grouping data into intersecting rows and columns

11
New cards

Multivariate

3+ variables. Examples include 3-way descriptive, partial correlation, matrix plots, and conditional subsets.

12
New cards

Categorical variables

A data type that assigns each observation or individual to one of a limited, fixed number of distinct groups or categories

13
New cards

Nominal variables

A type of categorical variable. Categories with no inherent order or ranking (e.g., eye color, car brand, or gender).

14
New cards

Ordinal variables.

A type of categorical variable. Categories that have a meaningful order or sequence, but the exact distance between values cannot be measured (e.g., survey ratings like "poor, average, excellent" or military ranks).

15
New cards

Numerical variables

A characteristic that represents a measurable quantity or amount using numbers

16
New cards

Discrete variables

Type of numerical variable. Whole numbers resulting from counting (e.g., number of pets, siblings, or goals scored).

17
New cards

Continuous variables

Type of numerical variable. Any value within a range resulting from measurement (e.g., height, weight, or temperature)

18
New cards

Dichotomous variable

A type of categorical variable that can take on exactly two possible values or categories. Examples: pass or fail, yes or no.

19
New cards

Inferential statistics

Use a smaller sample to make predictions, test hypotheses, or generalize conclusions about a larger population

20
New cards

Descriptive statistics

Summarize and describe the features of a specific dataset

21
New cards

Positive correlation

Both variables move in the same direction; as one increases, the other increases too (e.g., height and weight).

22
New cards

Negative correlation

Variables move in opposite directions; as one increases, the other decreases (e.g., exercise frequency and body weight).

23
New cards

Zero or No Correlation

There is no relationship or pattern between the variables (e.g., eye color and blood type)

24
New cards

pwcorr

a Stata command used to compute and display a matrix of pairwise  correlation coefficients using pairwise deletion for missing values

25
New cards

STATA

A statistical software package used by researchers for data manipulation, visualization, statistics, and automated reporting

26
New cards

R vs r squares

R measures the strength and direction of a linear relationship between two variables, can be positive or negative telling you if the values increase together or move in opposite directions. Shows how well two variables move together in a straight line. It ranges from -1 to 1.

R-squared (the coefficient of determination) measures the percentage of variation in the dependent variable that is explained by a model. Doesn’t show direction. Shows how much of the scatter or variance in your data is accounted for by your regression line or model. It ranges from 0 to 1, or 0 to 100%.

27
New cards

Bar graph

For categorical data. This graph compares separate categories. Have spaces between the bars to show that categories are independent

28
New cards

Histogram

For numerical data. Shows how continuous numerical data is spread out

29
New cards

Pie chart

Used to display categorical data (qualitative data) that represents parts of a whole