Learn R Programming

lmomco (version 1.7.3)

f2flo: Conversion of Annual Nonexceedance Probability to Conditional Probability Nonexceedance Probabilities

Description

This function converts the cumulative distribution function of $F(x)$ to a conditional cumulative distribution function $P(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 $$P(x) <- (F(x) - \mathrm{pp})/(1-\mathrm{pp})\mathrm{,}$$ where the term $\mathrm{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.

Usage

f2flo(f, pp=NA)

Arguments

f
A vector of nonexceedance probabilities.
pp
The plotting position of the left-hand threshold and recommended to come from x2xlo.

Value

  • A vector of conditional nonexceedance probabilities.

See Also

x2xlo, flo2f

Examples

Run this code
# See examples for x2xlo().

Run the code above in your browser using DataLab