pysindy.differentiation.SINDyDerivative
- class pysindy.differentiation.SINDyDerivative(axis=0, save_smooth=True, **kwargs)[source]
Wrapper class for differentiation classes from the derivative package. This class is meant to provide all the same functionality as the dxdt method.
This class also has
_differentiateand__call__methods which are used by PySINDy.- Parameters:
derivative_kws (dictionary, optional) –
Keyword arguments to be passed to the dxdt method.
Notes
See the derivative documentation for acceptable keywords.
Methods
Get parameters.
Set the parameters of this estimator.