9 theCovariances(theSize, 0),
10 theCorrelations(theSize, 0),
68 os <<
"Means: " << std::endl << aa.
theMeans << std::endl;
69 os <<
"Covariances: " << std::endl << aa.
theCovariances << std::endl;
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