X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;h=d3db1d0d079b814b6c97a1ccdb5150529ff4f855;hb=35c4cb8cfb59bf6e1eb770114850e1184cfafc9b;hp=5b05c81715354aa71dce1a3e1e6ea195b92d08da;hpb=f43378497b8400e9c22a3485c534693dc1bc9554;p=pspp diff --git a/src/math/ChangeLog b/src/math/ChangeLog index 5b05c81715..d3db1d0d07 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,20 @@ +Thu Dec 7 15:27:49 WST 2006 John Darrington + + * factor-stats.c factor-stats.h: Changed independent values to + be pointers rather than copies. + +Wed Dec 6 21:14:59 2006 Ben Pfaff + + * coefficient.c: (pspp_coeff_get_value) Compare variable pointers + instead of variable indexes. + (pspp_linreg_get_coeff) Ditto. + (design_matrix_col_to_var_index) Removed. + (design_matrix_col_to_var) Compare variable pointers + instead of variable indexes. + (cmp_dm_var_index) Ditto. + (design_matrix_var_to_column) Ditto. + (dm_var_to_last_column) Ditto. + Sun Nov 5 08:30:32 WST 2006 John Darrington * levene.c levene.h Changed to use the new casefilter structure.