Description Usage Arguments Details Value
estOmega
estimates the inverse matrix of C
via regularizations.
1 |
lbd |
A numeric constant. |
C |
A K by K matrix. |
For a given matrix C
, estOmega
finds its inverse
by solving the following linear program
\min_{Ω} ||Ω||_{∞,1}
subject to
||C Ω - I|| ≤ λ.
The above LP is solved by decoupling into several linear programs, each of which solves one row of Ω.
A K by K matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.