Covariance estimation in the presence of fat tails and outliers
For detailed description of the API and usage examples, please visit our most up-to-date documentation.
$ uv pip install -e .[docs, tests, dev]
from heavytail.tyler import tyler_covariance
tyler_cov = tyler_covariance(data=data, max_iter=100, tol=1e-6)