Search
Searching.
- numpy.degrees
...NumPy reference Routines and objects by topic Mathematical functions numpy.degrees...
- numpy.degrees (Python data, in numpy.degrees)
numpy.polynomial
...ecific functions defined in the submodules for each type of polynomial. For example, to fit a Chebyshev polynomial with degree 1 to data given by arrays xdata and ydata, the fit class method: >>> from numpy.polynomial import Chebyshev >>> x...
- Data type promotion in NumPy
...to the final results and where the use of incorrect byte-order could drastically slow down evaluation. [1] To a large degree, this may just be for choices made early on in NumPy’s predecessors. For more details, see NEP 50. [2] See als...
- NumPy 1.11.0 Release Notes
...s. polynomial fit changes The various fit functions in the numpy polynomial package no longer accept non-integers for degree specification. np.dot now raises TypeError instead of ValueError This behaviour mimics that of other functions...
- NumPy 1.14.0 Release Notes
...experience with this new compiler, so any feedback from people using it will be appreciated. Improvements Numerator degrees of freedom in random.noncentral_f need only be positive. Prior to NumPy 1.14.0, the numerator degrees of freedom...
- NumPy 1.21.0 Release Notes
...he interval over which phases are unwrapped is no longer restricted to 2 * pi. This is especially useful for unwrapping degrees, but can also be used for other intervals. >>> phase_deg = np.mod(np.linspace(0,720,19), 360) - 180 >>> phase_de...
- NumPy 1.3.0 Release Notes
- NumPy 1.5.0 Release Notes
- numpy.angle
- numpy.deg2rad
- numpy.degrees
- numpy.ma.masked_array.var
- numpy.ma.MaskedArray.var
- numpy.ma.polyfit
- numpy.ma.var
- numpy.nanstd
- numpy.nanvar
- numpy.poly
- numpy.poly1d
- numpy.poly1d.o
- numpy.poly1d.order
- numpy.polyadd
- numpy.polyfit
- numpy.polymul
- numpy.polynomial.chebyshev.cheb2poly
- numpy.polynomial.chebyshev.chebcompanion
- numpy.polynomial.chebyshev.chebder
- numpy.polynomial.chebyshev.chebfit
- numpy.polynomial.chebyshev.chebgauss
- numpy.polynomial.chebyshev.chebgrid2d
- numpy.polynomial.chebyshev.chebgrid3d
- numpy.polynomial.chebyshev.chebint
- numpy.polynomial.chebyshev.chebinterpolate
- numpy.polynomial.chebyshev.chebval
- numpy.polynomial.chebyshev.chebval2d
- numpy.polynomial.chebyshev.chebval3d
- numpy.polynomial.chebyshev.chebvander
- numpy.polynomial.chebyshev.chebvander2d
- numpy.polynomial.chebyshev.chebvander3d
- numpy.polynomial.chebyshev.Chebyshev
- numpy.polynomial.chebyshev.Chebyshev.basis
- numpy.polynomial.chebyshev.Chebyshev.cutdeg
- numpy.polynomial.chebyshev.Chebyshev.degree
- numpy.polynomial.chebyshev.Chebyshev.fit
- numpy.polynomial.chebyshev.Chebyshev.interpolate
- numpy.polynomial.chebyshev.Chebyshev.truncate
- numpy.polynomial.chebyshev.poly2cheb
- numpy.polynomial.hermite.herm2poly
- numpy.polynomial.hermite.hermcompanion
- numpy.polynomial.hermite.hermder
- numpy.polynomial.hermite.hermfit
- numpy.polynomial.hermite.hermgauss
- numpy.polynomial.hermite.hermgrid2d
- numpy.polynomial.hermite.hermgrid3d
- numpy.polynomial.hermite.hermint
- numpy.polynomial.hermite.Hermite
- numpy.polynomial.hermite.Hermite.basis
- numpy.polynomial.hermite.Hermite.cutdeg
- numpy.polynomial.hermite.Hermite.degree
- numpy.polynomial.hermite.Hermite.fit
- numpy.polynomial.hermite.Hermite.truncate
- numpy.polynomial.hermite.hermval
- numpy.polynomial.hermite.hermval2d
- numpy.polynomial.hermite.hermval3d
- numpy.polynomial.hermite.hermvander
- numpy.polynomial.hermite.hermvander2d
- numpy.polynomial.hermite.hermvander3d
- numpy.polynomial.hermite.poly2herm
- numpy.polynomial.hermite_e.herme2poly
- numpy.polynomial.hermite_e.hermecompanion
- numpy.polynomial.hermite_e.hermeder
- numpy.polynomial.hermite_e.hermefit
- numpy.polynomial.hermite_e.hermegauss
- numpy.polynomial.hermite_e.hermegrid2d
- numpy.polynomial.hermite_e.hermegrid3d
- numpy.polynomial.hermite_e.hermeint
- numpy.polynomial.hermite_e.hermeval
- numpy.polynomial.hermite_e.hermeval2d
- numpy.polynomial.hermite_e.hermeval3d
- numpy.polynomial.hermite_e.hermevander
- numpy.polynomial.hermite_e.hermevander2d
- numpy.polynomial.hermite_e.hermevander3d
- numpy.polynomial.hermite_e.HermiteE
- numpy.polynomial.hermite_e.HermiteE.basis
- numpy.polynomial.hermite_e.HermiteE.cutdeg
- numpy.polynomial.hermite_e.HermiteE.degree
- numpy.polynomial.hermite_e.HermiteE.fit
- numpy.polynomial.hermite_e.HermiteE.truncate
- numpy.polynomial.hermite_e.poly2herme
- numpy.polynomial.laguerre.lag2poly
- numpy.polynomial.laguerre.lagcompanion
- numpy.polynomial.laguerre.lagder
- numpy.polynomial.laguerre.lagfit
- numpy.polynomial.laguerre.laggauss
- numpy.polynomial.laguerre.laggrid2d
- numpy.polynomial.laguerre.laggrid3d
- numpy.polynomial.laguerre.lagint
- numpy.polynomial.laguerre.Laguerre
- numpy.polynomial.laguerre.Laguerre.basis
- numpy.polynomial.laguerre.Laguerre.cutdeg
- numpy.polynomial.laguerre.Laguerre.degree
- numpy.polynomial.laguerre.Laguerre.fit
- numpy.polynomial.laguerre.Laguerre.truncate
- numpy.polynomial.laguerre.lagval
- numpy.polynomial.laguerre.lagval2d
- numpy.polynomial.laguerre.lagval3d
- numpy.polynomial.laguerre.lagvander
- numpy.polynomial.laguerre.lagvander2d
- numpy.polynomial.laguerre.lagvander3d
- numpy.polynomial.laguerre.poly2lag
- numpy.polynomial.legendre.leg2poly
- numpy.polynomial.legendre.legcompanion
- numpy.polynomial.legendre.legder
- numpy.polynomial.legendre.Legendre
- numpy.polynomial.legendre.Legendre.basis
- numpy.polynomial.legendre.Legendre.cutdeg
- numpy.polynomial.legendre.Legendre.degree
- numpy.polynomial.legendre.Legendre.fit
- numpy.polynomial.legendre.Legendre.truncate
- numpy.polynomial.legendre.legfit
- numpy.polynomial.legendre.leggauss
- numpy.polynomial.legendre.leggrid2d
- numpy.polynomial.legendre.leggrid3d
- numpy.polynomial.legendre.legint
- numpy.polynomial.legendre.legval
- numpy.polynomial.legendre.legval2d
- numpy.polynomial.legendre.legval3d
- numpy.polynomial.legendre.legvander
- numpy.polynomial.legendre.legvander2d
- numpy.polynomial.legendre.legvander3d
- numpy.polynomial.legendre.poly2leg
- numpy.polynomial.polynomial.polycompanion
- numpy.polynomial.polynomial.polyder
- numpy.polynomial.polynomial.polyfit
- numpy.polynomial.polynomial.polygrid2d
- numpy.polynomial.polynomial.polygrid3d
- numpy.polynomial.polynomial.polyint
- numpy.polynomial.polynomial.Polynomial
- numpy.polynomial.polynomial.Polynomial.basis
- numpy.polynomial.polynomial.Polynomial.cutdeg
- numpy.polynomial.polynomial.Polynomial.degree
- numpy.polynomial.polynomial.Polynomial.fit
- numpy.polynomial.polynomial.Polynomial.truncate