1 #ifndef Statistics_AutocorrelationAnalyzer_h 2 #define Statistics_AutocorrelationAnalyzer_h 4 #include "CLHEP/Matrix/Vector.h" 5 #include "CLHEP/Matrix/SymMatrix.h" 6 #include "CLHEP/Matrix/Matrix.h"
AutocorrelationAnalyzer(int size)
CLHEP::HepVector theMeans
double mean(int i)
indexing starts from 0
CLHEP::HepSymMatrix theCorrelations
double covariance(int i, int j)
double correlation(int i, int j)
friend std::ostream & operator<<(std::ostream &os, AutocorrelationAnalyzer &aa)
CLHEP::HepSymMatrix theCovariances