Search
Search Results
Search finished, found 18 page(s) matching the search query.
- numpy.polynomial.polynomial.polyfit
...Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.polyfit...
- numpy.polynomial.polynomial.polyfit (Python function, in numpy.polynomial.polynomial.polyfit)
- NumPy 1.16.0 Release Notes
- NumPy 1.5.0 Release Notes
...or the fit. The default Polynomial domain can be specified by using [] as the domain value. Weights can be used in both polyfit and Polynomial.fit A linspace method has been added to the Polynomial class to ease plotting. The polymulx funct...
- numpy.ma.polyfit
- numpy.poly
...e a 1-D or square 2-D array). See also polyvalCompute polynomial values. rootsReturn the roots of a polynomial. polyfitLeast squares polynomial fit. poly1dA one-dimensional polynomial class. Notes Specifying the roots of a polyn...
- numpy.polyadd
...om highest to lowest degree. See also poly1dA one-dimensional polynomial class. poly, polyadd, polyder, polydiv, polyfit, polyint, polysub, polyval Examples >>> import numpy as np >>> np.polyadd([1, 2], [9, 5, 4]) array([9, 6, 6])...
- numpy.polydiv
- numpy.polyfit
...mPy reference Routines and objects by topic Polynomials Poly1d numpy.polyfit...
- numpy.polymul
- numpy.polynomial.chebyshev.chebfit
- numpy.polynomial.hermite.hermfit
- numpy.polynomial.hermite_e.hermefit
- numpy.polynomial.laguerre.lagfit
- numpy.polynomial.legendre.legfit
- numpy.polynomial.polynomial.polyfit
- numpy.roots
- Polynomials