regression_trns_proc accepts an int as the third arg
[pspp-builds.git] / src / language / stats / ChangeLog
1 2006-04-17  Jason Stover  <jason@wonko.gcsu.edu>
2
3         * regression.q (regression_trns_proc): Accept case_idx as an int
4         to match the definition of trns_proc_func.
5
6 2006-04-17  Jason Stover  <jhs@math.gcsu.edu>
7
8         * regression.q (regression_trns_proc): New function.
9
10         * regression.q (subcommand_save): Create variable residuals and
11         add a transformation to assign values to them. Also free the
12         linreg_cache if the SAVE command was not called. Removed the
13         casereading loop. Placed actual computation of residuals in
14         regression_trns_proc.
15
16         * regression.q (run_regression): Moved call to free
17         pspp_linreg_cache to subcommand_save.
18
19 Sat Apr 15 18:01:03 2006  Ben Pfaff  <blp@gnu.org>
20
21         * examine.q (output_examine): Add casts to fix warnings.
22
23 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
24
25         * regression.q (subcommand_save): New function.
26
27 2006-04-04  Jason Stover  <jhs@math.gcsu.edu>
28
29         * regression.q: New function reg_has_categorical () to tell
30         whether a pspp_linreg_struct was made with any variables of type
31         ALPHA.
32
33         * regression.q: (subcommand_export): Call
34         reg_print_categorical_encoding() only if the model uses any
35         categorical variables.
36
37 Mon Mar 27 16:00:42 2006  Ben Pfaff  <blp@gnu.org>
38
39         * crosstabs.q: (output_pivot_table) Drop spurious space from
40         message.
41
42 2006-03-15  Jason Stover  <jhs@math.gcsu.edu>
43
44         * regression.q: Added custom syntax parser for VARIABLES subcommand
45
46         * regression.q: Moved most instructions for run_regression ()
47         inside the loop over dependent variables.
48
49 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
50         
51         * Moved files from src directory