Coverage for src/tinycta/ewm_cov.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-06-06 05:36 +0000

1"""Exponentially weighted covariance matrix computation.""" 

2 

3from cvx.linalg.ewm_cov import NegativeWarmupError as NegativeWarmupError 

4from cvx.linalg.ewm_cov import ewm_covariance as ewm_covariance