Metadata-Version: 2.4
Name: f-anova-py
Version: 0.1.1
Summary: A Python adaptation of LANL's F-ANOVA project
Author: Adam C. Watts, Shankar Chawla
License: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: numpy>=2.2.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: scipy>=1.15.3
Requires-Dist: tqdm>=4.67.1
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Dynamic: license-file

# F-ANOVA-py

A Python rewrite of [Los Alamos' functional ANOVA software](https://github.com/lanl/F-ANOVA/tree/a788d8d79d260f9223d0c70e6e785014262837bf).

Adapted by Adam C. Watts and Shankar Chawla.

---

## Installation

Install from PyPI:

```bash
pip install f-anova-py
