Nans values in time series

29 visualizaciones (últimos 30 días)
Thanasis Manolis
Thanasis Manolis el 29 de Mzo. de 2020
Respondida: Star Strider el 29 de Mzo. de 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

Respuestas (1)

Star Strider
Star Strider el 29 de Mzo. de 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.

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by