changeset 10254:e4592dfe19a9 octave-forge

control-devel: add todo
author paramaniac
date Tue, 15 May 2012 06:42:56 +0000
parents fe15f05d495d
children 305c47683a39
files extra/control-devel/inst/arx.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-devel/inst/arx.m	Mon May 14 19:29:32 2012 +0000
+++ b/extra/control-devel/inst/arx.m	Tue May 15 06:42:56 2012 +0000
@@ -128,6 +128,7 @@
     
     ## covariance matrix C = (Phi1' Phi + Phi2' Phi2 + ...)
     tmp = cellfun (@(Phi) Phi.' * Phi, phi, "uniformoutput", false);
+    rc = cellfun (@rcond, tmp); # C auch noch testen? QR oder SVD?
     C = plus (tmp{:});
     
     ## PhiTY = (Phi1' Y1 + Phi2' Y2 + ...)