mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-04 21:43:38 +00:00
build artifacts for previous commit
This commit is contained in:
parent
e908f89603
commit
9fb4e58f9f
6 changed files with 12 additions and 0 deletions
|
|
@ -1837,6 +1837,7 @@ VERBS
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -1859,6 +1860,7 @@ VERBS
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
|
|
@ -1816,6 +1816,7 @@ VERBS
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -1838,6 +1839,7 @@ VERBS
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
|
|
@ -3292,6 +3292,7 @@ Options:
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -3314,6 +3315,7 @@ Examples:
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
|
|
@ -1816,6 +1816,7 @@ VERBS
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -1838,6 +1839,7 @@ VERBS
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
|
|
@ -2285,6 +2285,7 @@ Options:
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -2307,6 +2308,7 @@ Examples:
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
|
|
@ -1033,6 +1033,7 @@ Options:
|
|||
shift Alias for shift-lag
|
||||
shift-lag Include value(s) in field(s) from the previous record, if any
|
||||
shift-lead Include value(s) in field(s) from the next record, if any
|
||||
slwin Sliding-window averages over m records back and n forward. E.g. slwin-7-2 for 7 back and 2 forward.
|
||||
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
|
|
@ -1055,6 +1056,7 @@ Examples:
|
|||
mlr step -a ewma -d 0.1,0.9 -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y
|
||||
mlr step -a ewma -d 0.1,0.9 -o smooth,rough -f x,y -g group_name
|
||||
mlr step -a slwin-9-0,slwin-0-9 -f x
|
||||
|
||||
Please see https://miller.readthedocs.io/en/latest/reference-verbs.html#filter or
|
||||
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue