flo2f | R Documentation |
This function converts the conditional cumulative distribution function of P(x)
to a cumulative distribution function F(x)
based on the probability level of the left-hand threshold. It is recommended that this threshold (as expressed as a probability) be that value returned from x2xlo
in attribute pp
. The conversion is simple
F(x) = pp + (1 - pp)P(x)\mathrm{,}
where the term pp
corresponds to the estimated probability or plotting position of the left-hand threshold.
This function is particularly useful for applications in which zero values in the data set require truncation so that logarithms of the data may be used. But also this function contributes to the isolation of the right-hand tail of the distribution for analysis by conditionally trimming out the left-hand tail at the analyst's discretion.
flo2f(f, pp=NA, xlo=NULL)
f |
A vector of nonexceedance probabilities. |
pp |
The plotting position of the left-hand threshold and recommended to come from |
xlo |
An optional result from |
A vector of converted nonexceedance probabilities.
W.H. Asquith
x2xlo
, f2flo
flo2f(f2flo(.73,pp=.1),pp=.1)
# Also see examples for x2xlo().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.