validOrthomObject {gogarch} | R Documentation |
Validation function for objects of class Orthom
Description
This function validates objects of class Orthom
.
Usage
validOrthomObject(object)
Arguments
object |
Object of class |
Details
This function is utilized by validObject()
. It is tested
whether object@M
is a square matrix, has det(M) = 1
and
MM' = I
.
Value
TRUE |
Logical, |
Author(s)
Bernhard Pfaff
See Also
Examples
theta <- c(pi/3, pi/5, pi/7)
U <- UprodR(theta)
validObject(U)
[Package gogarch version 0.7-5 Index]