yhat1 calculation #411
Answered
by
ourownstory
Amjad-AbuRmileh
asked this question in
Q&A - get help using NeuralProphet
|
I wanted to know how is the yhat1 calculated at each timestep? does it include all the seasonal, trend, AR components aggregated? |
Answered by
ourownstory
Oct 13, 2021
Replies: 1 comment 3 replies
|
Hi @Amjad-AbuRmileh Yes, yhatX is the X-th step ahead forecast. in your case the prediction for the next value of the series. |
3 replies
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Amjad-AbuRmileh Yes, yhatX is the X-th step ahead forecast. in your case the prediction for the next value of the series.
Yes, It is the sum of all components.