isBounded | R Documentation |
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.
isBounded(x, ...)
## S3 method for class 'gell'
isBounded(x, ...)
isFat(x, ...)
## S3 method for class 'gell'
isFat(x, ...)
isFlat(x, ...)
## S3 method for class 'gell'
isFlat(x, ...)
isUnbounded(x, ...)
## S3 method for class 'gell'
isUnbounded(x, ...)
x |
A class |
... |
Other arguments, not used. |
TRUE or FALSE
Georges Monette
Friendly, M., Monette, G. and Fox, J. (2013). Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry. Statistical Science, 28(1), 1-39.
signature
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.