Description Usage Arguments Value Author(s)
This function interpolates CDF values at a set of percentiles. The CDF values can be CDF estimates, CDF confidence bound estimates, or values at which the CDF is estimated (i.e., x-axis values). It is assumed that arguments cdfest.p and cdf.value are strictly increasing.
1 | interp.cdf(pctval, cdfest.p, cdf.value)
|
pctval |
Vector of percentiles (expressed as percents) at which the CDF values are to be interpolated. |
cdfest.p |
Vector of CDF estimates in terms of proportions. |
cdf.value |
Vector of CDF values to be interpolated. |
A numeric vector consisting of the interpolated CDF values.
Tony Olsen Olsen.Tony@epa.gov
Tom Kincaid Kincaid.Tom@epa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.