Can Neural Network Toolbox's time series model use data that are observed with different time-lags?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am thinking about using the Neural Network Toolbox for fitting a time-series neural network model as written the link below.
Neural Network Time-Series Prediction and Modeling https://www.mathworks.com/help/nnet/gs/neural-network-time-series-prediction-and-modeling.html
Regarding this, I have two questions. Thank you in advance for your time.
1. However, my data shows sometimes 2 months lags and 3 month lags (or sometimes 1 month lag). Can I use this raw data to fit a model? or Do I need an additional approach? What could it be?
2. My input variables might not be independent. Would that bring a problem? Is this model smart enough to consider all the dependencies by itself?
0 件のコメント
回答 (1 件)
Greg Heath
2017 年 3 月 12 日
1. There is no problem if you can interpolate the series at equidistant points.
2. Correlated inputs are not a problem unless you want to rank their their importance.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!