How to predict future values using time series regression

24 ビュー (過去 30 日間)
Anaya Kharwadkar
Anaya Kharwadkar 2020 年 10 月 18 日
編集済み: Raynier Suresh 2021 年 2 月 15 日
I have a dataset with a time variable t which is in the format: dd-mm-yyyy hh:mm:ss
I also have five other independent variables x1,x2,x3,x4,x5
I want to predict the value of dependent variable y0 for a value of t for which I do not have values of x1,x2,x3,x4,x5. Essentially, I want to predict the value of y0 for a future time t.
Do I create a linear model using fitlm and then predict future values or is there a completely different procedure for time series regression?
Any help would be appreciated.

回答 (1 件)

Raynier Suresh
Raynier Suresh 2021 年 2 月 15 日
編集済み: Raynier Suresh 2021 年 2 月 15 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by