c1cd1a3a9b70dbd94a02b7093664bb237df5e5e4
[pspp-builds.git] / src / math / ChangeLog
1 2008-05-15  Ben Pfaff  <blp@gnu.org>
2
3         Patch #6512.
4
5         * moments.c (calc_moments): Use gsl_finite instead of finite, as a
6         stopgap measure for portability until appropriate gnulib modules
7         are available.
8
9 2008-03-10  Jason Stover  <jhs@debs.hoobahooba.net>
10
11         * coefficient.c (pspp_linreg_get_coeff): Removed use of
12         coefficient 0 as intercept.
13
14 2008-03-01  Jason Stover  <jhs@math.gcsu.edu>
15
16         * coefficient.c (pspp_coeff_init): Ensure first arg is not a null
17         pointer.
18
19         * coefficient.c (pspp_linreg_get_coeff): Make sure we don't return
20         a result beyond the last coefficient, or start with a coefficient
21         beyond the last one if there is only one.
22
23 2007-06-06  Ben Pfaff  <blp@gnu.org>
24
25         Adapt case sources, sinks, and clients of procedure code to the
26         new infrastructure.
27
28         * automake.mk: Add new files.
29         
30         * levene.c: Adapt to new casereaders.  Abstract better.
31
32         * merge.c: New file.
33
34         * merge.h: New file.
35
36         * sort.c: Rewrite in terms of case_ordering, merger.
37
38 2007-05-31  Jason Stover  <jhs@math.gcsu.edu>
39
40         * interaction.c: New file.
41         * interaction.h : New file.
42
43 Mon Feb  5 15:42:14 2007  Ben Pfaff  <blp@gnu.org>
44
45         * moments.c (moments_pass_two): Reduce number of multiplications.
46
47 Thu Dec  7 15:27:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
48
49         * factor-stats.c factor-stats.h: Changed independent values to 
50         be pointers rather than copies.
51
52 Wed Dec  6 21:14:59 2006  Ben Pfaff  <blp@gnu.org>
53
54         * coefficient.c: (pspp_coeff_get_value) Compare variable pointers
55         instead of variable indexes.
56         (pspp_linreg_get_coeff) Ditto.
57         (design_matrix_col_to_var_index) Removed.
58         (design_matrix_col_to_var) Compare variable pointers
59         instead of variable indexes.
60         (cmp_dm_var_index) Ditto.
61         (design_matrix_var_to_column) Ditto.
62         (dm_var_to_last_column) Ditto.
63
64 Sun Nov  5 08:30:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
65
66         * levene.c levene.h Changed to use the new casefilter structure.
67
68 2006-07-15  Jason Stover  <jhs@math.gcsu.edu>
69
70         * coefficient.c (pspp_coeff_init): Make design_matrix arg const.
71
72 2006-07-14  Jason Stover  <jhs@math.gcsu.edu>
73
74         * coefficient.c (pspp_coeff_init): Removed use of
75         pspp_linreg_cache to make the routines more generally useful.
76
77 2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
78
79         * coefficient.h: Renamed pspp_linreg_coeff to pspp_coeff.
80
81         * coefficient.c: Moved to src/math.
82
83         * coefficient.h: Moved to src/math.
84
85 Tue May  9 21:09:37 2006  Ben Pfaff  <blp@gnu.org>
86
87         * sort.c (sort_active_file_to_casefile): Check return value of
88         multipass_procedure().
89
90 Wed May  3 23:06:43 2006  Ben Pfaff  <blp@gnu.org>
91
92         Continue reforming procedure execution.  In this phase, get rid of
93         many global variables, consolidating procedure execution in
94         procedure.c.  Encapsulate transformations in new "struct
95         trns_chain".  Also, change implementation of N OF CASES, FILTER,
96         and PROCESS IF from special cases to transformations.
97          
98         * sort.c: (prepare_to_sort_active_file) Don't run a procedure
99         here.
100         (sort_active_file_in_place) Rewrite to run a procedure, capture
101         the output, sort the output, and set that as the source for the
102         next procedure.
103         (struct sort_to_casefile_cb_data) New structure.
104         (sort_to_casefile_callback) New function.
105         (sort_active_file_to_casefile) Rewrite to use
106         multipass_procedure().
107
108 Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
109
110         * removed unused variable.
111
112 Sat Apr 15 18:01:22 2006  Ben Pfaff  <blp@gnu.org>
113
114         * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
115
116 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
117         
118         * Moved files from src directory