I am building a VARMAX model with endogenous and exogenous time series variables. The dataset consists of years 1950-2019 for all time series variables except one exogenous variable which was not available until 1982. The time series are not stationary and require differencing. Therefore, it's useless to impute the missing values using techniques like setting them equal to the mean or using the last known observation because once I difference the series all of the imputed values will be equal to 0. I'm looking for recommendations for the best imputation technique in this case?
Best method to impute time series with missing values in early years when time series will be differenced
123 Views Asked by KateBon At
0
There are 0 best solutions below
Related Questions in TIME-SERIES
- Measures of similarity for time series data
- Is there an algorithm to identify the increasing Period/Interval of a time series?
- What kind of ARIMA model would be best fit for this data?
- How to load very big timeseries file(s) in Python to do analysis?
- How to write the query statement of the total number of time series by paging in Apache IoTDB?
- error to generate regular raster stack time series in R
- Getting NotImplementedError: While Importing ARMA
- Plotting Non-Uniform Time Series Data from a Text File
- How in SQL can I identify if a value has changed within the current week or vis-a-vis the previous week?
- LSTM : predict_step in PyTorch Lightning
- Slow SELECT statement, possibly due to WHERE?
- R: Error in tseries::garch() Function for Auto GARCH Model Detection
- LSTM multistep forecast
- Sum column depending on values from another column on a single row (Pivot columns)
- gap fill for raster stack in R
Related Questions in VAR
- How Would I Make the (x,y,width,height) of a strokeRect a Var?
- Having Trouble Figuring out how to get text into my drag and drop scripts in unity
- Lua error "mutating non-standard global variable 'love'"
- Statsmodel IRF not showing graph
- Scala case class: Is public var member possible?
- Simultaneous VAR + GARCH
- "OR" in var selector
- Dax code in Power BI for getting specific column
- JS var with multiple values
- What is the difference between using is with a specific type and var?
- dax formula/calculate days since last orders
- VS 2023 'var' suggestions
- Trying to make a countdown on a filter in Lens Studio, countdown stuck
- How can I efficiently import all global variables from external globals.js file in JavaScript?
- Issue with getting IRF from VAR model with categorical exogen variables
Related Questions in IMPUTATION
- Imputation by Class Average
- How do I return the actual statistical value computed by from pyspark's ml Imputer class?
- How to calculate pooled Cronbach's Alpha after multiple imputation
- Use of robust std errors in pooled regression & obtaining R^2 in R
- Mice() imputation using 2l.norm method gives Error in chol.default() leading minor of order 1 is not positive
- How to solve an error in MICE imputation in R - system is computationally singular?
- How to use xgBoost for imputation?
- Is there a proper way to apply median imputation by groups in caret?
- Difference between mice::pool and mitools::MIcombine
- Trouble exporting and saving multiply imputed data in R for future use
- How can I impute observations on one variable in a list of dataframes? (dyadic time series)
- How to access p-values and fit estimates after pooling results from large lavaan.mi object?
- Imputing with NN left NaN in the data
- Read already multiple imputed DataSet with mice (in R)
- What is the difference in models used between a data imputation with missForest and predict.randomForest from the randomForest package in R
Related Questions in MULTIVARIATE-TIME-SERIES
- Multivariate irregular time series anomaly detection based on Deep Learning (or even self-attention)?
- why different masking value impact the val_loss in LSTM?
- Upgrading MAD-GANs source code to Tensorflow 2.x
- "Correct" way of preparing and feeding multiple pandas dataframes containing multivariate time series into a LSTM in tensorflow? (data pipeline)
- Where are the pvalues in the rugarch::multifit() output?
- Why does my GRU forecast in a straight line, but when i evaluate the test set it gives good result
- Can Transformers be used on 3D arrays of data such as multivariate timeseries?
- How can I format multiple time series inputs (e.g., acceleration data) for an LSTM to predict a single output (e.g., speed)
- How should we learn from data obtained by merging partial time series data?
- How to perform time series analysis on cpu utilization data using python
- If I have a stationary time series with no trend or seasonality, Can still apply ARIMA model on this TS?
- Lack of Variability in Predictions from Multivariate LSTM Model
- How do I format FusionCharts time to include seconds?
- MARSS model with multiple species and multiple sites
- Darts Time Series thinks my static covariate needs to be a float
Related Questions in VARMAX
- Standard errors may be unstable in VARMAX AR(1)
- Best method to impute time series with missing values in early years when time series will be differenced
- VARMAX model in r | Fit VARMA model including exogenous variable
- While implementing VARMAX model in python, the error comes that leading minor is not positive definite
- Statsmodels VARMAX: confidence / predication intervals with more than one endogenous variable
- VARMAX Results extend causes ValueError: array must not contain infs or NaNs
- running VARMAX in Python with a different and separate regressor for the equations
- VARMAX modelling in SAS
- ValueError while using fittedvalues function in python
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?