crabbymetrics
  • Home
  • API
  • Examples
    • OLS
    • Fixed Effects OLS
    • ElasticNet
    • Logit
    • Multinomial Logit
    • Poisson
    • TwoSLS
    • FTRL
    • MEstimator Poisson

On this page

  • Main Reference
  • Examples
  • Notes

crabbymetrics

crabbymetrics is a Rust-backed econometrics library with a compact Python API. This homepage is the entry point for the Quarto docs site in docs/.

Main Reference

  • API reference: verified public surface, library sitrep, summary schemas, and runtime smoke checks.

Examples

  • OLS: baseline linear regression with HC1 standard errors.
  • Fixed Effects OLS: partial out one-way or multi-way categorical fixed effects with within, then estimate slopes without an intercept.
  • ElasticNet: regularized linear regression.
  • Logit: binary logistic regression.
  • Multinomial Logit: multiclass classification.
  • Poisson: count regression.
  • TwoSLS: instrumental variables regression.
  • FTRL: online-style binary classification.
  • MEstimator Poisson: callback-driven estimation matched against built-in Poisson.

Notes

  • api.qmd remains the main documentation page and renders to api.html.
  • The site is a Quarto website, so shared navigation and search are generated under docs/.
  • All pages are rendered with embedded resources so the checked-in HTML files remain self-contained.