|
WSF
|
A class to compute summary statistics over all the points in a grid. More...
#include <WsfCoverageMeasureGridStats.hpp>
Public Member Functions | |
| MeasureGridStats (const Coverage &aCoverage, const Measure &aMeasure) | |
| double | GetMinValue () const |
| Return the minimum value over the grid. | |
| double | GetMaxValue () const |
| Return the maximum value over the grid. | |
| double | GetMeanValue () const |
| Return the mean value over the grid. | |
| int | GetCount () const |
| Return the number of values from which the statistics were computed. | |
A class to compute summary statistics over all the points in a grid.
|
inline |
Return the number of values from which the statistics were computed.
|
inline |
Return the maximum value over the grid.
|
inline |
Return the mean value over the grid.
|
inline |
Return the minimum value over the grid.