bundles / numpy 2.4.4 / numpy / polynomial / polyutils / _fit
function
numpy.polynomial.polyutils:_fit
Signature
def _fit ( vander_f , x , y , deg , rcond = None , full = False , w = None ) Summary
Helper function used to implement the <type>fit functions.
Parameters
vander_f: function(array_like, int) -> ndarrayThe 1d vander function, such as
polyvanderc1, c2See the
<type>fitfunctions for more detail
Aliases
-
numpy.polynomial.polyutils._fit