diff scripts/statistics/base/ranks.m @ 8035:1720d4fab3fa

Doc fix for ranks
author David Bateman <dbateman@free.fr>
date Tue, 19 Aug 2008 13:52:18 -0400
parents a1dbe9d80eee
children cadc73247d65
line wrap: on
line diff
--- a/scripts/statistics/base/ranks.m
+++ b/scripts/statistics/base/ranks.m
@@ -19,11 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} ranks (@var{x}, @var{dim})
-## If @var{x} is a vector, return the (column) vector of ranks of
-## @var{x} adjusted for ties.
-##
-## If @var{x} is a matrix, do the above for along the first 
-## non-singleton dimension. If the optional argument @var{dim} is
+## Return the ranks of @var{x} along the first non-singleton dimension
+## adjust for ties. If the optional argument @var{dim} is
 ## given, operate along this dimension.
 ## @end deftypefn