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
122 Views Asked by KateBon At
0
There are 0 best solutions below
Related Questions in TIME-SERIES
- How to best compress timeseries into a different duration?
- Calculating the difference in dates in a Pandas GroupBy object
- Simple Python Median Filter for time series
- Converting time series to data frame, matrix, or table
- Highstock time series navigator blank
- How to compute relative difference in a circular domain (weekday) in R
- How to store and retrieve time series using google appengine using python
- Plotting multivariate time-series data in R
- Reintroduction of AR and GARCH processes in MATLAB
- value from a past, potentially missing month in dataframe
- Forecasting an Arima Model in R Returning Strange Error
- computed initial MA coefficients are not invertible [Python] [TSA] [ARIMAX] [CrossValidation]
- Load local dataset into Python 3.4 Pandas statsmodel for Time Series
- Combining time series data into a single data frame
- Plotting Probability Density Heatmap Over Time in R
Related Questions in VAR
- Volatile properties in Kotlin?
- Block scope, function scope and local scope in Javascript
- Using members of Var type
- Making var 's in a for-loop
- IIFE: var vs this - is there any difference?
- Very weird behavior when using "var" keyword in an ajax request
- Erro on VB "Expecting an existing scalar var"
- Var undefined when I use a loader in three.js
- passing java script value to java method in JSP
- dynamically change javascript source with onclick event
- Stuck with JavaScript function when generating number
- swift Class variables not being changed when accessed from another class
- jQuery "null" when assign a value
- How to do math with variables from different functions
- Excel: How to store an answer in the same cell? How can I accomplish var1+var2= >Store: var2
Related Questions in IMPUTATION
- R Function for Rounding Imputed Binary Variables
- averaging imputation of missing values
- Data Cleaning for Survival Analysis Using a Participant's Own Data to Impute Values
- How will the Imputers work if all the values in a column is missing in input vector in sklearn
- Knn imputation using scikit-learn
- How to replace an NA with an equivalent value from elsewhere in a dataset?
- Replacing NA values with set criteria
- knnimpute package in python
- How to impute columns with categorial datatype in scikit-learn
- Error in "missforest" in R
- Use of statsmodels.imputation.mice
- TypeError when using MICE algorithm from Fancy Impute in Python
- Does R's Time-Series automatically generate missing data?
- Missing data in Dataframe using Python
- Understanding mi.anova output of mice function in R, miceadds package
Related Questions in MULTIVARIATE-TIME-SERIES
- Calculate multivariate distance between samples outside of group and centroid using betadisper
- Error with adding a CNN layer to LSTM pytorch model for time series forecasting
- Tensorflow. call() method to create a baseline model which averages the "inputs" with type framework.ops.Tensor for timeseries data
- MARSS model with multiple species and multiple sites
- Darts Time Series thinks my static covariate needs to be a float
- 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?
- How to perform time series analysis on cpu utilization data using python
- how to combine logistic and poisson in a multivariate model
- How to do Multi-step forecasting using XGBoost?
- r - Plotting monthly time series data in R - cannot plot more than 10 series
- Multivariate LSTM cross feature dependencies
- How to clean nan in tf.data.Dataset in sequences multivariates inputs for LSTM
- Time series data
Related Questions in VARMAX
- Standard errors may be unstable in VARMAX AR(1)
- While implementing VARMAX model in python, the error comes that leading minor is not positive definite
- VARMAX Results extend causes ValueError: array must not contain infs or NaNs
- VARMAX modelling in SAS
- running VARMAX in Python with a different and separate regressor for the equations
- VARMAX model in r | Fit VARMA model including exogenous variable
- Best method to impute time series with missing values in early years when time series will be differenced
- Statsmodels VARMAX: confidence / predication intervals with more than one endogenous variable
- 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 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?