.. _fit-label:

Fits
====C:\Users\p20529\Downloads\numpydoc-0.5.tar\dist\numpydoc-0.5\numpydoc-0.5

Functions
---------

* :func:`fits.demo_ransac` ... RANSAC fit of best circle in image
* :func:`fits.fit_circle` ... basic circle fit
* :func:`fits.fit_ellipse` ... ellipse fit (Taubin's method)
* :func:`fits.fit_exp` ... exponential fit
* :func:`fits.fit_line` ... linear regression fit, complete with confidence intervals for mean and values, and with plotting
* :func:`fits.fit_sin` ... sine fit
* :func:`fits.regress` ... regression fit, similar to MATLAB

.. toctree::
   :maxdepth: 2

Details
-------

.. automodule:: fits
    :members:
