pdft.viz.ema_smooth

Contents

pdft.viz.ema_smooth#

pdft.viz.ema_smooth(values, alpha=0.1)[source]#

Exponential moving average smoother. Returns a list of same length.

Parameters:

alpha (float)

Return type:

list[float]