Learn R Programming

gellipsoid (version 0.7.3)

isBounded: Tests for Classes of Generalized Ellipsoids

Description

These functions provide tests for classes of generalized ellipsoids in the (U, D) representation, based on the numbers of positive, zero and infinite singular values in D.

They are included here mainly as computational definitions of the terms ‘bounded’ for an ellipsoid with finite extent, ‘fat’, for a bounded ellipsoid with non-empty interior, ‘flat’, for degenerate (singular) ellipsoids in \(R^p\) with empty interior.

Usage

isBounded(x, ...)

# S3 method for gell isBounded(x, ...)

isFat(x, ...)

# S3 method for gell isFat(x, ...)

isFlat(x, ...)

# S3 method for gell isFlat(x, ...)

isUnbounded(x, ...)

# S3 method for gell isUnbounded(x, ...)

Value

TRUE or FALSE

Arguments

x

A class "gell" object

...

Other arguments, not used.

Author

Georges Monette

References

Friendly, M., Monette, G. and Fox, J. (2013). Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry. Statistical Science, 28(1), 1-39.

See Also

signature

Examples

Run this code

# None yet

Run the code above in your browser using DataLab