Mercurial > hg > octave-lyh
diff scripts/statistics/base/ppplot.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/ppplot.m +++ b/scripts/statistics/base/ppplot.m @@ -37,6 +37,10 @@ ## ppplot (x, "uniform", 2, 4) ## @end example ## +## @noindent +## @var{dist} can be any string for which a function @var{dist_cdf} +## that calculates the CDF of distribution @var{dist} exists. +## ## If no output arguments are given, the data are plotted directly. ## @end deftypefn