natural.tolerance.exp.low.simple: Natural Tolerance - Exponential(low) Distribution

View source: R/natural.tolerance.exp.low.simple.R

natural.tolerance.exp.lowR Documentation

Natural Tolerance - Exponential(low) Distribution

Description

Calculates the natural tolerance of a given probability distribution, defined as F(p.upper)-F(p.lower) where F is a quantile function for a given univariate distribution. Default is to calculate the natural tolerance with a total tail area of .0027, or .00135 on the lower tail and .00135 on the upper tail.

Usage

natural.tolerance.exp.low(x, low = min(x), ...)

natural.tolerance.exp.low.simple(rate = 1, low = 0, ...)

Arguments

x

Vector/numeric - data to fit parameters

low

Scalar/numeric - minimum value for distribution

...

Additional parameters for natural.tolerance

rate

Scalar/numeric - rate parameter for exponential distribution.

Value

Scalar or data.frame - scalar if details = F, otherwise data frame with details from calculation.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.