File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -1188,8 +1188,8 @@ content: |
1188
1188
1189
1189
* - :group:`$derivative`
1190
1190
1191
- - Returns the mathematical derivative of the numeric
1192
- :ref:`expression <aggregation-expressions >`.
1191
+ - Returns the average rate of change within the specified
1192
+ :ref:`window <setWindowFields-window >`.
1193
1193
1194
1194
.. versionadded:: 5.0
1195
1195
@@ -1221,8 +1221,7 @@ content: |
1221
1221
1222
1222
* - :group:`$integral`
1223
1223
1224
- - Returns the mathematical integral of the numeric
1225
- :ref:`expression <aggregation-expressions>`.
1224
+ - Returns the approximation of the area under a curve.
1226
1225
1227
1226
.. versionadded:: 5.0
1228
1227
Original file line number Diff line number Diff line change @@ -416,8 +416,8 @@ Alphabetical Listing of Expression Operators
416
416
417
417
* - :group:`$derivative`
418
418
419
- - Returns the mathematical derivative for the numeric
420
- :ref:`expression <aggregation-expressions >`.
419
+ - Returns the average rate of change within the specified
420
+ :ref:`window <setWindowFields-window >`.
421
421
422
422
.. versionadded:: 5.0
423
423
@@ -560,8 +560,7 @@ Alphabetical Listing of Expression Operators
560
560
561
561
* - :group:`$integral`
562
562
563
- - Returns the mathematical integral for the numeric
564
- :ref:`expression <aggregation-expressions>`.
563
+ - Returns the approximation of the area under a curve.
565
564
566
565
.. versionadded:: 5.0
567
566
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Definition
17
17
18
18
.. group:: $derivative
19
19
20
- Returns the mathematical derivative value, which is calculated using
21
- the:
20
+ Returns the average rate of change within the specified :ref:`window
21
+ <setWindowFields-window>`, which is calculated using the:
22
22
23
23
- First and last documents in the :pipeline:`$setWindowFields` stage
24
24
:ref:`window <setWindowFields-window>`.
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Definition
17
17
18
18
.. group:: $integral
19
19
20
- Returns an approximation for the mathematical integral value , which is
21
- calculated using the trapezoidal rule with each set of adjacent
22
- documents forming a trapezoid using the:
20
+ Returns the approximation of the area under a curve , which is
21
+ calculated using the trapezoidal rule where each set of adjacent
22
+ documents form a trapezoid using the:
23
23
24
24
- :ref:`sortBy <setWindowFields-sortBy>` field values in the
25
- :pipeline:`$setWindowFields` stage for the x axis values .
25
+ :pipeline:`$setWindowFields` stage for the integration intervals .
26
26
27
27
- :ref:`input <integral-input>` field :ref:`expression
28
28
<aggregation-expressions>` result values in :group:`$integral` for the
You can’t perform that action at this time.
0 commit comments