WEEK 1: STATS MKT

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:06 AM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

What is the objective of the course?

To articulate questions as data models (quantitative tests of relationships between variables).

2
New cards

What are the three components of data insights architecture?

What? (Data Result), So What? (Interpretation), Now What? (Recommendation).

3
New cards

What is a substantive business question?

An abstract idea that needs to be formulated as a data question, such as cost, likelihood of outcomes, or speed.

4
New cards

What distinguishes business/strategy questions from data questions?

Business/strategy questions focus on problems to solve, while data questions explore relationships between variables.

5
New cards

What is the significance of data in decision-making?

Data does not dictate actions; it is used to unlock decisions.

6
New cards

What is a data frame?

A structured data set organized into rows (cases) and columns (variables).

7
New cards

What do rows in a data frame represent?

Cases, examples, units, observations, individuals, or records.

8
New cards

What do columns in a data frame represent?

Variables, features, measurements, or observations associated with each case.

9
New cards

What are numerical variables?

Variables represented by numbers, suitable for mathematical operations and typical summaries like mean and median.

10
New cards

What are categorical variables?

Variables represented by words or categories, analyzed through counts, percentages, and modes.

11
New cards

What are binary variables?

Categorical variables that have only two possible values, such as pass/fail or yes/no.

12
New cards

What is a Likert scale?

A survey response format that includes options like strongly agree, agree, disagree, and strongly disagree.

13
New cards

What is the semantic differential scale?

A rating scale that measures attitudes by asking respondents to rate a concept on a continuum.

14
New cards

Why do data types matter in analysis?

They determine what statistical tests to run based on the relationship between categorical and numerical variables.

15
New cards

What is the role of interpretation in data analysis?

Interpretation, logical development, and persuasion are crucial for making decisions based on data.

16
New cards

What is the importance of data preparation in data science?

Data scientists spend 90% of their time on data preparation, which is essential for accurate analysis.

17
New cards

What is the 'HPPO' in decision-making?

The highest paid person's opinion, often influencing business decisions.

18
New cards

What is the relationship between data and storytelling?

You can miss the story by only looking at one part of the data; comprehensive analysis reveals the full narrative.

19
New cards

What is the difference between statistical analysis and logical analysis?

Not all analysis is statistical; analytics can also focus on logical reasoning and the big picture.

20
New cards

What is the typical opening weekend box office for a Star Wars movie?

Typically around 150 million USD.

21
New cards

What is the average opening weekend for the Mandalorian?

100 million USD in the US and 163 million abroad.

22
New cards

What does 'low signal to noise' mean in data analysis?

It refers to the clarity of data; clean data has a high signal-to-noise ratio.

23
New cards

What is a common mistake in interpreting survey data?

Assuming that numerical values derived from ordinal categories have equal spacing.

24
New cards

What is the significance of the 'what, so what, now what' framework?

It helps structure the analysis by identifying the data, interpreting its significance, and recommending actions.

25
New cards

What is the formula that represents the relationship between data, model, and error?

DATA = MODEL + ERROR

26
New cards

What does the term 'model' refer to in data analysis?

A way to explain variance in our data and represents our theory/concept for how variables relate.

27
New cards

What is the purpose of squaring errors in the Sum of Squared Errors (SSE)?

To aggregate error without worrying that some misses offset others and to introduce small penalties for close predictions and large penalties for outliers.

28
New cards

What is a Jitter Plot used for?

To show the density of data points spread out along the x-axis.

29
New cards

What does ECDF stand for?

Empirical Cumulative Distribution Function

30
New cards

What is the significance of the variable 'Yi' in the context of data modeling?

Yi represents the actual observations.

31
New cards

What does 'Y^i' signify in data analysis?

Y^i represents the predicted value for the observations.

32
New cards

What is the difference between observations (Yi) and predicted values (Y^i)?

The difference is known as the error (residual).

33
New cards

What does the term 'residual' refer to in data modeling?

The difference between an actual observation and the value the model predicts for that observation.

34
New cards

What are the two reasons to favor Sum of Squared Errors (SSE)?

  1. It assures that +/- errors do not offset each other. 2. It provides small penalties for small misses and large penalties for large misses.
35
New cards

What does Model A represent in regression analysis?

OUTCOME = b0 + b1x1 + ei, where it includes an intercept and an adjustment for variable x.

36
New cards

What does Model C represent in regression analysis?

OUTCOME = b0 + ei, which is a baseline model making the same prediction for every observation.

37
New cards

What is the primary takeaway from analyzing Wordle data regarding the word 'ADIEU'?

ADIEU is the most used word but is the least efficient, leading to more turns.

38
New cards

What does the term 'customer lifetime value' refer to?

The total worth to a business of a customer over the whole period of their relationship.

39
New cards

What is the significance of gameplay metrics in the gaming industry?

They measure success through user engagement over time, such as D1, D7, D30 metrics.

40
New cards

What is the role of a model in data analysis?

To explain the variance in data and predict outcomes based on observed variables.

41
New cards

What does the term 'degrees of freedom' refer to in the context of model estimation?

The complexity of a model given a particular data set and how many parameters can be estimated.

42
New cards

What is a Beeswarm plot?

A jitter plot that helps visualize the density of data points.

43
New cards

What is the main focus when interpreting data from a model?

To understand the relationship between the variables and how they influence the outcome.

44
New cards

What is the primary goal of regression models?

To estimate the relationship between dependent and independent variables.

45
New cards

What does the term 'mean minimizes SSE' imply?

The mean of Y for every value of Y is estimated to minimize the sum of squared errors.

46
New cards

What is the implication of regression being sensitive to outliers?

Outliers can disproportionately affect the accuracy of model predictions.

47
New cards

What is the relationship between data and model in the equation DATA = MODEL + ERROR?

Data represents observations, the model represents predictions, and error represents the difference between them.

48
New cards

What is the significance of analyzing gameplay metrics for a company like NYT?

To determine user engagement and the effectiveness of their gaming strategies.

49
New cards

What does the term 'observations' refer to in data analysis?

The actual data points collected for analysis.

50
New cards

What is the purpose of using COUNTIFS() in Excel?

To count the number of cells that meet multiple criteria.

51
New cards

What is the purpose of using XLOOKUP() in Excel?

To find a match and return corresponding values from another table.