-
Notifications
You must be signed in to change notification settings - Fork 10
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
Time dependent QDM #226
Time dependent QDM #226
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2b5709 - Browse repository at this point
Copy the full SHA a2b5709View commit details -
A masking for measurements outside the intended time window of interest.
Configuration menu - View commit details
-
Copy full SHA for 5c24fe5 - Browse repository at this point
Copy the full SHA 5c24fe5View commit details -
feat: window_mask() method directly on QDM
A masking for measurements outside the intended time window of interest. Building it directly in the standard QDM method.
Configuration menu - View commit details
-
Copy full SHA for ef8d9d2 - Browse repository at this point
Copy the full SHA ef8d9d2View commit details -
refact: run_single including bias time index
A requirements to estimate parameters by time window.
Configuration menu - View commit details
-
Copy full SHA for 2adcf42 - Browse repository at this point
Copy the full SHA 2adcf42View commit details -
feat: Quantiles estimated within moving time windows
This allows monthly quantiles or any other scales.
Configuration menu - View commit details
-
Copy full SHA for 0bdea51 - Browse repository at this point
Copy the full SHA 0bdea51View commit details -
refactor: local_qdm running on time windows
Expects the CDFs were estimated within time windows and apply the QDM correction respecting those.
Configuration menu - View commit details
-
Copy full SHA for a6265db - Browse repository at this point
Copy the full SHA a6265dbView commit details -
feat: Method to guide periods along a year
This is used to support applying filters and masks.
Configuration menu - View commit details
-
Copy full SHA for f0cdfd5 - Browse repository at this point
Copy the full SHA f0cdfd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1896a5 - Browse repository at this point
Copy the full SHA b1896a5View commit details -
clean: Removing WindowedQuantileDeltaMappingCorrection
A different direction. Instead of that, I generatlized the standard QuantileDeltaMappingCorrection to deal with N periods, which N=1 is the same behavior of the original function.
Configuration menu - View commit details
-
Copy full SHA for 67af0c1 - Browse repository at this point
Copy the full SHA 67af0c1View commit details -
refactor: Using named arguments
Using named arguments allow more freedom on the functions signatures thus more freedom for refactoring. Here we initiated the requirement on time to be able to apply QDM on different time scales, such as seasonally.
Configuration menu - View commit details
-
Copy full SHA for e5d87ee - Browse repository at this point
Copy the full SHA e5d87eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a2ad6 - Browse repository at this point
Copy the full SHA 51a2ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a8b47 - Browse repository at this point
Copy the full SHA d1a8b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679aed3 - Browse repository at this point
Copy the full SHA 679aed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d02f684 - Browse repository at this point
Copy the full SHA d02f684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dac48e - Browse repository at this point
Copy the full SHA 2dac48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae993a9 - Browse repository at this point
Copy the full SHA ae993a9View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1da04b - Browse repository at this point
Copy the full SHA a1da04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc3f08 - Browse repository at this point
Copy the full SHA acc3f08View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48c66de - Browse repository at this point
Copy the full SHA 48c66deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2333502 - Browse repository at this point
Copy the full SHA 2333502View commit details
Commits on Jul 18, 2024
-
refact, fix: window_mask doesn't need rouding
In case of a resolution higher than daily, it would make sense using the window extent without rounding it. Also fix a sign when after 365.
Configuration menu - View commit details
-
Copy full SHA for 5bec517 - Browse repository at this point
Copy the full SHA 5bec517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab7713 - Browse repository at this point
Copy the full SHA 9ab7713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7062884 - Browse repository at this point
Copy the full SHA 7062884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6c58b - Browse repository at this point
Copy the full SHA 2e6c58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee8bce - Browse repository at this point
Copy the full SHA 4ee8bceView commit details -
doc: Information on the reference attributes
As requested by @grantbuster.
Configuration menu - View commit details
-
Copy full SHA for b087841 - Browse repository at this point
Copy the full SHA b087841View commit details