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

Create a moving mean method that can create weighted moving means along an axis #44

Closed
davidhassell opened this issue Apr 1, 2020 · 2 comments · Fixed by #45
Closed
Assignees
Labels
enhancement New feature or request

Comments

@davidhassell
Copy link
Collaborator

Create a moving mean method that can create weighted moving means along an axis. Such a method is different to the cf.Field.convolution_filter method this method i) can not change the window weights as the filter passes through the axis; and ii) does not update the cell method constructs.

@davidhassell davidhassell added the enhancement New feature or request label Apr 1, 2020
@davidhassell davidhassell self-assigned this Apr 1, 2020
@davidhassell
Copy link
Collaborator Author

This can be extended to a "moving_window" function that also allows moving sums and integrals to be calculated.

@davidhassell
Copy link
Collaborator Author

The new "moving_window" will be in v3.3.0

davidhassell added a commit that referenced this issue Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant