comparison scripts/ChangeLog @ 4031:2168f4a0e88d

[project @ 2002-08-10 04:22:52 by jwe]
author jwe
date Sat, 10 Aug 2002 04:22:52 +0000
parents 22bd65326ec1
children 2c088a2f36e2
comparison
equal deleted inserted replaced
4030:22bd65326ec1 4031:2168f4a0e88d
1 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the
4 list.
5 * deprecated/Makefile.in: New file.
6
7 2002-08-09 Paul Kienzle <pkienzle@users.sf.net>
8
9 * statistics/distributions/beta_cdf.m: Replace betai with betainc.
10 * statistics/distributions/binomial_cdf.m: Likewise.
11 * statistics/distributions/f_cdf.m: Likewise.
12 * statistics/distributions/t_cdf.m: Likewise.
13
14 * miscellaneous/bincoeff.m: Replace lgamma with gammaln.
15 * specfun/beta.m: Likewise.
16 * special-matrix/invhilb.m: Likewise (but it is only in a comment).
17 * statistics/distributions/gamma_pdf.m: Likewise.
18 * statistics/distributions/poisson_pdf.m: Likewise.
19
20 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc
21 * statistics/distributions/poisson_cdf.m: Likewise.
22
1 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> 23 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2 24
3 * deprecated/is_bool.m: New file. 25 * deprecated/is_bool.m: New file.
4 * deprecated/is_complex.m: New file. 26 * deprecated/is_complex.m: New file.
5 * deprecated/is_global.m: New file. 27 * deprecated/is_global.m: New file.