mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/regression] Remove TODO and update comment
Change-Id: I049645e03c82e953dde14f363d113b718408efd5
This commit is contained in:
committed by
EmilieNumworks
parent
e9662e4c45
commit
1fd970fe50
@@ -73,8 +73,10 @@ public:
|
||||
double yValueForXValue(int series, double x, Poincare::Context * globalContext);
|
||||
double xValueForYValue(int series, double y, Poincare::Context * globalContext);
|
||||
double correlationCoefficient(int series) const; // R
|
||||
float maxValueOfColumn(int series, int i) const; //TODO LEA why float ?
|
||||
float minValueOfColumn(int series, int i) const; //TODO LEA why float ?
|
||||
|
||||
// To speed up computation during drawings, float is returned.
|
||||
float maxValueOfColumn(int series, int i) const;
|
||||
float minValueOfColumn(int series, int i) const;
|
||||
private:
|
||||
double computeDeterminationCoefficient(int series, Poincare::Context * globalContext);
|
||||
constexpr static float k_displayHorizontalMarginRatio = 0.05f;
|
||||
|
||||
Reference in New Issue
Block a user