pysindy.differentiation.BaseDifferentiation
- class pysindy.differentiation.BaseDifferentiation[source]
Base class for differentiation methods.
Simply forces differentiation methods to implement a
_differentiatefunction.- Attributes:
smoothed_x_ – Methods that smooth x before differentiating save that value here. Methods that do not simply save x here.
Methods