predict is more robust
[pspp-builds.git] / src / math / linreg / ChangeLog
1 2006-04-09  Jason Stover  <jhs@math.gcsu.edu>
2
3         * predict.c (pspp_linreg_predict): Do something sensible even with
4         bad input.
5
6 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
7
8         * predict.c (pspp_linreg_predict): Improved handling of null
9         pointer args.
10
11         * predict.c (pspp_linreg_residuals): New function.
12
13         * coefficient.c: Improved handling of null pointer args.
14
15 2006-04-05  Jason Stover  <jhs@math.gcsu.edu>
16
17         * predict.c: New file. pspp_linreg_predict() uses a linear model
18         to return a predicted value of the dependent variable.
19
20         * coefficient.c: Added pspp_linreg_coeff_get_est() and
21         pspp_linreg_coeff_get_std_err() to access estimated values of
22         coefficients and standard errors.
23
24 2006-04-03  Jason Stover  <jhs@math.gcsu.edu>
25
26         * coefficient.c: Added pspp_linreg_get_coeff() to find a
27         coefficient corresponding to a variable/value combination.
28
29 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
30         
31         * Moved files from src directory