pysindy.differentiation.BaseDifferentiation

class pysindy.differentiation.BaseDifferentiation[source]

Base class for differentiation methods.

Simply forces differentiation methods to implement a _differentiate function.

Attributes:

smoothed_x_ – Methods that smooth x before differentiating save that value here. Methods that do not simply save x here.

Methods

__call__(x, t=1)[source]

Call self as a function.