initial version of statistically-relevant linear algebra, based on lisp-matrix.
[CommonLispStat.git] / bugs / issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml
blob58ba0a78cffd33e8e05ed8ff9ec8588ded3ee3b2
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: 
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