Kumulative Verteilung Aufzeichnen
Kumulative Verteilung von x
aufzeichnen, auf Wunsch auch Median
und Quartile.
This is just an old German language version of
plot.ecdf()
used for teaching at ETHZ.
cum.Vert.funkt(x, Quartile = TRUE, titel = TRUE, Datum = TRUE, rang.axis = n <= 20, xlab = "", main = "", ...)
x |
numeric vector whose empirical distribution should be plotted. |
Quartile |
logical indicating if all 3 non-trivial quartiles should be drawn. |
titel |
logical indicating if a German title should be drawn. |
Datum |
logical indicating if |
rang.axis |
logical indicating if all the ranks should be marked at the y-axis. Defaults to true if there are not more than 20 observations. |
xlab, main |
x-axis label and main title; default to empty. |
... |
optional further arguments, passed to |
the return value of plotStep()
which is called
internally, invisibly.
Martin Maechler et al.
cum.Vert.funkt(runif(12)) cum.Vert.funkt(runif(20)) Z <- rnorm(50) cum.Vert.funkt(Z)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.