Polynomial3D¶
- class kgpy.polynomial.Polynomial3D(degree, coefficients, input_names=None, output_name=None)¶
Bases:
Dataframable,Copyable- Parameters
- __init__(degree, coefficients, input_names=None, output_name=None)¶
Attributes
Methods
__init__(degree, coefficients[, ...])copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
dx(vector_input)- rtype
dy(vector_input)- rtype
dz(vector_input)- rtype
from_lstsq_fit(data_input, data_output[, ...])Inheritance Diagram
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- classmethod from_lstsq_fit(data_input, data_output, mask=None, degree=1, input_names=None, output_name=None)¶
- property coefficient_names¶
-
coefficients:
typing.List[astropy.units.Quantity]¶
-
input_names:
typing.Optional[typing.List[str]] = None¶
-
output_name:
typing.Optional[str] = None¶