View source: R/ecdf.R View source: R/fitting.R
| ECDF | R Documentation |
Calculates the ECDF using the Weibull plotting position formula.
Computes the ECDF using the Weibull plotting position.
ECDF(x)
ECDF(x)
x |
numeric vector of values |
A data.table with columns p (plotting positions)
and value (sorted unique values).
a data.table with columns p (plotting positions) and
value (sorted unique values), keyed on value
fitDist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.