create.solve_equi {knockoff} | R Documentation |
Optimization for equi-correlated fixed-X and Gaussian knockoffs
Description
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
.
Usage
create.solve_equi(Sigma)
Arguments
Sigma |
positive-definite p-by-p covariance matrix. |
Details
Computes the closed-form solution to the semidefinite programming problem:
used to generate equi-correlated knockoffs.
The closed form-solution to this problem is .
Value
The solution to the optimization problem defined above.
See Also
Other optimization:
create.solve_asdp()
,
create.solve_sdp()
[Package knockoff version 0.3.6 Index]