diff scripts/statistics/distributions/hygepdf.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 12ab7f5fc663
line wrap: on
line diff
--- a/scripts/statistics/distributions/hygepdf.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/statistics/distributions/hygepdf.m	Tue Oct 10 16:10:31 2006 +0000
@@ -34,7 +34,7 @@
 function pdf = hygepdf (x, m, t, n)
 
   if (nargin != 4)
-    usage ("hygepdf (x, m, t, n)");
+    print_usage ();
   endif
 
   if (!isscalar (m) || !isscalar (t) || !isscalar (n))