b35a381b8a7a4d20ed8d7e3a849ff5571b42739d
[pspp-builds.git] / src / math / linreg / ChangeLog
1 2006-04-17  Jason Stover  <jhs@math.gcsu.edu>
2
3         * linreg.c (pspp_linreg_cache_free): Return a bool.
4
5 Sat Apr 15 18:03:01 2006  Ben Pfaff  <blp@gnu.org>
6
7         * predict.c (pspp_linreg_predict): Change prototype to match
8         struct pspp_linreg_cache_struct's predict member.
9         * predict.c (pspp_linreg_residual): Change prototype to match
10         struct pspp_linreg_cache_struct's residual member.
11
12 Sat Apr 15 18:01:39 2006  Ben Pfaff  <blp@gnu.org>
13
14         * coefficient.c (pspp_linreg_get_coeff): Compare n_indeps against
15         0, instead of NULL, because it's an integer type.
16
17 Mon Apr  3 13:20:54 2006  Ben Pfaff  <blp@gnu.org>
18
19         * linreg.c (pspp_linreg): Move declaration before code for C90
20         compliance.
21
22 2006-04-09  Jason Stover  <jhs@math.gcsu.edu>
23
24         * predict.c (pspp_linreg_predict): Do something sensible even with
25         bad input.
26
27 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
28
29         * predict.c (pspp_linreg_predict): Improved handling of null
30         pointer args.
31
32         * predict.c (pspp_linreg_residuals): New function.
33
34         * coefficient.c: Improved handling of null pointer args.
35
36 2006-04-05  Jason Stover  <jhs@math.gcsu.edu>
37
38         * predict.c: New file. pspp_linreg_predict() uses a linear model
39         to return a predicted value of the dependent variable.
40
41         * coefficient.c: Added pspp_linreg_coeff_get_est() and
42         pspp_linreg_coeff_get_std_err() to access estimated values of
43         coefficients and standard errors.
44
45 2006-04-03  Jason Stover  <jhs@math.gcsu.edu>
46
47         * coefficient.c: Added pspp_linreg_get_coeff() to find a
48         coefficient corresponding to a variable/value combination.
49
50 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
51         
52         * Moved files from src directory