Is there a plan to add a 4 parameters beta disterbution?

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!