From 20c0041f0a06f708924f8ffde7c45273d78c2d45 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Tue, 9 Dec 2008 07:33:53 +0100 Subject: [PATCH] added new bugs. so far ditz is nice --- ...e-8570c05cbe4c173ffe731f267c12f8e79647941c.yaml | 20 ++++++++++++++++++++ ...e-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 bugs/issue-8570c05cbe4c173ffe731f267c12f8e79647941c.yaml create mode 100644 bugs/issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml diff --git a/bugs/issue-8570c05cbe4c173ffe731f267c12f8e79647941c.yaml b/bugs/issue-8570c05cbe4c173ffe731f267c12f8e79647941c.yaml new file mode 100644 index 0000000..070955e --- /dev/null +++ b/bugs/issue-8570c05cbe4c173ffe731f267c12f8e79647941c.yaml @@ -0,0 +1,20 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: Data "frame" to matrix converter needed +desc: |- + Need to go from data to appropriate model matrix. Thomas claimed code in the old + lispstat gee package should work. +type: :task +component: Data +release: +reporter: Tony +status: :unstarted +disposition: +creation_time: 2008-12-09 06:32:55.823905 Z +references: [] + +id: 8570c05cbe4c173ffe731f267c12f8e79647941c +log_events: +- - 2008-12-09 06:33:16.116705 Z + - Tony + - created + - import the gee code and take a look, leave it for posterity. diff --git a/bugs/issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml b/bugs/issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml new file mode 100644 index 0000000..58ba0a7 --- /dev/null +++ b/bugs/issue-c6b67c339b9ced8c8d746682088ff8ea0095ad74.yaml @@ -0,0 +1,22 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: Linear Regression fails when not simple +desc: |- + Linear regression is subject to the ancient matrix system, and needs an upgrade to work + both in terms of working, and moving from a sweep operator to a more modern approach (CG or SVD). +type: :bugfix +component: StatModels +release: +reporter: Tony +status: :unstarted +disposition: +creation_time: 2008-12-09 06:31:13.014590 Z +references: [] + +id: c6b67c339b9ced8c8d746682088ff8ea0095ad74 +log_events: +- - 2008-12-09 06:31:39.530086 Z + - Tony + - created + - |- + I think we still want to keep the sweep, but by default use something else. Need to check R. + ./stop -- 2.11.4.GIT