summaryrefslogtreecommitdiff
path: root/doc/source/modules/math/fit/leastsq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/math/fit/leastsq.rst')
-rw-r--r--doc/source/modules/math/fit/leastsq.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/modules/math/fit/leastsq.rst b/doc/source/modules/math/fit/leastsq.rst
new file mode 100644
index 0000000..35c105f
--- /dev/null
+++ b/doc/source/modules/math/fit/leastsq.rst
@@ -0,0 +1,16 @@
+
+.. currentmodule:: silx.math.fit
+
+:mod:`leastsq`: Levenberg Marquardt with constraints
+-----------------------------------------------------
+
+.. automodule:: silx.math.fit.leastsq
+ :noindex:
+
+For a tutorial on how to use :func:`leastsq`, see :ref:`leastsq-tutorial`.
+
+Functions
++++++++++
+
+.. autofunction:: silx.math.fit.leastsq
+.. autofunction:: silx.math.fit.chisq_alpha_beta