[manual] statistics.m: Correct help string.
Francesco Potorti`
Potorti at isti.cnr.it
Sat Sep 27 08:47:12 CDT 2008
# HG changeset patch
# User Francesco Potortì <pot at gnu.org>
# Date 1222523148 -7200
# Node ID 364d9c8e033ed6512482c4572cdf05f529492b76
# Parent f28eae374265a5b27a28af039fd4622346b02f9b
Correct help string for statistics.m
diff -r f28eae374265 -r 364d9c8e033e scripts/ChangeLog
--- a/scripts/ChangeLog Fri Sep 26 14:59:26 2008 +0200
+++ b/scripts/ChangeLog Sat Sep 27 15:45:48 2008 +0200
@@ -1,3 +1,7 @@
+2008-09-27 Francesco Potortì <pot at gnu.org>
+
+ * statistics/base/statistics.m: Correct help string.
+
2008-09-25 Francesco Potortì <pot at gnu.org>
* plot/hist.m: Doc string now mentions matrix input argument.
diff -r f28eae374265 -r 364d9c8e033e scripts/statistics/base/statistics.m
--- a/scripts/statistics/base/statistics.m Fri Sep 26 14:59:26 2008 +0200
+++ b/scripts/statistics/base/statistics.m Sat Sep 27 15:45:48 2008 +0200
@@ -21,9 +21,9 @@
## @deftypefn {Function File} {} statistics (@var{x})
## If @var{x} is a matrix, return a matrix with the minimum, first
## quartile, median, third quartile, maximum, mean, standard deviation,
-## skewness and kurtosis of the columns of @var{x} as its rows.
+## skewness and kurtosis of the columns of @var{x} as its columns.
##
-## If @var{x} is a vector, calculate the statistics along the
+## If @var{x} is a vector, calculate the statistics along the
## non-singleton dimension.
## @end deftypefn
More information about the Bug-octave
mailing list