diff scripts/ChangeLog @ 4885:28ab079d8f0e

[project @ 2004-04-30 04:21:33 by jwe]
author jwe
date Fri, 30 Apr 2004 04:21:33 +0000
parents d665266bb453
children e7da90a1cc11
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Apr 30 04:12:37 2004 +0000
+++ b/scripts/ChangeLog	Fri Apr 30 04:21:33 2004 +0000
@@ -1,3 +1,18 @@
+2004-04-29  David Bateman  <dbateman@free.fr>
+
+	* statistics/base/ranks.m, statistics/base/run_count.m,
+	statistics/base/studentize.m, statistics/base/kurtosis.m
+	statistics/base/statistics.m, statistics/base/skewness.m
+	statistics/base/iqr.m:
+	Make N-d array aware.  Allow optional argument to define the
+	dimension along which to operate.  Update the documentation.
+
+	* statistics/base/ranks.m: Change algorithm to use sort,
+	and adjust for the ties after.
+
+	* statistics/base/run_counts.m: Change algorithm to use
+	the a combination of diff and find, rather than a for-loop.
+
 2004-04-23  Paul Kienzle  <pkienzle@users.sf.net>
 
 	* plot/hist.m: Correctly determine cutoffs.  New tests.