Search
Search Results
Search finished, found 18 page(s) matching the search query.
- numpy.polynomial.hermite.Hermite.fit
...ts” (numpy.polynomial.hermite) numpy.polynomial.hermite.Hermite numpy.polynomial.hermite.Hermite.fit...
- numpy.polynomial.hermite.Hermite.fit (Python method, in numpy.polynomial.hermite.Hermite.fit)
- numpy.polynomial.hermite_e.HermiteE.fit (Python method, in numpy.polynomial.hermite_e.HermiteE.fit)
numpy.polynomial
...HermiteE HermiteE series These convenience classes provide a consistent interface for creating, manipulating, and fitting data with polynomials of different bases. The convenience classes are the preferred interface for the polynomial...
- numpy.polynomial.chebyshev.chebfit
...Polynomials Chebyshev Series (numpy.polynomial.chebyshev) numpy.polynomial.chebyshev.chebfit...
- numpy.polynomial.hermite.hermfit
...Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite.hermfit...
- numpy.polynomial.hermite.Hermite.fit
...ts” (numpy.polynomial.hermite) numpy.polynomial.hermite.Hermite numpy.polynomial.hermite.Hermite.fit...
- numpy.polynomial.hermite.hermvander
...n), then np.dot(V, c) and hermval(x, c) are the same up to roundoff. This equivalence is useful both for least squares fitting and for the evaluation of a large number of Hermite series of the same degree and sample points. Parameters: x...
- numpy.polynomial.hermite.hermvander2d
...ot(V, c.flat) and hermval2d(x, y, c) will be the same up to roundoff. This equivalence is useful both for least squares fitting and for the evaluation of a large number of 2-D Hermite series of the same degrees and sample points. Parameter...
- numpy.polynomial.hermite.hermvander3d
...V, c.flat) and hermval3d(x, y, z, c) will be the same up to roundoff. This equivalence is useful both for least squares fitting and for the evaluation of a large number of 3-D Hermite series of the same degrees and sample points. Parameter...
- numpy.polynomial.hermite_e.hermefit
...als HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.hermite_e.hermefit...
- numpy.polynomial.laguerre.lagfit
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagfit...
- numpy.polynomial.legendre.legfit
...Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.legfit...
- numpy.polynomial.polynomial.polyfit
...Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.polyfit...
- Polynomials
...Polynomials Polynomials in NumPy can be created, manipulated, and even fitted using the convenience classes of the numpy.polynomial package, introduced in NumPy 1.4. Prior to NumPy 1.4, numpy...
- Using the convenience classes
...ing formatting: >>> print(f"{p:unicode}") 1.0 + 2.0·x + 3.0·x² We will deal with the domain and window when we get to fitting, for the moment we ignore them and run through the basic algebraic and arithmetic operations. Addition and Subtr...
- numpy.polynomial.hermite.hermfit (Python function, in numpy.polynomial.hermite.hermfit)
- numpy.polynomial.hermite_e.hermefit (Python function, in numpy.polynomial.hermite_e.hermefit)