Plots the value of a one-dimensional series against the iteration where it occurred. Useful to see the general pattern of the chain (white noise, random walk, volatility clustering)
Usage
plot_series(chain, change = FALSE)
Value
A series plot
Arguments
chain
Vector of n length, where n is the number of trials or sampler iterations
change
Boolean. Whether to plot the series of values or the series of changes between values.