RIDGEc function

Ridge-penalized precision matrix estimation (c++)

Ridge-penalized precision matrix estimation (c++)

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

RIDGEc(S, lam)

Arguments

  • S: sample covariance matrix (denominator n).
  • lam: tuning parameter for ridge penalty.

Returns

estimated Omega

  • Maintainer: Matt Galloway
  • License: GPL (>= 2)
  • Last published: 2018-08-02