| Library: | stats |
| See also: | randx qfx pdfx |
| Macro: | cdfx | |
| Description: | cdfx returns the value of the extreme value and generalized Pareto distribution functions for elements of a vector. |
| Usage: | r = cdfx(dist, x, shape) | |
| Input: | ||
| dist | name of distribution: "ev", "ev0", "ev1", "ev2", "gp", "gp0", "gp1" or "gp2" | |
| x | vector | |
| shape | shape parameter | |
| Output: | ||
| r | vector | |
library("stats")
cdfx("ev0", 1.7)
0.83303
| Library: | stats |
| See also: | randx qfx pdfx |