MKT ANALYTICS - Final Exam

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:33 PM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

what is the CLV (customer lifetime value)

NPV of all future profits a customer generates over life of their relationship with the company

2
New cards

ingredients of the CLV formula

m = margin (profit)

r = retention rate

i = discount rate

AC = acquisition cost

g = growth rate

3
New cards

CLV formula (no growth rate)

m(r/(1 + i - r) - AC

4
New cards

margin multiple

(1 + i - r)

5
New cards

CLV formula (with growth rate)

m(r/(1 + i - r(1+g))) - AC

6
New cards

effect of m on CLV

increases (more profit increases CLV)

7
New cards

effect of i on CLV

decreases (more discount decreases PV for future sales)

8
New cards

effect of r on CLV

increases (customer staying longer leads to higher profits)

9
New cards

effect of AC on CLV

decreases (subtracted from CLV)

10
New cards

effect of g on CLV

Increases (if margin grows over time, value increases)

11
New cards

most important CLV component for firm value

retention rate

12
New cards

unsupervised learning

no outcome value (Y is unknown) - used for finding patterns + clustering

13
New cards

supervised learning

input values have outputs (Y is known) - used for classification + regression

14
New cards

overfitting

when the model works perfectly with training data but poorly with testing because it learned the exact pattern of the training data

15
New cards

what prevents overfitting

data splitting (split data into training, validation, testing)

16
New cards

what does CART stand for

Classification And Regression Trees

17
New cards

Confusion Matrix

 

X

Y

X

True Positive (TP)

False Negative (FN)

Y

False Positive (FP)

True Negative (TN)

18
New cards

compute hit-rate (accuracy) using confusion matrix

accuracy = (TP + TN) / total observations

19
New cards

how to identify what model delivered higher AUC using ROC curves

  1. The higher the area under the curve the better (has a higher AUC)

  2. ROC curve compares TP vs TN

20
New cards

when is AUC more appropriate compared to hit-rate (accuracy)

AUC = more appropriate when classes (Y) are unbalanced

  • ex: 95% zeros, 5% ones

21
New cards

type 1 of ensemble-learning

bagging - separate data into model subsets & aggregate predictions of individual models using majority vote

22
New cards

type 2 of ensemble-learning

boosting - model = trained sequentially and misclassifications are weighed more heavily in next model

23
New cards

what type of ensemble-learning is XGBoost?

tree-based

24
New cards

does contextual targeting perform better than behavioral

no

contextual < behavioral < full

25
New cards

critical requirement for A/B testing approach to be valid

randomly assigning participants

26
New cards

is the demand curve usually upward/downward sloping

downward sloping (higher price = less demand)

27
New cards

where on the demand curve is the niche segment

top left (high price, low demand)

28
New cards

where on the demand curve is the mainstream segment

bottom right (low price, high demand)

29
New cards

why do we need a multiplicative demand model over a linear one

  • multiplicative = suitable for regression analysis

  • multiplicative models real world better (niche vs mainstream markets)

30
New cards

what is the price elasticity of demand

% change in quantity demanded relative to the given % change in price

31
New cards

price elasticity formula

Price elasticity = (% Change Q) / (% Change P)

32
New cards

expected sign of own-price elasticity

negative (1% increase in price is associated with 2.8% decrease in sales)

33
New cards

How to tell whether demand is elastic

-1 < price elasticity < 0

34
New cards

How to tell whether demand is inelastic

price elasticity < -1

35
New cards

relationship between profits and prices if the demand is elastic

revenue increase = price decrease * quantity increase (opposite effect)

36
New cards

relationship between profits and prices if the demand is inelastic

revenue increase = price increase * quantity decrease (same effect)

37
New cards

expected sign of the cross-price elasticity

positive (because products are substitutes, when price of product B increases, Demand for A increases)

38
New cards

What are the two dimensions of panel data

  1. Time dimension (weeks, months)

  2. Cross Section (stores, markets, regions)

39
New cards

What are fixed effects?

dummy variables for cross sectional markets that have different demand levels => remove bias from unobserved differences