rorthogonal_group {ROOPSD} | R Documentation |
rorthogonal_group
Description
Generate sample from the orthogonal group O(d)
Usage
rorthogonal_group(d, n = 1)
Arguments
d |
[integer] Dimension of the matrix |
n |
[integer] numbers of samples drawn |
Value
[array or matrix], dim = d * d * n or d * d if n == 1
Examples
M = ROOPSD::rorthogonal_group( 2 , 10 )
[Package ROOPSD version 0.3.9 Index]