Goonstation 13 - Modules - Types

/datum/digital_filter/exponential_moving_average

Sum weighted current input and weighted previous output to achieve output input weight will be ratio of weight assigned to input value while remaining goes to previous output

Exponential Smoothing Time constant will be the amount of time to achieve 63.2% of original sum NOTE: This should be performed by a scheduled process as this ensures constant sample interval https://en.wikipedia.org/wiki/Exponential_smoothing