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

[ML] Calendar dependent periodic components #2599

Open
tveasey opened this issue Nov 28, 2023 · 0 comments
Open

[ML] Calendar dependent periodic components #2599

tveasey opened this issue Nov 28, 2023 · 0 comments

Comments

@tveasey
Copy link
Contributor

tveasey commented Nov 28, 2023

We've had an enhancement request related to a specific sort of cyclical pattern. Specifically, we currently are not able to capture time series behaviour where periodicity is parameterised by calendar features. For example, modulated daily periodicity where the modulation is H,L,H,L,... and H always occurs on the first day of a calendar month.

We could achieve this by, for example, introducing an additive term which is parameterised as periodic(time, calendar feature) to our decompositions. Since we have to keep our models small, we would have to use some sort idea like the one we use to test for the presence of significant calendar components. We would probably also want to limit the number of possible parameterisations we consider. This would all needs some thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant