Learn R Programming

lmomco (version 2.2.5)

nonexceeds: 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 TRUE then 0 and 1 are included in the returned vector.
less
A logical and if TRUE the default values are trimmed back.
sig6
A logical that will instead sweep $\pm 6$ standard deviations and transform standard normal variates to nonexceedance probabilities.

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.

See Also

check.fs, prob2T, T2prob

Examples

Run this code
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
quanor(nonexceeds(), para)

Run the code above in your browser using DataLab