Fracdiff Documentation#
Compute fractional differentiation super-fast.
Install#
pip install fracdiff
NumPy API#
Calculate the n-th differentiation along the given axis. |
Scikit-learn API#
A scikit-learn transformer to compute fractional differentiation. |
|
A scikit-learn transformer to compute fractional differentiation, where the order is chosen as the minumum order that makes fracdiff stationary. |
PyTorch API#
Computes the |
A |