Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _fit
Method
_fit
numpy/polynomial/_polybase.py:171–172 ·
view source on GitHub ↗
(x, y, deg, rcond, full)
Source
from the content-addressed store, hash-verified
169
@staticmethod
170
@abc.abstractmethod
171
def
_fit(x, y, deg, rcond, full):
172
pass
173
174
@staticmethod
175
@abc.abstractmethod
Callers
7
hermefit
Function · 0.80
fit
Method · 0.80
legfit
Function · 0.80
lagfit
Function · 0.80
polyfit
Function · 0.80
hermfit
Function · 0.80
chebfit
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected