diff scripts/ChangeLog @ 10524:1c6ff93c025a

Reimplement the other discrete distribution functions using lookup
author David Bateman <dbateman@free.fr>
date Thu, 15 Apr 2010 23:40:30 +0200
parents e74bff13aa26
children 3306cfcb856e
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 15 21:10:07 2010 +0200
+++ b/scripts/ChangeLog	Thu Apr 15 23:40:30 2010 +0200
@@ -1,3 +1,9 @@
+2010-04-13  David Bateman  <dbateman@free.fr>
+
+	* statistics/discrete_pdf.m: Reimplement using lookup.
+	* statistics/discrete_inv.m: Reimplement using lookup.
+	* statistics/discrete_cdf.m: typo in last patch.
+
 2010-04-15  Jaroslav Hajek  <highegg@gmail.com>
 
 	* statistics/distributions/stdnormal_cdf.m: Calculate using erfc.