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 support for AR1 processes #117

Merged
merged 5 commits into from
Oct 13, 2023
Merged

Add support for AR1 processes #117

merged 5 commits into from
Oct 13, 2023

Conversation

LegrandNico
Copy link
Collaborator

Nodes are now created with autoregressive_coefficient and autoregressive_intercept that default to 0.0, changing the value of one of these parameters will introduce an AR1 component in the prediction step.

This will close #4

@LegrandNico LegrandNico changed the title Add support for AR1 process Add support for AR1 processes Oct 6, 2023
@LegrandNico LegrandNico added the documentation Improvements or additions to documentation label Oct 13, 2023
@LegrandNico LegrandNico merged commit 50a6c69 into master Oct 13, 2023
4 checks passed
@LegrandNico LegrandNico deleted the ar1 branch October 13, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation update functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement AR1 processes
1 participant