Description Usage Arguments Value
SVD with fixed sign Performs SVD and then adjusts the sign of each column of the U matrix so that the value with the greatest magnitude is positive. It fixes the signs of the V matrix accordingly.
1 | svd_sign(X)
|
X |
Design matrix to create knockoffs for. |
The SVD of X: U, a vector of singular values d, V, such that X = Udiag\{d\}V^T.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.