CONAN.models.para_minfunc
=========================

.. py:function:: CONAN.models.para_minfunc(icoeff, ivars, mm, LCdata)

   least square fit to the baseline after subtracting model transit mm

   :param icoeff: the coefficients of the parametric polynomial
   :type icoeff: iterable
   :param ivars: the indices of the coefficients to be fitted
   :type ivars: iterable
   :param mm: transit model
   :type mm: array
   :param LCdata: data for this lc
   :type LCdata: dict

   :returns: residual of the fit
   :rtype: residual

