|
| static void | save_bestfit (const std::string &path, const std::vector< std::string > &names, const Vector &vals, const Vector &errs) |
| |
| static void | save_contours (const std::string &path, const std::string &xname, const std::string &yname, const std::vector< std::pair< double, double > > &c68, const std::vector< std::pair< double, double > > &c95) |
| |
| static void | save_grid (const std::string &path, const std::string &xname, const std::string &yname, const std::vector< double > &xs, const std::vector< double > &ys, const std::vector< double > &z) |
| |
◆ save_bestfit()
| static void fit_app::CsvExporter::save_bestfit |
( |
const std::string & |
path, |
|
|
const std::vector< std::string > & |
names, |
|
|
const Vector & |
vals, |
|
|
const Vector & |
errs |
|
) |
| |
|
inlinestatic |
◆ save_contours()
| static void fit_app::CsvExporter::save_contours |
( |
const std::string & |
path, |
|
|
const std::string & |
xname, |
|
|
const std::string & |
yname, |
|
|
const std::vector< std::pair< double, double > > & |
c68, |
|
|
const std::vector< std::pair< double, double > > & |
c95 |
|
) |
| |
|
inlinestatic |
◆ save_grid()
| static void fit_app::CsvExporter::save_grid |
( |
const std::string & |
path, |
|
|
const std::string & |
xname, |
|
|
const std::string & |
yname, |
|
|
const std::vector< double > & |
xs, |
|
|
const std::vector< double > & |
ys, |
|
|
const std::vector< double > & |
z |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: