[[["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 `ExponentialMovingAverage` class manages exponential moving averages using a decaying factor."],["It provides methods to add data, retrieve the current average, and get the total number of records."],["The formula for calculating the new average is: `new_average = decaying_factor * old_average + (1 - decaying_factor) * new_record`."],["The decaying factor should be between 0 and 1 (exclusive)."]]],[]]