26medias / timeseries-analysis

NPM Package - Timeseries analysis, noise removal, stats, ...
237 stars 48 forks source link

Forecasting data form existing data set. #5

Open UnnikrishnanBhargavakurup opened 7 years ago

UnnikrishnanBhargavakurup commented 7 years ago

have a question regarding forecasting. I have a dataset with timestamp and value for the last 10 items and I want to forecast next 5 items, how i can do that?

26medias commented 7 years ago

Hi,

Example code and explanation is available here #3 and a common error here #2

aaronshaf commented 6 years ago

Perhaps I am reading it incorrectly, but that #3 example only seems to forecast one point out, not something like the next 5 items?

26medias commented 6 years ago

Set "sample" to more than 1?

amprodes commented 4 years ago

Hi! what about if I want to forecast the next point that doesn't exist yet, is that possible?