RandRot | R Documentation |
Samples a p x p uniformly random rotation matrix via QR decomposition of a matrix with elements sampled iid from a standard normal distribution.
RandRot(p)
p |
The columns of an n by p numeric matrix or data frame. |
A p x p uniformly random rotation matrix.
RotMatPPO
RotMatRand
RotMatRF
RotMatMake
set.seed(220828)
(RandRot(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.