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