mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Fix documentation.
* doc/misc/calc.texi (Single-Variable Statistics): Fix the wording of the documentation of the root mean square.
This commit is contained in:
parent
1636e8c75a
commit
23274eaf02
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue