nonexceeds {lmomco} | R Documentation |
Some Common or Useful Nonexceedance Probabilities
Description
This function returns a vector nonexceedance probabilities.
Usage
nonexceeds(f01=FALSE, less=FALSE, sig6=FALSE)
Arguments
f01 |
A logical and if |
less |
A logical and if |
sig6 |
A logical that will instead sweep |
Value
A vector of selected nonexceedance probabilities F
useful in assessing the “frequency curve” in applications (noninclusive). This vector is intended to be helpful and self-documenting when common F
values are desired to explore deep into both distribution tails.
Author(s)
W.H. Asquith
See Also
Examples
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
quanor(nonexceeds(), para)
[Package lmomco version 2.5.1 Index]