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

add calculation and plotting of discrete mean and moving mean (running average) #160

Open
TatianaBurek opened this issue Dec 4, 2019 · 1 comment
Assignees
Labels
METviewer: User Interface priority: medium Medium Priority requestor: NOAA/EMC NOAA Environmental Modeling Center type: new feature Make it do something new

Comments

@TatianaBurek
Copy link
Collaborator

TatianaBurek commented Dec 4, 2019

Request from Binbin - December 2, 2019

Given a series of numbers and a fixed subset size, the first element of the moving average is obtained by taking the average of the initial fixed subset of the number series. Then the subset is modified by "shifting forward"; that is, excluding the first number of the series and including the next value in the subset.
discrete mean - the average of the fixed subset of the n-days or n-month

numpy.convolve function can be used for both(?) cases

@TatianaBurek TatianaBurek added type: new feature Make it do something new component: user interface priority: medium Medium Priority requestor: NOAA/EMC NOAA Environmental Modeling Center labels Dec 4, 2019
@TatianaBurek TatianaBurek added this to the METviewer 2.12 milestone Dec 4, 2019
@TatianaBurek TatianaBurek self-assigned this Dec 4, 2019
@TatianaBurek
Copy link
Collaborator Author

@TatianaBurek TatianaBurek modified the milestones: METviewer 3.0, METviewer 3.1 Mar 16, 2020
@TatianaBurek TatianaBurek modified the milestones: METviewer 3.0.1, METviewer 3.1 Jul 1, 2020
@TatianaBurek TatianaBurek removed this from the METviewer 4.1 milestone Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
METviewer: User Interface priority: medium Medium Priority requestor: NOAA/EMC NOAA Environmental Modeling Center type: new feature Make it do something new
Projects
None yet
Development

No branches or pull requests

2 participants