-
Notifications
You must be signed in to change notification settings - Fork 224
Description
Based on the documentation, when modelling on Geo-level we need to scale the KPI based on the population.
To do that, we need to define the Population on a weekly basis in our input file.
If we use the Google data from Reach and Frequency, we will have weekly data with a certain fluctuation, if I use demographic data from Wikipedia, or from other sources, I can have maximum a yearly change.
My questions are:
- Why is there a need to scale based on the population? It's not very clear to me why is required. I understand the following explanation:
"KPI units are population scaled to put all geos on roughly the same scale. This way model parameters don't need to scale with
population size.After population scaling, the KPI is scaled to have mean zero and standard deviation one. Centering to mean zero makes it reasonable to choose a prior centered at zero for the intercept terms (knot_values and tau_g). Scaling to standard deviation one puts parameters on a scale such that reasonable default priors can be assigned."
but Impressions and budget usually are already set based on the population or market size by the media planner. I am quite confused here.
- Can I use reach and frequency population data for one geo, and for another one where I don't have this information use the wikipedia population dataset? _What should I expect in a model where one geo has weekly fluctuation and another one has a yearly fluctuation?