This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / 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) -> ndarray

The 1d vander function, such as polyvander

c1, c2

See the <type>fit functions for more detail

Aliases

  • numpy.polynomial.polyutils._fit