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

Question about how to perform k-step ahead prediction #9

Open
vickysun5 opened this issue Jul 5, 2019 · 1 comment
Open

Question about how to perform k-step ahead prediction #9

vickysun5 opened this issue Jul 5, 2019 · 1 comment

Comments

@vickysun5
Copy link

Hi, I wonder how can I do the k-step ahead prediction after I fitted the system. (For example, I have a test data set and I want to use the model to do 1-step and 2-step prediction to see how it performs).

Moreover, what is the difference between the simulation and prediction modes? I am new to this filed and really appreciate your answer!

@CPCLAB-UNIPI
Copy link
Owner

Dear vickysun5,

at the present, SIPPY does not implement a function to perform k-step ahead prediction.
Your issue is very interesting and we may consider to include this possibility in a future release.

In the identification routine, the prediction error is now calculated as the difference between the actual output and its one-step ahead prediction, e.g., all the the previous outputs, depending on the model order, are used to build the current output.

Hoping to have answered your questions.
Do not hesitate to contact us for any additional doubts.

Best

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