des-slower
Input Stack:
|
⇨ | Output Stack:
|
Apply double exponential smoothing using parameters optimized for very slow adaptation to changes in the input data. This provides stable smoothing with minimal sensitivity to noise.
Parameters¶
- expr: The time series expression to apply very slow DES smoothing to
Examples¶
Before | After |
name,sps,:eq, :sum | name,sps,:eq, :sum, :des-slower |
Related Operations¶
- :des - Full DES with custom parameters
- :sdes-slower - Sliding DES equivalent (recommended alternative)
- :des-simple - Basic DES with simple defaults