R/TS_plots.R
autocorr_plot.RdProduce a vanilla ACF plot using acf for
the parameter of interest (rho or eta) as part of
TS_diagnostics_plot.
autocorr_plot(x)
| x | Vector of parameter values drawn from the posterior distribution, indexed to the iteration by the order of the vector. |
|---|
NULL.
autocorr_plot(rnorm(100, 0, 1))