Metadata-Version: 2.4
Name: lagpax
Version: 0.0.0
Summary: Local approximate Gaussian processes in JAX — a parity-verified port of the laGP R package
Project-URL: Homepage, https://github.com/davidesartor/lagpax
Project-URL: Repository, https://github.com/davidesartor/lagpax
Project-URL: Issues, https://github.com/davidesartor/lagpax/issues
Author-email: Davide Sartor <dsartor97@gmail.com>
License: LGPL-2.0-or-later
License-File: LICENSE
License-File: NOTICE
Keywords: computer-experiments,emulator,gaussian-process,jax,lagp,surrogate-model,uncertainty-quantification
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# lagpax

Local approximate Gaussian processes in JAX — a port of the
[laGP](https://cran.r-project.org/package=laGP) R package (1.5.9), separable/`GPsep` family,
with bit-parity against R enforced by the test suite.

**This release is a placeholder.** It reserves the name and ships no functionality.
Development happens at https://github.com/davidesartor/lagpax.

## License

LGPL-2.0-or-later, inherited from laGP. See `LICENSE` and `NOTICE`.
