I want to apply @aaronjg’s wonderful StanCon 2018 work to model stochastic volatility.
I have some questions, thanks in advance for your help !
Parameterization
I can try both centered and non-centered with my data, but I’m confused about the findings.
Centered … are much slower than the non-centered…
switch to using the centered… This model runs in roughly 1/10th the time
As for conditional vs multivariate parameterizations, in the notebook p.7:
We can use the multivariate expression of the stochastic process… This offers further speed up over the conditional probability formulation.
Replicates
The examples in the notebook have replicates = 1
but the Stan code allows for replicates > 1
. What are replicates ?