Metadata-Version: 2.1
Name: suftware
Version: 1.0.2
Summary: One-dimensional density estimation using Bayesian field theory.
License: MIT
Author: Justin B. Kinney
Author-email: jkinney@cshl.edu
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: numpy (>=1.26.0)
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: scipy (>=1.5.0)
Description-Content-Type: text/markdown

# SUFTware: Statistics Using Field Theory

SUFTware (Statistics Using Field Theory) provides a fast and lightweight Python implementation of Bayesian Field Theory algorithms for low-dimensional statistical inference. SUFTware currently supports the one-dimenstional density estimation algorithm DEFT. See the Documentation page for details on the SUFTware API.


**Installation** :
pip install suftware

Requirements 

* Python >= 3.6.2 or Python = 2.7.10
* numpy >= 1.10.1
* scipy >= 1.0.0
* matplotlib >= 2.0.0
* pandas >= 0.20.3
<br/>

* Documentation: "http://suftware.readthedocs.org"
* Github: "https://github.com/jbkinney/suftware"
* PyPI: "https://pypi.python.org/pypi/suftware"


