![]() |
MaCh3
2.4.2
Reference Guide
|
#include "Manager/Manager.h"#include "Samples/SampleStructs.h"#include "Samples/HistogramUtils.h"#include "TObjArray.h"#include "TChain.h"#include "TFile.h"#include "TBranch.h"#include "TCanvas.h"#include "TLine.h"#include "TLegend.h"#include "TString.h"#include "TH1.h"#include "TRandom3.h"#include "TStopwatch.h"#include "TColor.h"#include "TStyle.h"#include "TROOT.h"Go to the source code of this file.
Functions | |
| void | PrepareChains () |
| void | InitialiseArrays () |
| void | RunDiagnostic () |
| void | CalcRhat () |
| void | SaveResults () |
| void | DestroyArrays () |
| double | CalcMedian (double arr[], int size) |
| void | CapVariable (double var, double cap) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | Ntoys |
| int | Nchains |
| int | nDraw |
| std::vector< TString > | BranchNames |
| std::vector< std::string > | MCMCFile |
| std::vector< bool > | ValidPar |
| double *** | Draws |
| double ** | Mean |
| double ** | StandardDeviation |
| double * | MeanGlobal |
| double * | StandardDeviationGlobal |
| double * | BetweenChainVariance |
| double * | MarginalPosteriorVariance |
| double * | RHat |
| double * | EffectiveSampleSize |
| double *** | DrawsFolded |
| double * | MedianArr |
| double ** | MeanFolded |
| double ** | StandardDeviationFolded |
| double * | MeanGlobalFolded |
| double * | StandardDeviationGlobalFolded |
| double * | BetweenChainVarianceFolded |
| double * | MarginalPosteriorVarianceFolded |
| double * | RHatFolded |
| double * | EffectiveSampleSizeFolded |
| double CalcMedian | ( | double | arr[], |
| int | size | ||
| ) |
Definition at line 846 of file RHat_HighMem.cpp.
| void CalcRhat | ( | ) |
Definition at line 442 of file RHat_HighMem.cpp.
| void CapVariable | ( | double | var, |
| double | cap | ||
| ) |
Definition at line 856 of file RHat_HighMem.cpp.
| void DestroyArrays | ( | ) |
Definition at line 801 of file RHat_HighMem.cpp.
| void InitialiseArrays | ( | ) |
Definition at line 372 of file RHat_HighMem.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 88 of file RHat_HighMem.cpp.
| void PrepareChains | ( | ) |
Definition at line 167 of file RHat_HighMem.cpp.
| void RunDiagnostic | ( | ) |
Definition at line 433 of file RHat_HighMem.cpp.
| void SaveResults | ( | ) |
Definition at line 592 of file RHat_HighMem.cpp.
| double* BetweenChainVariance |
Definition at line 56 of file RHat_HighMem.cpp.
| double* BetweenChainVarianceFolded |
Definition at line 70 of file RHat_HighMem.cpp.
| std::vector<TString> BranchNames |
Definition at line 44 of file RHat_HighMem.cpp.
| double*** Draws |
Definition at line 48 of file RHat_HighMem.cpp.
| double*** DrawsFolded |
Definition at line 61 of file RHat_HighMem.cpp.
| double* EffectiveSampleSize |
Definition at line 59 of file RHat_HighMem.cpp.
| double* EffectiveSampleSizeFolded |
Definition at line 73 of file RHat_HighMem.cpp.
| double* MarginalPosteriorVariance |
Definition at line 57 of file RHat_HighMem.cpp.
| double* MarginalPosteriorVarianceFolded |
Definition at line 71 of file RHat_HighMem.cpp.
| std::vector<std::string> MCMCFile |
Definition at line 45 of file RHat_HighMem.cpp.
| double** Mean |
Definition at line 50 of file RHat_HighMem.cpp.
| double** MeanFolded |
Definition at line 64 of file RHat_HighMem.cpp.
| double* MeanGlobal |
Definition at line 53 of file RHat_HighMem.cpp.
| double* MeanGlobalFolded |
Definition at line 67 of file RHat_HighMem.cpp.
| double* MedianArr |
Definition at line 62 of file RHat_HighMem.cpp.
| int Nchains |
Definition at line 40 of file RHat_HighMem.cpp.
| int nDraw |
Definition at line 42 of file RHat_HighMem.cpp.
| int Ntoys |
Definition at line 39 of file RHat_HighMem.cpp.
| double* RHat |
Definition at line 58 of file RHat_HighMem.cpp.
| double* RHatFolded |
Definition at line 72 of file RHat_HighMem.cpp.
| double** StandardDeviation |
Definition at line 51 of file RHat_HighMem.cpp.
| double** StandardDeviationFolded |
Definition at line 65 of file RHat_HighMem.cpp.
| double* StandardDeviationGlobal |
Definition at line 54 of file RHat_HighMem.cpp.
| double* StandardDeviationGlobalFolded |
Definition at line 68 of file RHat_HighMem.cpp.
| std::vector<bool> ValidPar |
Definition at line 46 of file RHat_HighMem.cpp.