summaryrefslogtreecommitdiff
path: root/doc/source/modules/math/fit/index.rst
blob: 958e3393a53f781471473389f202fdea1e49fdec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. currentmodule:: silx.math
.. py:module:: silx.math.fit

:mod:`fit`: Fitting tools
==========================

.. toctree::
   :maxdepth: 1

   leastsq.rst
   peaksearch.rst
   functions.rst
   filters.rst
   fitmanager.rst
   fittheory.rst
   fittheories.rst
   bgtheories.rst


For a graphical fit widget, see :mod:`silx.gui.fit.FitWidget`.

For a tutorial on using the various fit related modules, see :ref:`fit-tutorial` .