We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f720a48 commit 0ff479bCopy full SHA for 0ff479b
README.md
@@ -1,3 +1,7 @@
1
-# Econometrics in jax
+# `jaxonometrics`: Econometrics in jax
2
3
-minimal working examples of standard econometrics tasks implemented with modern optimizers in JAX.
+Simple library that provides performant implementations of standard econometrics routines in the JAX ecosystem.
4
+
5
+- `jax` arrays everywhere
6
+- `lineax` for solving linear systems
7
+- `jaxopt` and `optax` for numerical optimization (Levenberg–Marquardt for NNLS-type problems and SGD for larger problems)
0 commit comments