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