C++ Reference: class IncrementalAverage
Note: This documentation is automatically generated.
Manages incremental averages.Method | |
---|---|
AddData | Return type: Arguments: |
CurrentAverage | Return type: |
IncrementalAverage | Return type: Arguments: Initializes the average with 'initial_average' and number of records to 0. |
IncrementalAverage | |
NumRecords | Return type: |
Reset | Return type: Arguments: Sets the number of records to 0 and average to 'reset_value'. |