.readthedocs.yml
.zenodo.json
AUTHORS
AUTHORS.rst
CONTRIBUTING.rst
ChangeLog
LICENSE
MANIFEST
README.rst
pytest.ini
requirements.txt
requirements_docs.txt
setup.cfg
setup.py
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi_test.yml
.github/workflows/generate_docs.yml
.github/workflows/test.yaml
.github/workflows/test_and_coveralls.yml
docs/Makefile
docs/api_structure.rst
docs/conf.py
docs/dependencies.rst
docs/fitting_types.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/likelihood.rst
docs/make.bat
docs/module_docs.rst
docs/sigma.rst
docs/style_guide.rst
docs/technical_notes.rst
docs/tutorial.rst
docs/_static/callable_numerical_model.png
docs/_static/fourier_series.png
docs/_static/gaussian_intro.png
docs/_static/global_fitting.png
docs/_static/interactive_guess_ODE.png
docs/_static/interactive_guess_simple_3D.png
docs/_static/interactive_guess_vector_2D.png
docs/_static/linear_model_fit.png
docs/_static/linear_model_fit_data.png
docs/_static/ode_dampened_harmonic_oscillator.png
docs/_static/ode_double_eq_integrated.png
docs/_static/ode_first_order_fit.png
docs/_static/ode_kinetics_fit.png
docs/_static/ode_model_fit.png
docs/_static/piecewise_continuous.png
docs/_static/piecewise_differentiable.png
docs/_static/polynomial_surface_fit.png
docs/examples/ex_CallableNumericalModel.rst
docs/examples/ex_CallableNumericalModel_ode.ipynb
docs/examples/ex_ODEModel.rst
docs/examples/ex_bivariate_likelihood.ipynb
docs/examples/ex_fourier_series.rst
docs/examples/ex_interactive_guesses_ODE.rst
docs/examples/ex_interactive_guesses_nD.rst
docs/examples/ex_interactive_guesses_vector_2D.rst
docs/examples/ex_mexican_hat.ipynb
docs/examples/ex_multidataset_likelihood.rst
docs/examples/ex_ode_system.ipynb
docs/examples/ex_piecewise.rst
docs/examples/ex_poly_surface_fit.rst
docs/examples/ex_tikhonov.ipynb
docs/examples/index.rst
examples/callable_numerical_model.py
examples/fourier_series.py
examples/gaussian.py
examples/global_fitting.py
examples/linear_model_fit.py
examples/multidataset_likelihood.py
examples/ode_reaction_kinetics_simple.py
examples/ode_reaction_multicomponent.py
examples/piecewise.py
examples/piecewise2.py
examples/poly_surface_fit.py
symfit/__init__.py
symfit/api.py
symfit/distributions.py
symfit.egg-info/PKG-INFO
symfit.egg-info/SOURCES.txt
symfit.egg-info/dependency_links.txt
symfit.egg-info/not-zip-safe
symfit.egg-info/pbr.json
symfit.egg-info/requires.txt
symfit.egg-info/top_level.txt
symfit/contrib/__init__.py
symfit/contrib/interactive_guess/__init__.py
symfit/contrib/interactive_guess/interactive_guess.py
symfit/contrib/interactive_guess/examples/ODE_2D_example.py
symfit/contrib/interactive_guess/examples/ODE_example.py
symfit/contrib/interactive_guess/examples/simple_2D_example.py
symfit/contrib/interactive_guess/examples/simple_3D_example.py
symfit/contrib/interactive_guess/examples/vector_valued_2D.py
symfit/contrib/interactive_guess/tests/test_interactive_fit.py
symfit/core/__init__.py
symfit/core/argument.py
symfit/core/fit.py
symfit/core/fit_results.py
symfit/core/minimizers.py
symfit/core/models.py
symfit/core/objectives.py
symfit/core/operators.py
symfit/core/printing.py
symfit/core/support.py
tests/__init__.py
tests/test_argument.py
tests/test_auto_fit.py
tests/test_constrained.py
tests/test_distributions.py
tests/test_finite_difference.py
tests/test_fit_result.py
tests/test_general.py
tests/test_global_opt.py
tests/test_minimize.py
tests/test_minimizers.py
tests/test_model.py
tests/test_objectives.py
tests/test_ode.py
tests/test_support.py