agrawalraj / anova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAVA

FAVA is a library for efficiently performing functional ANOVA decompositions in high dimensions, and is powered by JAX. FAVA is based primarily on https://arxiv.org/abs/2106.12408, and is currently under active development.

Installation

Install FAVA using pip: TODO

Install FAVA from source:

git clone https://github.com/agrawalraj/anova.git
cd anova
pip install -r requirements.txt
python setup.py install

Documentation

[ADD EXAMPLES HERE]

See https://anova.readthedocs.io/en/latest/ for more tutorials and documentation!

Citation

You may use the following bibtex for citing fava:

@manual{agrawal2023,
  title={FAVA: fast functional ANOVA decompositons in Python},
  author={Raj Agrawal and Tamara Broderick},
  year={2023},
  url={https://github.com/agrawalraj/anova},
}

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 54.8%Language:Python 45.2%