We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48a3c9 commit 2589451Copy full SHA for 2589451
1 file changed
docs/manual.adoc
@@ -667,17 +667,11 @@ The maximum and minimum of the samples supplied can be obtained from the max() a
667
668
sum() returns the summation of all of the samples:
669
670
-n
671
-Σ Si
672
-
673
-i=1
+image::images/maths1.jpg
674
675
mean() returns the mean value:
676
677
678
-1_n Σ Si
679
680
+image::images/maths2.jpg
681
682
An instance of Mean can be reset between samples using the reset() method.
683
0 commit comments