35#ifndef STS_COV_ESTIMATORS_H
36#define STS_COV_ESTIMATORS_H
83 static std::pair<Eigen::MatrixXd, double>
ledoitWolf(
const Eigen::MatrixXd& matData);
stats library export/import macros.
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
Covariance matrix estimators including shrinkage methods.
static std::pair< Eigen::MatrixXd, double > ledoitWolf(const Eigen::MatrixXd &matData)
Ledoit-Wolf optimal shrinkage covariance estimator.