estOmega: Estimation of the precision matrix

Description Usage Arguments Details Value

View source: R/EstOmega.R

Description

estOmega estimates the inverse matrix of C via regularizations.

Usage

1
estOmega(lbd, C)

Arguments

lbd

A numeric constant.

C

A K by K matrix.

Details

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 Ω.

Value

A K by K matrix.


bingx1990/LOVE documentation built on Jan. 23, 2022, 1:30 a.m.