scikit-learn/examples/covariance
Andreas Mueller 07f8c6f660 DOC FIX typo 2011-12-20 18:58:39 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_covariance_estimation.py BUG: example plot compatibility with older matplotlib versions 2011-12-20 02:03:41 -08:00
plot_lw_vs_oas.py Implements a robust covariance estimator: Rousseeuw's MCD. 2011-10-04 11:18:55 +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 DOC FIX typo 2011-12-20 18:58:39 +01: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.