Sparse inverse covariance estimation
  • References/Python/scikit-learn/Examples/Covariance estimation

Using the GraphLasso estimator to learn a covariance and sparse precision from a small number of samples. To estimate a probabilistic model (e.g

2025-01-10 15:47:30
Ledoit-Wolf vs OAS estimation
  • References/Python/scikit-learn/Examples/Covariance estimation

The usual covariance maximum likelihood estimate can be regularized using shrinkage. Ledoit and Wolf proposed a close formula to compute the asymptotically optimal

2025-01-10 15:47:30
Robust covariance estimation and Mahalanobis distances relevance
  • References/Python/scikit-learn/Examples/Covariance estimation

An example to show covariance estimation with the Mahalanobis distances on Gaussian distributed data. For Gaussian distributed

2025-01-10 15:47:30
Outlier detection with several methods.
  • References/Python/scikit-learn/Examples/Covariance estimation

When the amount of contamination is known, this example illustrates three different ways of performing

2025-01-10 15:47:30
Shrinkage covariance estimation
  • References/Python/scikit-learn/Examples/Covariance estimation

When working with covariance estimation, the usual approach is to use a maximum likelihood estimator, such as the

2025-01-10 15:47:30
Robust vs Empirical covariance estimate
  • References/Python/scikit-learn/Examples/Covariance estimation

The usual covariance maximum likelihood estimate is very sensitive to the presence of outliers in the data set. In such a case, it would be better to

2025-01-10 15:47:30