check.orthogonality | R Documentation |
Checks whether rows of a given matrix are pairwise orthogonal or not. Returns a value 1 if the rows are pairwise orthogonal, else return 0.
check.orthogonality(M)
M |
a matrix |
A value of 1 if rows of the matrix are pairwise orthogonal else 0.
Baidya Nath Mandal <mandal.stat@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.