# HG changeset patch # User David Bateman # Date 1219168338 14400 # Node ID 10697d2d7f4f59a0db525a0b1b42fcb2f9e4ee43 # Parent 63380109b52075f8cd7b2c35dabf3e06fa84f739 Doc fix for ranks diff -r 63380109b520 -r 10697d2d7f4f scripts/ChangeLog --- a/scripts/ChangeLog Tue Aug 19 13:50:15 2008 -0400 +++ b/scripts/ChangeLog Tue Aug 19 13:52:18 2008 -0400 @@ -1,3 +1,7 @@ +2008-08-19 David Bateman + + statistics/base/ranks.m: Doc fix. + 2008-08-19 Jaroslav Hajek Version 3.0.2 released. diff -r 63380109b520 -r 10697d2d7f4f scripts/statistics/base/ranks.m --- a/scripts/statistics/base/ranks.m Tue Aug 19 13:50:15 2008 -0400 +++ b/scripts/statistics/base/ranks.m Tue Aug 19 13:52:18 2008 -0400 @@ -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