MCPcopy 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

hermefitFunction · 0.80
fitMethod · 0.80
legfitFunction · 0.80
lagfitFunction · 0.80
polyfitFunction · 0.80
hermfitFunction · 0.80
chebfitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected