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