how do I make a random timeseries?
11 次查看(过去 30 天)
显示 更早的评论
I have one set of numbers which is the daily closing price of a stock for the last year. I am trying to make a random timeseries for the next year using the previous year. I only have one set of data which is the closing price and no dates just to make it less complicated. can anyone help me out with which code I should be using.
1 个评论
Star Strider
2021-12-7
I understand that I’m exposing my ignorance here, however what is the definition of a ‘random time series’?
回答(1 个)
Shivam Singh
2022-1-31
Hello Zachary,
It is my understanding that you have a time series data, and you want to predict the next step(s).
You may refer the different tools available in MATLAB to predict the values for a time series:
- Shallow Neural Network Time-Series Prediction and Modeling
- Regression tree
- Forecast Output of Dynamic System
- Time Series Prediction and Forecasting for Prognosis
- Predict K-step-ahead model output
- Developing Forecast Models from Time-Series Data in MATLAB - Video
I hope this may help you.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Time Series 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!