Skip to content

sdes-slow

Input Stack:
expr: TimeSeriesExpr
Output Stack:
TimeSeriesExpr

Apply sliding double exponential smoothing using parameters optimized for slow adaptation to changes in the input data. This provides stable smoothing that is less sensitive to noise.

Parameters

  • expr: The time series expression to apply slow sliding DES to

Examples

BeforeAfter
name,sps,:eq,
:sum
name,sps,:eq,
:sum,
:sdes-slow