pwtools.num.PolyFit.get_min

PolyFit.get_min(x0=None, **kwds)[source]

Minimize fit function by scipy.optimize.fmin().

Parameters:
  • x0 (1d array, optional) – Initial guess. If not given then points[i,…] at the min of values is used.

  • **kwds (keywords to fmin()) –

Return type:

1d array (ndim,)