octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[manual] Correct help string for statistics.m


From: Francesco Potortì
Subject: [manual] Correct help string for statistics.m
Date: Fri, 26 Dec 2008 22:40:24 +0100

# HG changeset patch
# User Francesco Potortì <address@hidden>
# Date 1230327548 -3600
# Node ID 283df98a8063f86feb7d7fc3e6695324ff5ac877
# Parent  0d17826e076259825061e8263fda5bc946dbb116
Correct help string for statistics.m

diff -r 0d17826e0762 -r 283df98a8063 scripts/ChangeLog
--- a/scripts/ChangeLog Fri Dec 26 22:28:45 2008 +0100
+++ b/scripts/ChangeLog Fri Dec 26 22:39:08 2008 +0100
@@ -1,4 +1,6 @@ 2008-12-26  Francesco Potortì  <address@hidden
 2008-12-26  Francesco Potortì  <address@hidden>
+
+       * statistics/base/statistics.m: Correct help string.
 
        * plot/hist.m: Doc string now mentions matrix input argument.
        Correct error message.
diff -r 0d17826e0762 -r 283df98a8063 scripts/statistics/base/statistics.m
--- a/scripts/statistics/base/statistics.m      Fri Dec 26 22:28:45 2008 +0100
+++ b/scripts/statistics/base/statistics.m      Fri Dec 26 22:39:08 2008 +0100
@@ -21,7 +21,7 @@
 ## @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 
 ## non-singleton dimension.
@@ -72,4 +72,3 @@ endfunction
 %! s = statistics (x);
 %! m = median (x);
 %! assert (m, s(3,:), eps);
-

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]