1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-01-03 18:09:28 +00:00

FitInterface: test functions for correlations

This commit is contained in:
2016-04-06 18:32:11 +01:00
parent c52c80ceae
commit 69ac2d5c82
2 changed files with 40 additions and 0 deletions

View File

@@ -108,6 +108,13 @@ public:
bool isXExact(const Index i) const;
bool isXUsed(const Index r, const Index i, const bool inFit = true) const;
bool isFitPoint(const Index k, const Index j) const;
bool isXXCorrelated(const Index r1, const Index i1, const Index r2,
const Index i2) const;
bool isYYCorrelated(const Index k1, const Index j1, const Index k2,
const Index j2) const;
bool isXYCorrelated(const Index r, const Index i, const Index k,
const Index j) const;
bool hasCorrelations(void) const;
// make correlation filter for fit variance matrix
DMat makeCorrFilter(void);
// schedule variance matrix initialization