Search
Search Results
Search finished, found 10 page(s) matching the search query.
- numpy.exceptions.RankWarning (Python exception, in numpy.exceptions.RankWarning)
- numpy.exceptions.RankWarning
...NumPy reference NumPy’s module structure Exceptions and Warnings numpy.exceptions.RankWarning...
- numpy.ma.polyfit
...for each coefficient. If y is a 2-D array, then the covariance matrix for the k-th data set are in V[:,:,k] Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polyfit
...for each coefficient. If y is a 2-D array, then the covariance matrix for the k-th data set are in V[:,:,k] Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.chebyshev.chebfit
...r values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.hermite.hermfit
...r values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.hermite_e.hermefit
...r values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.laguerre.lagfit
...r values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.legendre.legfit
...r values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Warns: RankWarningThe rank of the coefficient matrix in the least-squares fit is deficient. The warning is only raised if full...
- numpy.polynomial.polynomial.polyfit
...values of the scaled Vandermonde matrix rcond – value of rcond. For more details, see numpy.linalg.lstsq. Raises: RankWarningRaised if the matrix in the least-squares fit is rank deficient. The warning is only raised if full == False....