Mercurial > hg > octave-nkf
diff scripts/statistics/base/median.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | eb63fbe60fab |
children | f0c3d3fc4903 |
line wrap: on
line diff
--- a/scripts/statistics/base/median.m +++ b/scripts/statistics/base/median.m @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} median (@var{x}, @var{dim}) ## If @var{x} is a vector, compute the median value of the elements of -## @var{x}. If the elements of @var{x} are sorted, the median is defined +## @var{x}. If the elements of @var{x} are sorted, the median is defined ## as ## @iftex ## @tex @@ -42,7 +42,7 @@ ## @end example ## @end ifnottex ## If @var{x} is a matrix, compute the median value for each -## column and return them in a row vector. If the optional @var{dim} +## column and return them in a row vector. If the optional @var{dim} ## argument is given, operate along this dimension. ## @seealso{std, mean} ## @end deftypefn