File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Function | Category | Description
5
5
` log2() ` | Arithmetic | base-2 logarithm
6
6
` log10() ` | Arithmetic | base-10 logarithm
7
7
` cumsum() ` | Arithmetic | cumulative sum over visible time window
8
+ ` integral() ` | Arithmetic | cumulative sum of ([ time delta] x [ value delta] ) over all consecutive pairs of points in the visible time window
8
9
` .fill() ` | Interpolation | choose how to interpolate missing values
9
10
` hour_before() ` | Timeshift | metric values from one hour ago
10
11
` day_before() ` | Timeshift | metric values from one day ago
@@ -16,7 +17,6 @@ Function | Category | Description
16
17
` dt() ` | Rate | time delta between points
17
18
` diff() ` | Rate | value delta between points
18
19
` derivative() ` | Rate | 1st order derivative; <code >diff()</code > / <code >dt()</code >
19
- ` integral() ` | Rate | cumulative sum of point-wise (time delta) * (value delta) over points in the visible time window
20
20
` ewma_3() ` | Smoothing | exponentially weighted moving average with a span of 3
21
21
` ewma_5() ` | Smoothing | EWMA with a span of 5
22
22
` ewma_10() ` | Smoothing | EWMA with a span of 10
You can’t perform that action at this time.
0 commit comments