Definition at line 14 of file FunctionHelper.sip.
Protected Member Functions | |
| FunctionHelper () | |
| virtual int | size () const =0 |
| Returns the number of points in the data set. | |
| virtual double | getTotal () const =0 |
| Returns the sum of the values of the data set. | |
| virtual double | minCoord () const =0 |
| Returns the smallest coordinate value along the X axis in the data set. | |
| virtual double | maxCoord () const =0 |
| Returns the largest coordinate value along the X axis in the data set. | |
| virtual double | minValue () const =0 |
| Returns the smallest value in the data set. | |
| virtual double | maxValue () const =0 |
| Returns the largest value in the data set. | |
| virtual double | meanValue () const =0 |
| Returns the mean of the values in the data set. | |
| virtual double | meanCoord () const =0 |
| Returns the mean of the coordinates along a X axis in the data set. | |
| virtual double | stdCoord () const =0 |
| Returns the standard deviation of the coordinates along a X axis in the data set. | |
| virtual double | valueAt (double) const =0 |
| Returns the value at a given coordinate. | |
|
|
|
|
|
Returns the sum of the values of the data set.
|
|
|
Returns the largest coordinate value along the X axis in the data set.
|
|
|
Returns the largest value in the data set.
|
|
|
Returns the mean of the coordinates along a X axis in the data set.
|
|
|
Returns the mean of the values in the data set.
|
|
|
Returns the smallest coordinate value along the X axis in the data set.
|
|
|
Returns the smallest value in the data set.
|
|
|
Returns the number of points in the data set.
|
|
|
Returns the standard deviation of the coordinates along a X axis in the data set.
|
|
|
Returns the value at a given coordinate.
|
1.4.3