Nans values in time series

15 visualizzazioni (ultimi 30 giorni)
Thanasis Manolis
Thanasis Manolis il 29 Mar 2020
Risposto: Star Strider il 29 Mar 2020
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

Risposte (1)

Star Strider
Star Strider il 29 Mar 2020
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.

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by