Documentation
README
Assess a new covariance/correlation methodology
A protocol for turning "here's a covariance idea" into a defensible verdict. Work the steps in order;
stop early only if a step fails. Install: pip install precise[research] (the research/ scripts use
scikit-learn and randomcov).
0. Classify the method first
- Estimator (produces a matrix) vs assessor (scores a matrix)? Different paths below.
- Online (updatable per observation) or batch? precise is an online library; a batch method can still be wrapped, but say so.
- Does it target the covariance, correlation, or precision? It must expose, or be convertible
to,
covariance_. - Does evaluating it need the ground-truth covariance (simulation only) or work on real data?
This is the opening of the README. Read the full README on GitHub.