mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 09:24:14 +00:00
neaten
This commit is contained in:
parent
d6b1f7b8f6
commit
656f67833a
2 changed files with 4 additions and 2 deletions
|
|
@ -879,7 +879,8 @@ by category.
|
|||
-d {x,y,z} Weights for ewma. 1 means current sample gets all weight (no
|
||||
smoothing), near under under 1 is light smoothing, near over 0 is
|
||||
heavy smoothing. Multiple weights may be specified, e.g.
|
||||
"mlr step -a ewma -f sys_load -d 0.01,0.1,0.9".
|
||||
"mlr step -a ewma -f sys_load -d 0.01,0.1,0.9". Default if omitted
|
||||
is "-d 0.5".
|
||||
Please see http://johnkerl.org/miller/doc/reference.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
for more information on EWMA.
|
||||
|
|
|
|||
|
|
@ -2807,7 +2807,8 @@ by category.
|
|||
-d {x,y,z} Weights for ewma. 1 means current sample gets all weight (no
|
||||
smoothing), near under under 1 is light smoothing, near over 0 is
|
||||
heavy smoothing. Multiple weights may be specified, e.g.
|
||||
"mlr step -a ewma -f sys_load -d 0.01,0.1,0.9".
|
||||
"mlr step -a ewma -f sys_load -d 0.01,0.1,0.9". Default if omitted
|
||||
is "-d 0.5".
|
||||
Please see http://johnkerl.org/miller/doc/reference.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
for more information on EWMA.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue