tolerance.
extrap(x, alpha, P)
interp(x, alpha, P)
rFUN(FUN, r1 = "1", r2 = "2")
rwishart(df, p)
two.sided(x, alpha, P)
zeta.fun(x)1-alpha is the confidence level.r1 and r2.FUN.zeta.fun, a vector or matrix whose real values must be greater than or equal to 1.
For extrap, interp, and two.sided, it is a vector of data.extrap, interp, and two.sided are functions used for the Young-Mathew approach to improving nonparametric tolerance intervals. rFUN is a way to extract the character expression for FUN with the two arguments r1 and r2. rwishart performs random generation of Wishart matrices. zeta.fun is a condensed version of the Riemann's zeta function given in the VGAM package. Please use that reference if looking to directly implement Riemann's zeta function. The function we have included is done so out of convenience.
mvtol.region, nptol.int