microprediction

6 mods across 1 repository, 333 stars between them.

microprediction/precise

Skill Claude CodeCodex

Rigorously and honestly assess a NEW or proposed covariance / correlation / precision estimator, or a new covariance scoring rule, using precise. Use when someone proposes, asks to evaluate, or wants to compare a covariance methodology. Covers implementing it to the contract, conformance, benchmarking against the…

333 2mo ago A 78 tokens

microprediction/precise

Skill Claude CodeCodex

Pick which precise covariance estimator to use for a given dataset. Use when you have data X and are unsure which estimator fits its dimension, conditioning, or tail behavior. Wraps precise.suggest() and covariancefeatures().

333 2mo ago A 50 tokens

microprediction/precise

Skill Claude CodeCodex

Estimate a covariance / correlation / precision matrix incrementally with precise. Use when data arrives as a stream and you want the matrix updated per observation, or when you want an online (partialfit) drop-in for sklearn.covariance, which is batch-only.

333 2mo ago A 58 tokens

microprediction/precise

Skill Claude CodeCodex

Maintain an online covariance over named series whose set changes over time (e.g. assets entering and leaving). Use when observations arrive as dicts keyed by name rather than fixed-length vectors. Wraps precise's keyed / FixedUniverse / DynamicUniverse adapters.

333 2mo ago A 57 tokens

microprediction/precise

Skill Claude CodeCodex

Score and compare covariance estimates with precise's assessor panel. Use when you need to judge an estimate out-of-sample or rank competing estimators — and especially in high dimensions, where the plain held-out likelihood is misleading.

333 2mo ago A 51 tokens

precise

06

microprediction/precise

Skill Claude CodeCodex

Online (incremental) covariance, correlation, and precision estimation in Python — the streaming complement to sklearn.covariance. Use when code needs a covariance/correlation matrix updated per observation, recomputes np.cov/np.corrcoef in a rolling loop, must judge or compare covariance estimates, or proposes a new…

333 2mo ago A 76 tokens