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