Support a different Prior per channel #1267
Closed
luiztauffer
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
For Normal and HalfNormal, try TruncatedNormal with vector of paramters. -np.inf will be same as normal Other mixtures of different distributions are not supported at the moment via Prior class |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wd60622 do you mean this should work? model_config = {
"saturation_beta": {
"dist": "Normal",
"kwargs": {
"mu": [0.2, 0.6],
"sigma": [0.1, 0.3],
}
},
} where Can you please clarify if this is creating:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to define different prior functions for each channel type (and eventually also control parameters). I think the API could be changed in two different ways:
This would be relevant in at least two scenarios:
Are there plans to implement something like this?
@Paulo-MT2 and I have been using pymc-marketing a lot recently and playing around with changes to it, so we could definitely help building that into the package, if the maintainers could help giving us guidance on where to make the modifications.
Beta Was this translation helpful? Give feedback.
All reactions