imputeFin
Imputation of Financial Time Series with Missing Values and/or Outliers
Missing values often occur in financial data due to a variety of reasons (errors in the collection process or in the processing stage, lack of asset liquidity, lack of reporting of funds, etc.). However, most data analysis methods expect complete data and cannot be employed with missing values. One convenient way to deal with this issue without having to redesign the data analysis method is to impute the missing values. This package provides an efficient way to impute the missing values based on modeling the time series with a random walk or an autoregressive (AR) model, convenient to model log-prices and log-volumes in financial data. In the current version, the imputation is univariate-based (so no asset correlation is used). In addition, outliers can be detected and removed. The package is based on the paper: J. Liu, S. Kumar, and D. P. Palomar (2019). Parameter Estimation of Heavy-Tailed AR Model With Missing Data Via Stochastic EM. IEEE Trans. on Signal Processing, vol. 67, no. 8, pp. 2159-2172.
- https://CRAN.R-project.org/package=imputeFin
- GitHub
- https://www.danielppalomar.com
- https://doi.org/10.1109/TSP.2019.2899816
- https://doi.org/10.1109/TSP.2020.3033378
- File a bug report
- imputeFin results
- imputeFin.pdf
- Version0.1.2
- R version≥ 2.10
- LicenseGPL-3
- Needs compilation?No
- imputeFin citation info
- Last release02/20/2021
Documentation
Team
Daniel P. Palomar
Junyan Liu
Show author detailsRolesAuthorRui Zhou
Show author detailsRolesAuthor
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Imports5 packages
- Suggests7 packages