changeset 3263:cbe28b3cdab5 octave-forge

Make regress test error relative and smaller
author adb014
date Thu, 22 Mar 2007 01:06:54 +0000
parents 70c445723e97
children 27a417363fdb
files main/statistics/inst/regress.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/statistics/inst/regress.m	Thu Mar 22 00:19:50 2007 +0000
+++ b/main/statistics/inst/regress.m	Thu Mar 22 01:06:54 2007 +0000
@@ -215,4 +215,4 @@
 %! assert(b,V(:,1),3e-6);
 %! assert(stats(1),Rsq,3e-13);
 %! assert(stats(2),F,3e-8);
-%! assert(((bint(:,1)-bint(:,2))/2)/t_inv(alpha/2,9),V(:,2),1.e-2);
+%! assert(((bint(:,1)-bint(:,2))/2)/t_inv(alpha/2,9),V(:,2),-1.e-5);