example (works) of setting dfref
[CommonLispStat.git] / bugs / issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml
blob03d747f9d91d77b7861bfc8edc39479fb9db6673
1 --- !ditz.rubyforge.org,2008-03-06/issue 
2 title: Linear Regression fails when not simple
3 desc: |-
4   Linear regression is subject to the ancient matrix system, and needs an upgrade to work
5   both in terms of working, and moving from a sweep operator to a more modern approach (CG or SVD).
6 type: :bugfix
7 component: StatModels
8 release: "1.0"
9 reporter: Tony <blindglobe@gmail.com>
10 status: :unstarted
11 disposition: 
12 creation_time: 2008-12-09 06:31:13.014590 Z
13 references: []
15 id: c6b67c339b9ced8c8d746682088ff8ea0095ad74
16 log_events: 
17 - - 2008-12-09 06:31:39.530086 Z
18   - Tony <blindglobe@gmail.com>
19   - created
20   - |-
21     I think we still want to keep the sweep, but by default use something else.  Need to check R.
22     ./stop
23 - - 2009-01-05 13:04:37.899986 Z
24   - Tony <blindglobe@gmail.com>
25   - assigned to release 1.0 from unassigned
26   - can't release without descriptions and basic regression!