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