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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user