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

Implement orthogonal polynomials (or better yet bsplines) for detrending #297

Open
gdevenyi opened this issue Jul 31, 2023 · 0 comments
Open

Comments

@gdevenyi
Copy link
Member

Just squaring the timeseries can lead to numerical instability, and isn't as flexible as a spline basis for the timeseries detrending. At least use orthogonal polynomials here.

Ideally, switch (or add) a a bspline detrending and allow the user to specify the order (1=linear, 2+ "higher order curvyness")

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

No branches or pull requests

1 participant