plot_acf: plot the acf plot of a mcmc chain of a parameter

Description Usage Arguments Value Examples

Description

plot the acf plot of a mcmc chain of a parameter

Usage

1
plot_acf(param_sample, bquote_param_name)

Arguments

param_sample:

a mcmc chain of one parameter

bquote_param_name:

a bquote object

Value

: a plot of acf plot

Examples

1
2
x = rnorm(1000)
plot_acf(x, 'x')

jesscyzhao/cyrutil documentation built on May 17, 2019, 2:15 a.m.