* Get current average value of all samples. * * @note This function will return a result even if it is not considered valid. */
| 63 | * @note This function will return a result even if it is not considered valid. |
| 64 | */ |
| 65 | double getAverage() const |
| 66 | { |
| 67 | return average; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Get current standard deviation of all samples. |