.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/intelligen.md
docs/usage.md
docs/overrides/main.html
intelligen/AI.py
intelligen/__init__.py
intelligen/constants.py
intelligen/integrate.py
intelligen/intelligen.py
intelligen/interpolate.py
intelligen/linregress.py
intelligen/numeric.py
intelligen/signals.py
intelligen.egg-info/PKG-INFO
intelligen.egg-info/SOURCES.txt
intelligen.egg-info/dependency_links.txt
intelligen.egg-info/not-zip-safe
intelligen.egg-info/requires.txt
intelligen.egg-info/top_level.txt
intelligen/fortran/erf.f
intelligen/fortran/erf.f
intelligen/fortran/erf.pyf
intelligen/fortran/functionsmodule.c
intelligen/stats/__init__.py
intelligen/stats/distributions.py
intelligen/stats/functions.py
tests/__init__.py
tests/test_intelligen.py
tests/test_interpolate.py
tests/test_numeric.py