AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.py
docs/Makefile
docs/requirements-doc.txt
docs/source/conf.py
docs/source/glossary.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/my-styles.css
docs/source/api_reference/anml.bootstrap.rst
docs/source/api_reference/anml.data.rst
docs/source/api_reference/anml.models.rst
docs/source/api_reference/anml.parameter.rst
docs/source/api_reference/anml.solvers.rst
docs/source/api_reference/index.rst
src/anml/__about__.py
src/anml/__init__.py
src/anml/exceptions.py
src/anml/utils.py
src/anml.egg-info/PKG-INFO
src/anml.egg-info/SOURCES.txt
src/anml.egg-info/dependency_links.txt
src/anml.egg-info/not-zip-safe
src/anml.egg-info/requires.txt
src/anml.egg-info/top_level.txt
src/anml/bootstrap/__init__.py
src/anml/bootstrap/bootstrap.py
src/anml/data/__init__.py
src/anml/data/data.py
src/anml/data/data_specs.py
src/anml/models/__init__.py
src/anml/models/interface.py
src/anml/parameter/__init__.py
src/anml/parameter/likelihood.py
src/anml/parameter/parameter.py
src/anml/parameter/prior.py
src/anml/parameter/processors.py
src/anml/parameter/spline_variable.py
src/anml/parameter/utils.py
src/anml/parameter/variables.py
src/anml/solvers/__init__.py
src/anml/solvers/base.py
src/anml/solvers/composite.py
src/anml/solvers/interface.py
src/anml/solvers/utils.py
tests/__init__.py
tests/data/test_data.py
tests/data/test_data_specs.py
tests/models/test_base_model.py
tests/parameter/test_likelihood.py
tests/parameter/test_parameter.py
tests/parameter/test_prior.py
tests/parameter/test_processors.py
tests/parameter/test_spline_variable.py
tests/parameter/test_variables.py
tests/solvers/models.py
tests/solvers/test_base_solvers.py
tests/solvers/test_composite_solvers.py