fce036c1aa214df65d633217db59ba03343d29ba
[pspp-builds.git] / src / language / stats / ChangeLog
1 2006-04-28  Jason Stover  <jhs@math.gcsu.edu>
2
3         * regression.q (regression_trns_resid_proc): Pass only the
4         variables used in the model to (*model->residual)().
5
6 2006-04-26  Jason Stover  <jhs@math.gcsu.edu>
7
8         * regression.q: Added support for multiple transformations.
9         
10         * regression.q (regression_trns_resid_proc): New function.
11
12         * regression.q (regression_trns_pred_proc): New function.
13
14         * regression.q (subcommand_save): Added support for saving
15         predicted values.
16
17         * regression.q (regression_trns_free): New function. 
18
19         * regression.q (reg_get_name): New function.
20
21         * regression.q (reg_save_var): New function.
22
23 Tue Apr 25 13:18:56 2006  Ben Pfaff  <blp@gnu.org>
24
25         * rank.q (parse_rank_function): Use SE instead of ME for parse
26         errors.
27
28 Tue Apr 25 13:16:28 2006  Ben Pfaff  <blp@gnu.org>
29
30         * flip.c (flip_sink_write): Use snprintf() to simplify a bit of
31         code.
32
33 2006-04-21  Jason Stover  <jhs@math.gcsu.edu>
34
35         * regression.q (try_name): New function. (Partly copied from
36         try_name in descriptives.c.)
37
38         * regression.q (subcommand_save): Choose residual variable names
39         correctly. 
40
41 2006-04-20  Jason Stover  <jhs@math.gcsu.edu>
42
43         * regression.q (cmd_regression): Moved call to subcommand_save()
44         outside multipass_procedure_with_splits().
45         
46         * regression.q (regression_trns_proc): Fixed value counter n_vals
47         before calling *model->residual().
48
49 2006-04-19  Jason Stover  <jhs@math.gcsu.edu>
50
51         * regression.q (regression_trns_proc): Fixed the look-up of the
52         number of variables.
53
54 2006-04-18  Jason Stover  <jhs@math.gcsu.edu>
55
56         * regression.q (regression_trns_proc): Look up the residual
57         variable in the linear regression cache.
58
59         * regression.q (subcommand_save): Set the residual variable in the
60         linear regression cache.
61
62 2006-04-17  Jason Stover  <jason@wonko.gcsu.edu>
63
64         * regression.q (regression_trns_proc): Accept case_idx as an int
65         to match the definition of trns_proc_func.
66
67 2006-04-17  Jason Stover  <jhs@math.gcsu.edu>
68
69         * regression.q (regression_trns_proc): New function.
70
71         * regression.q (subcommand_save): Create variable residuals and
72         add a transformation to assign values to them. Also free the
73         linreg_cache if the SAVE command was not called. Removed the
74         casereading loop. Placed actual computation of residuals in
75         regression_trns_proc.
76
77         * regression.q (run_regression): Moved call to free
78         pspp_linreg_cache to subcommand_save.
79
80 Sat Apr 15 18:01:03 2006  Ben Pfaff  <blp@gnu.org>
81
82         * examine.q (output_examine): Add casts to fix warnings.
83
84 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
85
86         * regression.q (subcommand_save): New function.
87
88 2006-04-04  Jason Stover  <jhs@math.gcsu.edu>
89
90         * regression.q: New function reg_has_categorical () to tell
91         whether a pspp_linreg_struct was made with any variables of type
92         ALPHA.
93
94         * regression.q: (subcommand_export): Call
95         reg_print_categorical_encoding() only if the model uses any
96         categorical variables.
97
98 Mon Mar 27 16:00:42 2006  Ben Pfaff  <blp@gnu.org>
99
100         * crosstabs.q: (output_pivot_table) Drop spurious space from
101         message.
102
103 2006-03-15  Jason Stover  <jhs@math.gcsu.edu>
104
105         * regression.q: Added custom syntax parser for VARIABLES subcommand
106
107         * regression.q: Moved most instructions for run_regression ()
108         inside the loop over dependent variables.
109
110 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
111         
112         * Moved files from src directory