pykoopman.differentiation package

Module contents

class pykoopman.differentiation.Derivative(**kwargs)[source]

Bases: BaseEstimator

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 includes a __call__ method.

Parameters:

derivative_kws (dictionary, optional) –

Keyword arguments to be passed to the dxdt method.

Notes

See the derivative documentation for acceptable keywords.

set_params(**params)[source]

Set the parameters of this estimator.

Return type:

self

get_params(deep=True)[source]

Get parameters.

class pykoopman.differentiation.FiniteDifference(order=1)[source]

Bases: BaseEstimator