.flake8
.gitchangelog.rc
.gitignore
.gitlab-ci.yml
LICENSE
MANIFEST.in
Makefile
README.md
requirements.txt
setup.py
doc/.readthedocs.yaml
doc/Makefile
doc/conf.py
doc/index.rst
doc/requirements.txt
doc/theory.rst
doc/_build/doctrees/environment.pickle
doc/_build/doctrees/get_started/get_started.doctree
doc/_build/doctrees/howto/basic.doctree
doc/_build/doctrees/modules/profile_likelihood.doctree
doc/_build/html/.buildinfo
doc/_build/html/genindex.html
doc/_build/html/index.html
doc/_build/html/py-modindex.html
doc/_build/html/search.html
doc/_build/html/searchindex.js
doc/_build/html/theory.html
doc/_build/html/_sources/get_started/get_started.rst.txt
doc/_build/html/_sources/howto/basic.rst.txt
doc/_build/html/_static/doctools.js
doc/_build/html/_static/language_data.js
doc/_build/html/_static/searchtools.js
doc/_build/html/_static/underscore.js
doc/_build/html/get_started/get_started.html
doc/_build/html/howto/basic.html
doc/_build/html/howto/howto.html
doc/_build/html/modules/default_classes.html
doc/_build/html/modules/modules.html
doc/_build/html/modules/profile_likelihood.html
doc/get_started/get_started.rst
doc/howto/howto.rst
doc/modules/default_classes.rst
doc/modules/modules.rst
doc/modules/profile_likelihood.rst
examples/README.md
examples/basic_computation.ipynb
examples/custom_fitting.ipynb
examples/custom_fixed_points.ipynb
examples/fit_minimize.py
examples/four_starting_points.py
examples/geometric_representation.ipynb
examples/manifold.py
examples/model_neural_network.py
examples/model_trigonometric.py
examples/multiple_starting_points.ipynb
examples/parallel_computing.ipynb
examples/plotting_routines.ipynb
examples/results_trig_model.json
examples/save_and_load.ipynb
images/profile_likelihood_exp_xaxis.gif
images/profile_likelihood_exp_yaxis.gif
profile_likelihood/__init__.py
profile_likelihood/compute.py
profile_likelihood/misc.py
profile_likelihood/plot.py
profile_likelihood/profile_likelihood.py
profile_likelihood/save_load.py
profile_likelihood/setup.py
profile_likelihood.egg-info/PKG-INFO
profile_likelihood.egg-info/SOURCES.txt
profile_likelihood.egg-info/dependency_links.txt
profile_likelihood.egg-info/requires.txt
profile_likelihood.egg-info/top_level.txt
profile_likelihood/default/README.md
profile_likelihood/default/__init__.py
profile_likelihood/default/fit_leastsq.py
profile_likelihood/default/single_starting_point.py
tests/__init__.py
tests/data_b.pkl
tests/data_p.pkl
tests/exp_model_test.pkl
tests/fit_class_test.py
tests/model_exp.py
tests/pytest.ini
tests/setup_test.py
tests/test_attributes.py
tests/test_center.py
tests/test_cost.py
tests/test_dumpfile.py
tests/test_parameters.py
tests/test_points.py
tests/test_results_dict.py
tests/test_save_load.py