NTSTOOL - How to get predicted values of "the future"?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I see a fair number of people asking the same question and sorry for being a newbie in using the ntstool but again, by using a data set to train and test prediction, how can we then predict a few time steps into the future whereby "the future" is the time steps beyond the data set?
Thanks
0 件のコメント
回答 (1 件)
Greg Heath
2019 年 9 月 17 日
The known time series is analyzed to yield a time-series model that uses past and present values to predict future values.
The model is then used to predict values beyond the given data set.
Thank you for formally accepting my answer.
Greg