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 | TODO: Docstring for me |
n_inputs | The number of input variables to model evaluation. |
n_outputs | The number of outputs returned when model is evaluated. |
Methods Summary
get_num_coeff(ndim) | Return the number of coefficients in one parameter set |
Attributes Documentation
Methods Documentation
Return the number of coefficients in one parameter set