We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a295e1 commit ea8f1faCopy full SHA for ea8f1fa
docs/src/methods.md
@@ -5,8 +5,9 @@
5
| [`measurements`](@ref) | for returning individual per-observation measurements |
6
| [`aggregate`](@ref) | multipurpose measurement aggregation |
7
8
-The [`aggregate`](@ref) method takes an optional aggregation `mode` argument, with default
9
-`Mean()`, whose possible values are explained below.
+The [`aggregate`](@ref) method and [`multimeasure`](@ref) wrapper take an optional
+aggregation `mode` argument, with default `Mean()`, whose possible values are explained
10
+below.
11
12
```@docs
13
StatisticalMeasuresBase.AggregationMode
0 commit comments