nonexceeds: Some Common or Useful Nonexceedance Probabilities

nonexceedsR 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 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.

Author(s)

W.H. Asquith

See Also

check.fs, prob2T, T2prob

Examples

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

lmomco documentation built on Aug. 30, 2023, 5:10 p.m.