-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fractional Differentiation #97
Comments
Absolutely. Big fan of this technique. Would you have a recipe for the inverse operation? |
I don't believe you can calculate the inverse because it requires a dot product. |
@ngriffiths13 Is your implementation pure Polars expressions? Or it requires NumPy/SciPy under the hood? |
@abstractqqq i use numpy to calculate the weights before doing anything to the frame. But everything that happens to the frame is pure polars. Could remove numpy completely pretty easily if needed. |
@topher-lo I actually have been implementing most of the functions in the book referenced above. If any other ones interest you I would be happy to contribute more of them. (If you aren't familiar with the book I can put together a list) |
Let's do it. I'm super excited to see this in action. |
If you haven't already, please join our discord! We can then add you to the (very active) private contributors channel and take it from there. |
Would there be any interest in adding fraction differencing as a function to the library? This is talked about in M. L. Prado, "Advances in Financial Machine Learning". I have an implementation already in polars I could clean up and make a PR for if there is any interest.
You can also see this repo for a numpy example
The text was updated successfully, but these errors were encountered: