Skip to content

Auto Covariance/Correlation Function for multiple Markov chains

Notifications You must be signed in to change notification settings

medhaaga/multichainACF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multichainACF

Calculates the globally-centered autcorrelation function (ACF) plots following Agarwal and Vats (2020). Given a list of multiple Markov chains, this package offers functions for ACF and CCF plots that pool information from all chains yielding more accurate estimates of the correlation. The functions differs from the base acf and ccf by allowing the users to center the chains around the global mean from all Markov chains. A different mean argument can also be specified.

See webpage for a working example.

To install:

# install.packages("devtools")
library(devtools)
devtools::install_github("medhaaga/multichainACF")

About

Auto Covariance/Correlation Function for multiple Markov chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages