This commit is contained in:
Axel Kohlmeyer
2025-02-23 04:46:34 -05:00
parent 4d453a65e6
commit f1e1099ac2

View File

@ -87,7 +87,7 @@ values in the vector. The *sumsq* option sums the square of the
values in the vector into a global total. The *avesq* setting does values in the vector into a global total. The *avesq* setting does
the same as *sumsq*, then divides the sum of squares by the number of the same as *sumsq*, then divides the sum of squares by the number of
values. The last two options can be useful for calculating the values. The last two options can be useful for calculating the
variance of some quantity (e.g., variance = sumsq :math:`-` ave\ variance of some quantity (e.g., variance = *avesq* :math:`-` *ave*\
:math:`^2`). The *sumabs* option sums the absolute values in the :math:`^2`). The *sumabs* option sums the absolute values in the
vector into a global total. The *aveabs* setting does the same as vector into a global total. The *aveabs* setting does the same as
*sumabs*, then divides the sum of absolute values by the number of *sumabs*, then divides the sum of absolute values by the number of