diff scripts/statistics/base/statistics.m @ 3456:434790acb067

[project @ 2000-01-19 06:58:51 by jwe]
author jwe
date Wed, 19 Jan 2000 06:59:23 +0000
parents 71d2e09c15a2
children 38c61cbf086c
line wrap: on
line diff
--- a/scripts/statistics/base/statistics.m	Tue Jan 18 19:57:13 2000 +0000
+++ b/scripts/statistics/base/statistics.m	Wed Jan 19 06:59:23 2000 +0000
@@ -23,8 +23,8 @@
 ## If @var{x} is a vector, treat it as a column vector.
 ## @end deftypefn
 
-## Author:  KH <Kurt.Hornik@ci.tuwien.ac.at>
-## Description:  Compute basic statistics
+## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
+## Description: Compute basic statistics
 
 function S = statistics (X)
 
@@ -46,7 +46,7 @@
                 (kurtosis (X(:,k)))];
     endfor
   else
-    error ("statistics:  invalid argument");
+    error ("statistics: invalid argument");
   endif
 
 endfunction