1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-24 09: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

@ -111,6 +111,7 @@ public:
const DoubleModel &model, const Ts... models);
// residuals
XYSampleData getResiduals(const SampleFitResult &fit);
XYSampleData getNormalisedResiduals(const SampleFitResult &fit);
XYSampleData getPartialResiduals(const SampleFitResult &fit, const DVec &x,
const Index i);
private: