diff scripts/statistics/tests/t_test.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 38c61cbf086c
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/statistics/tests/t_test.m
+++ b/scripts/statistics/tests/t_test.m
@@ -48,10 +48,10 @@
     usage ("[pval, t, df] = t_test (x, m, alt)");
   endif
 
-  if (! is_vector (x))
+  if (! isvector (x))
     error ("t_test: x must be a vector");
   endif
-  if (! is_scalar (m))
+  if (! isscalar (m))
     error ("t_test: m must be a scalar");
   endif