rmcgibbo / covar

Compute shrinkage estimates of the covariance matrix

Home Page:https://pythonhosted.org/covar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covar: shrinkage covariance estimation

Build Status

This Python package contains a single function, cov_shrink which implements a plug-in shrinkage estimator for the covariance matrix.

The estimator is described by Schafer and Strimmer (2005), where it is called "Target D: (diagonal, unequal variance)".

See the documentation for more details.

Installation

pip install covar

Dependencies

  1. Python (2.7, or 3.3+)
  2. numpy
  3. scipy (0.16+)
  4. cython

About

Compute shrinkage estimates of the covariance matrix

https://pythonhosted.org/covar/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%