Skip to content

Commit 5d70878

Browse files
committed
move integral() back to Arithmetic section of functions menu
1 parent 9f9610f commit 5d70878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/partials/graphingfunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Function | Category | Description
55
`log2()` | Arithmetic | base-2 logarithm
66
`log10()` | Arithmetic | base-10 logarithm
77
`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
89
`.fill()` | Interpolation | choose how to interpolate missing values
910
`hour_before()` | Timeshift | metric values from one hour ago
1011
`day_before()` | Timeshift | metric values from one day ago
@@ -16,7 +17,6 @@ Function | Category | Description
1617
`dt()` | Rate | time delta between points
1718
`diff()` | Rate | value delta between points
1819
`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
2020
`ewma_3()` | Smoothing | exponentially weighted moving average with a span of 3
2121
`ewma_5()` | Smoothing | EWMA with a span of 5
2222
`ewma_10()` | Smoothing | EWMA with a span of 10

0 commit comments

Comments
 (0)