1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-01-05 09:29:34 +00:00

FitInterface: more convenient function to assume correlated data

This commit is contained in:
2014-04-17 12:18:49 +01:00
parent 39012e4b73
commit 98567eb4d6
2 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ public:
const bool isCorrelated = true);
void assumeDataCorrelated(const Index k1, const Index k2,
const bool isCorrelated = true);
void assumeDataCorrelated(const bool isCorrelated = true);
void fitPoint(const Index k, const bool isFitPoint = true);
void fitPointRange(const Index k1, const Index k2,
const bool isFitPoint = true);