Some simple extractors returning the corresponding element of an svdraws
object.
para(x)
latent(x)
latent0(x)
priors(x)
thinning(x)
runtime(x)
svdraws
object.
The return value depends on the actual funtion:
extracts the parameter draws and returns them as an mcmc
object.
extracts the latent contemporaneous log-volatility draws and returns them as an mcmc
object.
extracts the latent initial log-volatility draws and returns as an mcmc
object.
extracts the prior parameters used and returns them in a list
.
extracts the thinning parameters used and returns them in a list
.
extracts the runtime and returns it as a proc_time
object.