[][src]Crate rolling_stats

Structs

Stats

Stats is an object that calculates continuous min/max/mean/deviation for tracking of time varying statistics See: https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Welford's_Online_algorithm for the algorithm