Skip to content

Consider reorganization of epi_slide* functions #654

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

Open
brookslogan opened this issue Apr 8, 2025 · 1 comment
Open

Consider reorganization of epi_slide* functions #654

brookslogan opened this issue Apr 8, 2025 · 1 comment

Comments

@brookslogan
Copy link
Contributor

Consider

  • Renaming epi_slide_opt to epi_slide, epi_slide_fast, etc
  • Making epi_slide_opt accept basic functions like mean and median and dispatching to our favored specialized sliding function implementation like frollmean on detecting mean; otherwise frollapply-ing the function
  • Removing current epi_slide
  • Making epi_slide perform dplyr-like magic to dispatch to use fast rolling functions where possible
  • etc.; see Slack thread here
@brookslogan
Copy link
Contributor Author

Related: #629

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

2 participants