1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-21 16:44:28 +00:00

method to get fit p-value from fit interface

This commit is contained in:
2015-11-25 18:29:31 +00:00
parent 25698fc6b2
commit e950e18639
5 changed files with 19 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ public:
double getChi2PerDof(const Index s = central) const;
DSample getChi2PerDof(const PlaceHolder ph) const;
double getNDof(void) const;
double getPValue(const Index s = central) const;
const DoubleFunction & getModel(const Index s = central,
const Index j = 0) const;
const DoubleFunctionSample & getModel(const PlaceHolder ph,