This function checks whether a set of vectors has the following two properties:
the set is orthonormal
each vector has components summing to zero (that is, it is a deviation)
is_JP_ready(x, verbose = TRUE, tol = 1e-04)an rkhist or matrix object containing the vectors to check
(by row).
a logical. Should the result of the check be displayed?
a positive numeric. The accepted tolerance for the constraints.
A list with entries
TRUE if the set obeys the constraints, FALSE otherwise
the tolerance allowed on the constraints
the cross product of the vectors
the sum of the components of each vector
the checked vectors