]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation.
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 16 Sep 2015 13:50:01 +0000 (08:50 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 16 Sep 2015 13:50:01 +0000 (08:50 -0500)
* doc/misc/calc.texi (Single-Variable Statistics): Fix the wording of
the documentation of the root mean square.

doc/misc/calc.texi

index 06e476d9313d54e4ee384b496c3bff73e7a87f6c..ecf2ef9e5c2058fdcda149210442cf25b3d321dc 100644 (file)
@@ -20741,9 +20741,10 @@ $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
 @kindex u R
 @cindex Root-mean-square
 @tindex rms
-Another commonly used mean, the RMS (root-mean-square), can be computed
-for a vector of numbers by using the @kbd{u R}
-(@code{calc-vector-rms}) [@code{rms}]command.
+The @kbd{u R} (@code{calc-vector-rms}) [@code{rms}]
+command computes the RMS (root-mean-square) of the data values.
+As its name suggests, this is the square root of the mean of the
+squares of the data values.
 
 @kindex u S
 @pindex calc-vector-sdev