Intro to Data Analytics

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:19 PM on 7/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

126 Terms

1
New cards

Analytics Overview

Descriptive, predictive, and prescriptive analysis of what happened, what will happen, and what should be done, using data-driven metrics rather than pure inference

2
New cards

Descriptive Analysis

Analytics that summarizes and describes data through wrangling, summary measures, and visualizations without determining causation or next steps

3
New cards

Predictive Analysis

Analytics that uses statistical models to identify associations between variables and predict future outcomes or event likelihood

4
New cards

Prescriptive Analysis

Analytics that uses optimization and simulation algorithms to recommend a course of action among several possible options

5
New cards

Data Wrangling

The process of cleaning and organizing raw data as part of descriptive analysis

6
New cards

Unsupervised Data Mining

A descriptive analytics technique for finding patterns in data without predefined labels

7
New cards

Supervised Data Mining

A predictive analytics technique using labeled data, including regressions, to make predictions

8
New cards

Business Forecasting

A predictive analytics technique for estimating future business outcomes such as sales

9
New cards

Risk and Simulation

A prescriptive analytics technique for modeling uncertainty and exploring possible outcomes

10
New cards

Optimization

A prescriptive analytics technique for selecting the best course of action given constraints

11
New cards

COUNT (Excel)

Excel function that counts only cells containing numerical values

12
New cards

COUNTA (Excel)

Excel function that counts all non-blank cells, numeric or not

13
New cards

COUNTBLANK (Excel)

Excel function that counts empty cells

14
New cards

COUNTIF (Excel)

Excel function that counts cells meeting a specific condition

15
New cards

COUNTIFS (Excel)

Excel function that counts cells meeting one or more conditions

16
New cards

PERCENTILE.INC (Excel)

Excel function used to find quartiles in a dataset using the full range and a percent value

17
New cards

AVERAGE (Excel)

Excel function that finds the mean by adding values and dividing by count

18
New cards

MEDIAN (Excel)

Excel function that finds the exact middle value in a sorted list

19
New cards

STDEV.S (Excel)

Excel function for standard deviation of a sample

20
New cards

STDEV.P (Excel)

Excel function for standard deviation of an entire population

21
New cards

VAR.S (Excel)

Excel function for variance of a sample

22
New cards

VAR.P (Excel)

Excel function for variance of an entire population

23
New cards

AVEDEV (Excel)

Excel function for average (mean absolute) deviation

24
New cards

CORREL (Excel)

Excel function that measures the strength and direction of a linear relationship between two variables on a scale of -1 to 1

25
New cards

YEARFRAC (Excel)

Excel function that calculates the fraction of a year between two dates

26
New cards

Coefficient of Correlation

A measure from -1 to 1 where the sign indicates direction and the magnitude indicates strength of a linear relationship

27
New cards

Strong Negative Correlation

Correlation coefficient between -0.70 and -1.00

28
New cards

Moderate Negative Correlation

Correlation coefficient between -0.30 and -0.69

29
New cards

Weak Negative Correlation

Correlation coefficient between -0.01 and -0.29

30
New cards

No Correlation

Correlation coefficient of 0.00

31
New cards

Empirical Rule

Also called the 68-95-99.7 rule, describing how data distributes within 1, 2, and 3 standard deviations of the mean in a bell-shaped distribution

32
New cards

68-95-99.7 Rule Detail

68% of data falls within 1 SD, 95% within 2 SD, and 99.7% within 3 SD of the mean for a normal distribution

33
New cards

Outlier Rule (Z-score)

A data point is considered an outlier if its z-score falls outside the range of -3 to +3

34
New cards

Mean Absolute Deviation (Sample)

The average of the absolute differences between each value and the sample mean, calculated by taking the difference, its absolute value, then the mean

35
New cards

Interquartile Range (IQR)

A measure of dispersion equal to Q3 minus Q1, representing the range of the middle 50% of data, used to reduce the impact of outliers

36
New cards

Variance vs Standard Deviation

Variance squares the differences from the mean instead of using absolute value

37
New cards

Data Quality

The completeness and correctness of a dataset, checked by looking for missing observations through counting and sorting

38
New cards

Counting and Sorting

Data inspection technique used to verify a dataset is complete, check for missing or wrong values, and confirm the range makes sense

39
New cards

Nominal Data

Categorical data where observations are grouped by label only, with no meaningful order or mathematical operation possible

40
New cards

Ordinal Data

Categorical data with a stronger level of measurement than nominal, where categories follow a meaningful order (e.g., star ratings) but differences between ranks aren't precisely measurable

41
New cards

Interval Data

Numerical data with meaningful, equal differences between values but no true zero, e.g., temperature in Celsius/Fahrenheit, IQ, SAT scores

42
New cards

Ratio Data

Numerical data with a true zero, meaning zero indicates the complete absence of the measured quantity, and negative numbers are not possible

43
New cards

Levels of Measurement Hierarchy

Nominal, then Ordinal, then Interval, then Ratio, with each level allowing more mathematical operations than the last

44
New cards

True Zero

A zero value that means the complete absence of the quantity being measured, present in ratio data but not interval data

45
New cards

Cross Sectional Data

Data recording a characteristic of many subjects at the same point in time

46
New cards

Time Series Data

Data collected over different periods of time (hourly, daily, weekly, annual) focusing on certain people, groups, events, or objects

47
New cards

Unstructured Data

Data that does not fit into defined rows/columns or database structures, such as text or multimedia

48
New cards

Structured Human-Generated Data

Human-created data with defined structure, such as prices, income, or retail sales

49
New cards

Structured Machine-Generated Data

Machine-created data with defined structure, such as sensor data, speed cameras, or web server logs

50
New cards

Unstructured Human-Generated Data

Human-created data without defined structure, such as email, text, or social media

51
New cards

Unstructured Machine-Generated Data

Machine-created data without defined structure, such as satellite images or video data

52
New cards

Big Data (3 V's)

Big data characterized by Volume (amount), Velocity (speed of arrival), and Variety (number of kinds of data)

53
New cards

Histogram

A chart visualizing the frequency distribution of one numerical variable, with bar height representing frequency and no gaps between bars

54
New cards

Bar Chart

A chart used to visualize a categorical variable's frequency distribution

55
New cards

Contingency Table

A table displaying the frequency distribution of two categorical (qualitative or grouping) variables

56
New cards

Stacked Column Chart

A chart displaying the relationship between two categorical variables and one continuous numerical variable

57
New cards

Scatterplot

A chart visualizing the relationship between two numerical variables by plotting points on a Cartesian coordinate system

58
New cards

Relative Frequency

Frequency of a category divided by total number of observations, expressed as a single value or percentage for one category

59
New cards

Relative Frequency Distribution

A complete chart showing the relative frequencies for all categories, not just one

60
New cards

Response Variable

The primary outcome a study aims to measure, explain, or predict

61
New cards

Deterministic Relationship

A relationship where the response variable's value is uniquely determined by predictor variables with no other influencing factors

62
New cards

Stochastic Relationship

A relationship containing randomness or uncertainty, represented as Y = f(X) + epsilon

63
New cards

Y = f(X) + epsilon

Regression model equation where Y is the response variable, f(X) is what the model explains, and epsilon is everything the model misses

64
New cards

Sample Space (S)

The set of all possible outcomes of an experiment, denoted S

65
New cards

Event (Probability)

Any subset of outcomes from a sample space

66
New cards

Exhaustive Events

All possible outcomes of an experiment collectively

67
New cards

Mutually Exclusive Events

Occurrences that cannot happen at the same time

68
New cards

Conditional Probability P(A|B)

The probability of event A occurring given that event B has occurred

69
New cards

Joint Probability P(A∩B)

The probability of both events A and B occurring together

70
New cards

Statistic (Sampling)

A variable whose value depends on the sample drawn

71
New cards

Estimator

A statistic used to estimate a population parameter

72
New cards

Estimate

A particular value produced by an estimator

73
New cards

Sampling Distribution

The probability distribution of a statistic (like the sample mean) derived from all possible samples of a given size

74
New cards

Mean of the Sampling Distribution

The average of all possible sample means, which equals the true population mean

75
New cards

Confidence Interval Formula

CI = x-bar plus or minus z* times (sigma divided by the square root of n)

76
New cards

SQL SELECT Clause

The SQL keyword used to specify which variable names/columns to retrieve

77
New cards

SQL FROM Clause

The SQL keyword used to specify which table(s) to retrieve data from

78
New cards

SQL WHERE Clause

The SQL keyword used to specify selection criteria for filtering records

79
New cards

CRM and Relational Databases

A Customer Relationship Management tool is a finished interface built on top of a relational database, storing linked tables of names, emails, and deals

80
New cards

Data Confidentiality

A data privacy principle ensuring customer data and identity remain private, especially sensitive medical and financial data

81
New cards

Data Transparency

A data privacy principle ensuring data processing and automated decisions are clear, with social and ethical risks understood

82
New cards

Data Accountability

A data privacy principle involving reflective, reasonable, and systematic use and protection of data against unauthorized processing or loss

83
New cards

Common Data Sources

Bureau of Economic Analysis, Bureau of Labor Statistics, Federal Reserve Economic Data (FRED), US Census Bureau, National Climate Data Center, Yahoo Finance, and Zillow

84
New cards
Business Analytics Definition
The process of analyzing data to gain valuable insights and inform business decisions, using data and statistical techniques to improve performance and decision making
85
New cards
Data Science
A field focused on advanced modeling and computer algorithms, distinct from business analytics' focus on business decision-making
86
New cards
Business Analytics Process
Understand the business context, ask the right question, identify the appropriate statistical analysis and computational model, then communicate information
87
New cards
Descriptive Analytics as Business Intelligence
Descriptive analytics, also called Business Intelligence, involves gathering, organizing, tabulating, visualizing, and summarizing data through dashboards and visualization tools
88
New cards
Analytics Value Curve
Prescriptive analytics offers the highest business value and requires the most organizational sophistication, followed by predictive, then descriptive analytics
89
New cards
Data Privacy Definition
A branch of data security concerned with the proper collection, usage, and transmission of data, also called information privacy
90
New cards
Data Privacy Concerns
How data are legally collected and stored, whether and how data are shared with third parties, and how data practices meet regulations
91
New cards
Marriott Data Breach
A 2018 data breach affecting up to 500 million guests, exposing names, addresses, phone numbers, passport numbers, and encrypted credit card data
92
New cards
US Privacy Act
A US law containing important rights and restrictions on data maintained by the government
93
New cards
HIPAA
The US Health Insurance Portability and Accountability Act, which outlines regulations for medical data
94
New cards
Data Ethics Definition
A branch of ethics that studies moral problems related to data, evaluating whether data are used for the right purposes for people and society
95
New cards
Data Ethics Key Considerations
Human first (human interests outweigh institutional/commercial interests) and no biases (algorithms should not absorb or amplify bias)
96
New cards
Artificial Intelligence (AI) Definition
Technology aiming to create machines capable of performing tasks that typically require human intelligence, such as reasoning, problem-solving, natural language understanding, and creativity
97
New cards
Deep Learning
A subset of AI techniques designed for solving complex analytics problems such as image/speech recognition, natural language processing, and multimedia analytics
98
New cards
Generative AI
A subset of AI techniques focused on creating new content such as text, images, programs, and music, exemplified by ChatGPT
99
New cards
Population (Statistics)
All items of interest in an analytics application
100
New cards
Sample (Statistics)
A representative subset of the population used to compute a sample statistic that estimates an unknown population parameter and make inferences