![]() |
MaCh3
2.6.1
Reference Guide
|
This executable calculates the \( \hat{R} \) estimator for Markov Chain Monte Carlo (MCMC) convergence. More...
#include "Fitters/RHatCalculator.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
This executable calculates the \( \hat{R} \) estimator for Markov Chain Monte Carlo (MCMC) convergence.
KS: This exe is meant to calculate the \( \hat{R} \) estimator. For a well-converged chain, this distribution should be centered at one. The \( \hat{R} \) statistic is used to assess the convergence of MCMC simulations and helps determine whether the chains have reached a stable distribution.
[36].
Definition in file RHat_HighMem.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 21 of file RHat_HighMem.cpp.