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

Code of AR and HMM baseline #44

Open
zhou-zl18 opened this issue Apr 12, 2023 · 0 comments
Open

Code of AR and HMM baseline #44

zhou-zl18 opened this issue Apr 12, 2023 · 0 comments

Comments

@zhou-zl18
Copy link

Thanks for your great work. But I don't quite understand your implementation of baselines AR and HMM:
(1) How do you train the HMM and use it to generate time series?
(2) In AR model, if I understand correctly, you randomly sample the first record R1 from the distribution of training data, and then autogressively use AR to predict the next record. But with p=3, the model need 3 past steps to predict the next step, so maybe you need to sample the first three records?
(3) Could you provide the code of these baselines?

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

1 participant