Description Usage Arguments Value
This function constructs \widetilde{U}, a nxp orthonormal matrix that is orthogonal to the column space of X, such that X^T\widetilde{U} = 0.
1 | get_u_tild(X, randomize = FALSE)
|
X |
Design matrix to create knockoffs for. |
randomize |
If true, U tilde is a random matrix. If false, U tilde is the second half of the matrix Q, where Q is part of the QR decomposition of an nx2p matrix [U\ 0], where X = UDV^T. default is false. |
The orthonormal nxp matrix \widetilde{U}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.