Skip to content

Commit 0ff479b

Browse files
authored
Update README.md
1 parent f720a48 commit 0ff479b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# Econometrics in jax
1+
# `jaxonometrics`: Econometrics in jax
22

3-
minimal working examples of standard econometrics tasks implemented with modern optimizers in JAX.
3+
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

Comments
 (0)