[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The `IncrementalAverage` class in C++ facilitates the calculation and management of running averages."],["It provides methods to add new data points (`AddData`), retrieve the current average (`CurrentAverage`), and access the total number of records (`NumRecords`)."],["Users can initialize the average with a starting value or reset it to a specific value using dedicated methods (`IncrementalAverage`, `Reset`)."]]],[]]