Generate a random d-dimensional rotation matrix.
产生一个随机的d维旋转矩阵。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The algorithm used to randomly create the rotation matrix is due to R Salomon (see reference). No guarantee is given that the generated rotation matricies are uniformly distributed in any sense.
该算法使用随机创建的旋转矩阵是由于到R所罗门(请参阅参考资料)。不保证在任何意义上是均匀分布的,产生的旋转matricies的。
用法----------Usage----------
random_rotation_matrix(d)
参数----------Arguments----------
参数:d
Dimension of desired rotation matrix.
所希望的旋转矩阵的维数。
值----------Value----------
A random d \times d rotation matrix.
随机d \times d旋转矩阵。
参考文献----------References----------
under coordinate rotation of benchmark functions. A survey of some theoretical and practical aspects of genetic algorithms. Biosystems. 1996;39(3):263-78.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。