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