MRS  1.0
A C++ Class Library for Statistical Set Processing
subpavings::MCMCGRDiagnosticPSRFCherries Class Reference
+ Inheritance diagram for subpavings::MCMCGRDiagnosticPSRFCherries:
+ Collaboration diagram for subpavings::MCMCGRDiagnosticPSRFCherries:

List of all members.

Public Member Functions

 MCMCGRDiagnosticPSRFCherries (cxsc::real t, bool req=false)
 Constructor.
std::string getGRWorkingCalcsFilename () const
 Get the name used by this in output files for working calculations.
std::string getGRDiagnosticsFilename () const
 Get the name used by this in results files.
std::string getScalarsName () const
 Get the name used by this for the scalar type it is using.

Constructor & Destructor Documentation

MCMCGRDiagnosticPSRFCherries::MCMCGRDiagnosticPSRFCherries ( cxsc::real  t,
bool  req = false 
) [explicit]

Constructor.

Parameters:
tThe tolerance to use for the Gelman-Rubin convergence criteria.
reqflag for whether this diagnostic must be satisfied for burn-in. Defaults to false (this does not have to be satisfied).
Precondition:
t > 0.0.
  : MCMCGRDiagnosticPSRF(t, req)
{}

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends