Class MEAL::CovarianceReport
-
class CovarianceReport : public MEAL::ReceptionModel::Report
Print the covariance matrix of the fitted parameters.
Public Functions
-
inline CovarianceReport(const std::string &name)
Construct with filename.
-
inline virtual ReceptionModel::Report *clone() const
Return a new, copy-constructed clone.
-
virtual void report(std::ostream&)
Write the report.
-
inline CovarianceReport(const std::string &name)