Replies: 1 comment 2 replies
-
|
Hi @Aminshnn , Thank you for contacting us! Priors can and certainly should be used for regularization. Almost any continuous distribution can be used as long as the prior support range is within the appropriate range for each parameter. (You cannot have a negative residual standard deviation Meridian uses Hamiltonian Monte Carlo (specifically, the No U-turn algorithm) for MCMC posterior sampling. Distributions with point mass are not supported by this algorithm. The only exception is the Priors are set using a
To assign a different distribution on each channel, you can pass vector arguments. For example, if you have 3 media channels, you could pass a distribution like this:
Note that if you specify an ROI prior that allows negative values, you will need to set Feel free to reach out to us with any further queries regarding the same. Thank you, Google Meridian Support Team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my problem, I have a set of paid media, control and non-media treatment variables. To decrease the number of variables, it is possible to manually remove some of them by doing some EDAs. In frequentist statistics, we can add regularization and it helps with feature/variable selection. However, Google Meridian implements Bayesian Statistics for parameter estimation. I am wondering if we can use any regularization?
Regarding the priors, we can use some probability distributions like Laplace prior, Horseshoe prior or Spike-and-slab prior as a form of regularization in Bayesian statistics. I am wondering it Google Meridian has the flexibility to handle these priors? Ideally I want to set the prior for ROI where there is atom at 0 (with probability pi which should be updated) or it has the prior LogNormal(0.2,0.9) (with probability 1-pi) or in the same way, I like to set prior for the contributions, that is, Spike-and-slab prior. Since having atom at 0 makes the distribution non-differentiable, I think we can replace it with a continuous function like logit, or any other function.
If it is possible to set such priors, how can I do that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions