scikit-learn/examples/covariance
GaelVaroquaux d41b02ae6b BUG: example now needs 'assume_centered' 2012-07-23 16:07:14 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_covariance_estimation.py Avoid extra computations + clean `assume_centered` argument use. 2012-07-23 16:07:14 +02:00
plot_lw_vs_oas.py BUG: example now needs 'assume_centered' 2012-07-23 16:07:14 +02:00
plot_mahalanobis_distances.py DOC: outlier detection improve docs and examples 2011-12-20 13:11:44 +01:00
plot_outlier_detection.py The LedoitWolf object has to return a covariance estimate or breaks. 2012-07-23 16:07:14 +02:00
plot_robust_vs_empirical_covariance.py DOC: Fixed warning 2011-11-30 11:44:59 +01:00
plot_sparse_cov.py MISC: @VirgileFritsch and @mblondel's comments 2011-11-10 23:43:11 +01:00

README.txt

.. _covariance_examples:

Covariance estimation
---------------------

Examples concerning the :mod:`sklearn.covariance` package.