changeset 287:2a718fe6b884 octave-forge

test of center removed; if mean is correctly installed, center is also correct
author schloegl
date Fri, 12 Apr 2002 16:32:18 +0000
parents 171cee840ab6
children cd358128ebe2
files extra/NaN/nantest.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/nantest.m	Fri Apr 12 14:37:54 2002 +0000
+++ b/extra/NaN/nantest.m	Fri Apr 12 16:32:18 2002 +0000
@@ -49,8 +49,6 @@
         r(15,k)=moment(x,6);
         r(16,k)=rms(x);
         r(17,k)=sem(x);
-    	%	tmp = center(x); %redundant with test of MEAN 
-	%r(18,k)=tmp(1);
 end;
 
 % check if result is correct