class to calculate correlations of values
More...
#include <correlate.h>
|
std::vector< double > | corr_ |
|
class to calculate correlations of values
Definition at line 35 of file correlate.h.
◆ Correlate()
votca::tools::Correlate::Correlate |
( |
| ) |
|
|
default |
◆ ~Correlate()
votca::tools::Correlate::~Correlate |
( |
| ) |
|
|
default |
◆ CalcCorrelations()
void votca::tools::Correlate::CalcCorrelations |
( |
DataCollection< double >::selection & | data | ) |
|
calculate the correlation of the first row in selection with all the other
Definition at line 24 of file correlate.cc.
◆ getData() [1/2]
std::vector< double > & votca::tools::Correlate::getData |
( |
| ) |
|
|
inline |
◆ getData() [2/2]
const std::vector< double > & votca::tools::Correlate::getData |
( |
| ) |
const |
|
inline |
◆ corr_
std::vector<double> votca::tools::Correlate::corr_ |
|
private |
The documentation for this class was generated from the following files: