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

New function momlevel.trend.deseason that supports both dask arrays and in-memory numpy arrays #59

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

jkrasting
Copy link
Owner

  • Introduced a new function momlevel.trend.deseason that is based on the existing seasonal_model code
  • New code supports both dask arrays and in-memory numpy arrays
  • Options to return the fitted model, residuals from the model, and the coefficients of the model

- Introduced a new function `momlevel.trend.deseason`
  that is based on the existing `seasonal_model` code
- New code supports both dask arrays and in-memory
  numpy arrays
- Options to return the fitted model, residuals from
  the model, and the coefficients of the model

Towards a faster seasonal model routine

Updated seasonal model code that works with coeffs

Updated seasonal model
@jkrasting jkrasting merged commit ba75c1b into main Dec 12, 2024
0 of 2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant