RIDGEc: Ridge-penalized precision matrix estimation (c++)

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Ridge penalized matrix estimation via closed-form solution. Augmented from Adam Rothman's STAT 8931 code.

Usage

1
RIDGEc(S, lam)

Arguments

S

sample covariance matrix (denominator n).

lam

tuning parameter for ridge penalty.

Value

estimated Omega


MGallow/shrink documentation built on May 7, 2019, 10:54 a.m.