comparison scripts/statistics/base/meansq.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 1bf0ce0930be
children e151e23f73bc
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
17 ## You should have received a copy of the GNU General Public License 17 ## You should have received a copy of the GNU General Public License
18 ## along with Octave; see the file COPYING. If not, see 18 ## along with Octave; see the file COPYING. If not, see
19 ## <http://www.gnu.org/licenses/>. 19 ## <http://www.gnu.org/licenses/>.
20 20
21 ## -*- texinfo -*- 21 ## -*- texinfo -*-
22 ## @deftypefn {Function File} {} meansq (@var{x}) 22 ## @deftypefn {Function File} {} meansq (@var{x})
23 ## @deftypefnx {Function File} {} meansq (@var{x}, @var{dim}) 23 ## @deftypefnx {Function File} {} meansq (@var{x}, @var{dim})
24 ## For vector arguments, return the mean square of the values. 24 ## For vector arguments, return the mean square of the values.
25 ## For matrix arguments, return a row vector containing the mean square 25 ## For matrix arguments, return a row vector containing the mean square
26 ## of each column. With the optional @var{dim} argument, returns the 26 ## of each column. With the optional @var{dim} argument, returns the
27 ## mean squared of the values along this dimension. 27 ## mean squared of the values along this dimension.