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