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

Improve integration #3

Open
edeno opened this issue Oct 11, 2021 · 1 comment
Open

Improve integration #3

edeno opened this issue Oct 11, 2021 · 1 comment

Comments

@edeno
Copy link
Contributor

edeno commented Oct 11, 2021

Currently just use cumulative sum to do the integration. Can improve the integration by using the trapezoidal or simpsons rule (via scipy)

@edeno
Copy link
Contributor Author

edeno commented Oct 12, 2021

Commit 65e5971 improved integration by using the cumulative trapezoid rule. Still need to implement simpson's rule, especially for longer time series.

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