bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / polyutils / _fit
function
numpy.polynomial.polyutils:_fit
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/polyutils.py :582
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