subscript fixes; added free functions
[pspp-builds.git] / src / math / ts / ChangeLog
1 2006-07-03  Jason Stover  <jhs@math.gcsu.edu>
2
3         * innovations.c (init_theta): Fixed subscripts.
4         * innovations.c (innovations_update_coeff): Fixed subscripts.
5         * innovations.c (get_covarience): Fixed subscripts.
6         * innovations.c (pspp_innovations_free): New function.
7         * innovations.c (pspp_innovations_free_one): New function.
8
9 2006-07-02  Jason Stover  <jhs@math.gcsu.edu>
10
11         * innovations.c (get_coef): Moved instructions to
12         innovations_update_coeff() and init_theta().
13         * innovations.c (get_coef): Fixed allocation of theta.
14         * innovations.c (innovations_update_theta): New function.
15         * innovations.c (init_theta): New function.
16         * innovations.c (innovations_convolve): Fixed upper bound of
17         subscript in sum.
18
19 2006-07-01  Jason Stover  <jhs@math.gcsu.edu>
20
21         * innovations.c: Use gsl_matrices to avoid use of casefiles by
22         backend math routine.
23
24 2006-06-21  Jason Stover  <jhs@math.gcsu.edu>
25
26         * innovations.c (innovations_update_scale): New function.
27         * innovations.c (get_coef): Save computed coefficients in est->coeff.
28
29         * innovations.c (get_coef): Initialize and free the innovations
30         coefficients. Call innovations_update_scale ().
31
32 2006-06-16  Jason Stover  <jhs@math.gcsu.edu>
33
34         * innovations.c (innovations_convolve): New function.
35         * innovations.c (get_coef): New function.
36
37 2006-06-04  Jason Stover  <jhs@math.gcsu.edu>
38
39         * innovations.c (get_covariance): Initial version
40
41 2006-05-25  Jason Stover  <jhs@math.gcsu.edu>
42
43         * innovations.c:  New file
44