diff scripts/statistics/base/mahalanobis.m @ 7411:83a8781b529d

[project @ 2008-01-22 21:52:25 by jwe]
author jwe
date Tue, 22 Jan 2008 21:52:26 +0000
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/statistics/base/mahalanobis.m	Tue Jan 22 21:34:24 2008 +0000
+++ b/scripts/statistics/base/mahalanobis.m	Tue Jan 22 21:52:26 2008 +0000
@@ -55,3 +55,9 @@
   retval = (Xm - Ym) * Winv * (Xm - Ym)';
 
 endfunction
+
+%!error mahalanobis ();
+
+%!error mahalanobis (1, 2, 3);
+
+