Skip to content
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

Interpolation #76

Open
buybackoff opened this issue Jan 10, 2017 · 0 comments
Open

Interpolation #76

buybackoff opened this issue Jan 10, 2017 · 0 comments
Labels

Comments

@buybackoff
Copy link
Member

buybackoff commented Jan 10, 2017

This project has a liberal license and a big number of interpolation methods that could be easily adapted for series: https://github.com/ratesquant/ACQ

Since by definition the observed nodes do not change during interpolation, we need to implement only TryGetValue special method, movements are just over original data.

May need a moving window to avoid loading a lot of data in memory. Most methods require a limited number of points anyway.

(Major methods are already in Math.NET, in ACQ project interesting ones are 2D and scatter ones)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant