comparison 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
comparison
equal deleted inserted replaced
6753:a5c64dad5b93 6754:451b346d8c2f
35 ## 35 ##
36 ## @example 36 ## @example
37 ## ppplot (x, "uniform", 2, 4) 37 ## ppplot (x, "uniform", 2, 4)
38 ## @end example 38 ## @end example
39 ## 39 ##
40 ## @noindent
41 ## @var{dist} can be any string for which a function @var{dist_cdf}
42 ## that calculates the CDF of distribution @var{dist} exists.
43 ##
40 ## If no output arguments are given, the data are plotted directly. 44 ## If no output arguments are given, the data are plotted directly.
41 ## @end deftypefn 45 ## @end deftypefn
42 46
43 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 47 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
44 ## Description: Perform a PP-plot (probability plot) 48 ## Description: Perform a PP-plot (probability plot)