Hello, I would like to reparametrize a model in a similar way as done for the stochastic volatility example:
There they show a way to reparametrize the log volatility vector h to allow faster sampliing.
My question is whether it is possible to set bound for the vector h, for example by restricting it between 0 and 1. Obviously I cannot do it directly on the transformed paratemer as it would rise an exception.
My problem is not specific to this kind of model, but for any model were we want to set an upper/lower bound for a parameter that is meant to be reparametrize in the “trasformed paramters” section, and the parameter is has some autoregressive form like the log volatility is the example. I have seen a similar question answered by bob carpenter here Non-centered parameterisation with boundaries. But I don’t know how to adapt it for this kind of problem.
thank you very much