Coverage for src/tinycta/ewm_cov.py: 100%
2 statements
« prev ^ index » next coverage.py v7.14.1, created at 2026-07-30 04:16 +0000
« prev ^ index » next coverage.py v7.14.1, created at 2026-07-30 04:16 +0000
1"""Exponentially weighted covariance matrix computation."""
3from cvx.linalg.covariance.ewm_cov import NegativeWarmupError as NegativeWarmupError
4from cvx.linalg.covariance.ewm_cov import ewm_covariance as ewm_covariance