Description Usage Arguments Details Author(s) See Also Examples
Computes an approximate empirical cumulative distribution function of a data set given a binned histogram representation of that dataset.
1 | HistToEcdf(h, method="constant", f=0, inverse=FALSE)
|
h |
A histogram object (created by |
method |
specifies the interpolation method to be used in call to
|
f |
if |
inverse |
if |
This function approximates the e.c.d.f. (empirical cumulative distribution function) of a data set given a binned histogram representation of that data set.
Murray Stokely mstokely@google.com
histogramtools-package
,
ecdf
,
approxfun
, and
hist
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.