more teaching examples, but not yet implemented well.
[CommonLispStat.git] / bugs / issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml
blob854c58e366612eef0474d05f373698f78aa82c44
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: :closed
11 disposition: :reorg
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!
27 - - 2009-04-13 10:08:13.673451 Z
28   - Tony <blindglobe@gmail.com>
29   - closed with disposition reorg
30   - The problem has been moved to become a CLOS-based issue.