|
static std::vector< std::vector< double > > | read_correlations (std::string filename, int ncol, bool DoCorrTest=false) |
|
static std::vector< std::vector< double > > | corr_to_cov (const std::vector< std::vector< double > > &corr, const std::vector< double > &percenterr, const std::vector< double > &data) |
|
static std::map< std::string, std::vector< double > > | read_input_table (std::string filename, int ncol) |
|
◆ corr_to_cov()
static std::vector<std::vector<double > > LTF_Tools::corr_to_cov |
( |
const std::vector< std::vector< double > > & |
corr, |
|
|
const std::vector< double > & |
percenterr, |
|
|
const std::vector< double > & |
data |
|
) |
| |
|
inlinestatic |
corr_to_cov
calculate a covariance matrix from a correlation matrix and uncertainties
◆ read_correlations()
static std::vector<std::vector<double > > LTF_Tools::read_correlations |
( |
std::string |
filename, |
|
|
int |
ncol, |
|
|
bool |
DoCorrTest = false |
|
) |
| |
|
inlinestatic |
read_correlations
Read a matrix from a simple ascii file
◆ read_input_table()
static std::map< std::string, std::vector<double> > LTF_Tools::read_input_table |
( |
std::string |
filename, |
|
|
int |
ncol |
|
) |
| |
|
inlinestatic |
read_input_table
read input data table from file and return it as a map
The documentation for this class was generated from the following file: