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