1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 00:42:02 +01:00

normalised residuals routines

This commit is contained in:
2021-12-20 01:30:03 +01:00
parent 24a7b9c203
commit adf2c9cc69
4 changed files with 43 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public:
const DoubleModel &model, const Ts... models);
// residuals
XYStatData getResiduals(const FitResult &fit);
XYStatData getNormalisedResiduals(const FitResult &fit);
XYStatData getPartialResiduals(const FitResult &fit, const DVec &ref,
const Index i);
protected: