Thanks for the response.
This is basically what I did (w/o the function)
beta = pm.Beta("beta", a, b)
β = pm.Deterministic("β", beta * c + d)
I wondered if there was a more elegant way.
Thanks!
Thanks for the response.
This is basically what I did (w/o the function)
beta = pm.Beta("beta", a, b)
β = pm.Deterministic("β", beta * c + d)
I wondered if there was a more elegant way.
Thanks!