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