| 75 | float getSigma() const { return stat.getSigma(); } |
| 76 | float getAvgSigma() const { return stat.getAvgSigma(); } |
| 77 | float getMin() const { return stat.getMin(); } |
| 78 | float getMax() const { return stat.getMax(); } |
| 79 | float getAvg() const { return stat.getAvg(); } |
| 80 | Statistics getStatistics() const { return stat; } |