Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 4983:13aaef87cf18
[project @ 2004-09-10 13:51:29 by jwe]
author | jwe |
---|---|
date | Fri, 10 Sep 2004 13:54:22 +0000 |
parents | 269c3d6c0569 |
children | 2f2afb8635f5 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2004-09-10 David Bateman <dbateman@free.fr> + + * statistics/distributions/binomial_rnd.m: Fix error for scalar n + and p with n > 1, and fix for matrix n and p with n == 1. + + * statistics/distributions/poisson_rnd.m: Fix for matrix length, + due to row vs. column vector operations. + 2004-09-03 David Bateman <dbateman@free.fr> * general/repmat.m: Fix to allow logical classes.