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

XY*Data: dog is now a double

This commit is contained in:
2014-09-18 17:15:56 +01:00
parent 05f5223d31
commit c0bfb12bd7
4 changed files with 22 additions and 11 deletions

View File

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