diff scripts/statistics/base/qqplot.m @ 6754:451b346d8c2f

[project @ 2007-06-25 17:31:46 by jwe]
author jwe
date Mon, 25 Jun 2007 17:31:47 +0000
parents 3f79532415b5
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/base/qqplot.m
+++ b/scripts/statistics/base/qqplot.m
@@ -39,6 +39,10 @@
 ## qqplot (x, "uniform", 2, 4)
 ## @end example
 ##
+## @noindent
+## @var{dist} can be any string for which a function @var{dist_inv}
+## that calculates the inverse CDF of distribution @var{dist} exists.
+##
 ## If no output arguments are given, the data are plotted directly.
 ## @end deftypefn