create.solve_equi | R Documentation |
This function solves a very simple optimization problem needed to create fixed-X and
Gaussian SDP knockoffs on the full the covariance matrix. This may be significantly
less powerful than create.solve_sdp
.
create.solve_equi(Sigma)
Sigma |
positive-definite p-by-p covariance matrix. |
Computes the closed-form solution to the semidefinite programming problem:
\mathrm{maximize} \; s \quad \mathrm{subject} \; \mathrm{to:} \; 0 ≤q s ≤q 1, \; 2Σ - sI ≥q 0
used to generate equi-correlated knockoffs.
The closed form-solution to this problem is s = 2λ_{\mathrm{min}}(Σ) \land 1.
The solution s to the optimization problem defined above.
Other optimization:
create.solve_asdp()
,
create.solve_sdp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.