Learn R Programming

tolerance (version 0.4.0)

tolerance-internal: Internal Functions

Description

Internal functions for the package tolerance.

Usage

rwishart(df, p)
zeta.fun(x)

Arguments

df
The degrees of freedom for the Wishart matrix to be generated.
p
The dimension of the random Wishart matrix.
x
A vector or matrix whose real values must be greater than or equal to 1.

Details

These functions are not intended to be called by the user. 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.

References

Yee, T. (2010), The VGAM Package for Categorical Data Analysis, Journal of Statistical Software, 32, 1--34.

See Also

mvtol.region