Bases: astropy.modeling.polynomial.PolynomialBase
Base class for polynomial models.
Its main purpose is to determine how many coefficients are needed based on the polynomial order and dimension and to provide their default values, names and ordering.
Attributes Summary
| degree | Degree of polynomial. | 
| input_names | list() -> new empty list | 
Methods Summary
| get_num_coeff(ndim) | Return the number of coefficients in one parameter set | 
Attributes Documentation
Degree of polynomial.
Methods Documentation
Return the number of coefficients in one parameter set