lightweight_mmm icon indicating copy to clipboard operation
lightweight_mmm copied to clipboard

Adstock and Carryover

Open uomodellamansarda opened this issue 1 year ago • 3 comments

Maybe I am missing something but why you have a method for calculating carryover effects and adstock effects?

Looking at the documentation the adstock method refer to the wikipedia page of adstock: "Advertising adstock or advertising carry-over is the prolonged or lagged effect of advertising on consumer purchase behavior. Adstock is an important component of marketing-mix models"

While reading the paper attached to the carryover method documentation we can read about the adstock function which, if I am not wrong, should be the geometric series used for modelling the adstock effects: image

My question is why having two separate methods? What I am missing? :)

uomodellamansarda avatar Mar 09 '23 16:03 uomodellamansarda

I've been wondering about this as well. Very important to know what the differences between these functions are and what those differences mean for our results.

steven-struglia avatar Mar 19 '23 17:03 steven-struglia

Not a developer but the carryover function allows for delayed peak effects (in the paper you attach the final function in that section is what is implemented for carryover if I understand the code correctly. The training time for a model with just carryover is much longer.

Adstock is generic adstock where the peak impact is found at time 0.

ibrahim-taher avatar Mar 21 '23 23:03 ibrahim-taher

@itaher-aclu thank you for the reply :) In these days I had the chance to study more in-depth and you are right. This is what is written in the repo:

image

In general across practitioners they refer to the same thing, but in these library, based also on the Google Paper, in one case they wanted to have the peak at t0 which what happen usually especially with weekly data, in the second case at tx, where x is a lagged time in the future through a convolution.

I will investigate better in the paper and commercial cases when convolution makes sense, because I never encountered in my experience (not so broad and only with FMCG). I also struggle to understand the economic meaning of a delayed peak and it is also counterintuitive from memory decay perspective.

I applied convolution but for modelling other marketing phenomenon.

A very interesting discussion!

uomodellamansarda avatar Apr 19 '23 20:04 uomodellamansarda