diff scripts/ChangeLog @ 7643:0220da981c2a

Modified statistics to calculate consistent median.
author Ben Abbott <bpabbott@mac.com>
date Tue, 25 Mar 2008 23:57:49 -0400
parents 115563ecbdc9
children e7b999840056
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Mar 25 23:06:45 2008 -0400
+++ b/scripts/ChangeLog	Tue Mar 25 23:57:49 2008 -0400
@@ -1,3 +1,11 @@
+2008-03-20  Ben Abbott <bpabbott@mac.com>
+
+	* statistics/base/statistics.m: Calculate median and quantiles in
+	a manner consistent with method #7 used by GNU R.
+	* statistics/base/__quantile__.m, statistics/base/quantile.m,
+	statistics/base/prctile.m: New functions.
+	* statistics/base/Makefile.in (SOURCES): Add them to the list.
+ 
 2008-03-25  Soren Hauberg  <hauberg@gmail.com>
 
 	* polynomial/convn.m: New function.