Covariance matrix estimators including shrinkage methods. More...
#include <sts_cov_estimators.h>
Static Public Member Functions | |
| static std::pair< Eigen::MatrixXd, double > | ledoitWolf (const Eigen::MatrixXd &matData) |
| Ledoit-Wolf optimal shrinkage covariance estimator. | |
Covariance matrix estimators including shrinkage methods.
Covariance matrix estimators.
Definition at line 68 of file sts_cov_estimators.h.
|
static |
Ledoit-Wolf optimal shrinkage covariance estimator.
Computes the shrinkage coefficient analytically using the formula from Ledoit & Wolf (2004) "A well-conditioned estimator for large-dimensional covariance matrices" (Journal of Multivariate Analysis, 88(2), 365-411).
| [in] | matData | Zero-mean data, n_channels x n_samples. |
Definition at line 58 of file sts_cov_estimators.cpp.