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