validOrthomObject {gogarch} | R Documentation |
This function validates objects of class Orthom
.
validOrthomObject(object)
object |
Object of class |
This function is utilized by validObject()
. It is tested
whether object@M
is a square matrix, has det(M) = 1
and
MM' = I
.
TRUE |
Logical, |
Bernhard Pfaff
theta <- c(pi/3, pi/5, pi/7)
U <- UprodR(theta)
validObject(U)