Mercurial > hg > octave-lyh
comparison scripts/statistics/base/ppplot.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
38 ## @end example | 38 ## @end example |
39 ## | 39 ## |
40 ## If no output arguments are given, the data are plotted directly. | 40 ## If no output arguments are given, the data are plotted directly. |
41 ## @end deftypefn | 41 ## @end deftypefn |
42 | 42 |
43 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 43 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
44 ## Description: Perform a PP-plot (probability plot) | 44 ## Description: Perform a PP-plot (probability plot) |
45 | 45 |
46 function [p, y] = ppplot (x, dist, varargin) | 46 function [p, y] = ppplot (x, dist, varargin) |
47 | 47 |
48 if (nargin < 1) | 48 if (nargin < 1) |