Nans values in time series

29 ビュー (過去 30 日間)
Thanasis Manolis
Thanasis Manolis 2020 年 3 月 29 日
回答済み: Star Strider 2020 年 3 月 29 日
Hello...i have a time series data set with 2688 points....but i have 7 convective nans values. I want to do forecast with this data set....do i have to fill the gap or this is not necessary because the nan values will not affect my predictions? Thank you in advance

回答 (1 件)

Star Strider
Star Strider 2020 年 3 月 29 日
You must decide that.
There are methods to interpolate the NaN values if you want to do that, one of which is the fillmissing function (R2016b and later).
It would likely be best to do the forecast with and without the NaN values (some functions omit them automatically) and see if interpolating them affects the forecast.

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by