7b6ee73d3f28ac46cb6572ec3b9efe426b03427b
[pspp-builds.git] / src / math / linreg / ChangeLog
1 2006-04-05  Jason Stover  <jhs@math.gcsu.edu>
2
3         * predict.c: New file. pspp_linreg_predict() uses a linear model
4         to return a predicted value of the dependent variable.
5
6         * coefficient.c: Added pspp_linreg_coeff_get_est() and
7         pspp_linreg_coeff_get_std_err() to access estimated values of
8         coefficients and standard errors.
9
10 2006-04-03  Jason Stover  <jhs@math.gcsu.edu>
11
12         * coefficient.c: Added pspp_linreg_get_coeff() to find a
13         coefficient corresponding to a variable/value combination.
14
15 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
16         
17         * Moved files from src directory