{
  "_id": "6a490fbeb5e98c4082a07f2d",
  "Package": "imputeFin",
  "Title": "Imputation of Financial Time Series with Missing Values and/or\nOutliers",
  "Version": "0.1.2.9000",
  "Date": "2021-02-19",
  "Description": "Missing values often occur in financial data due to a\nvariety of reasons (errors in the collection process or in the\nprocessing stage, lack of asset liquidity, lack of reporting of\nfunds, etc.). However, most data analysis methods expect\ncomplete data and cannot be employed with missing values. One\nconvenient way to deal with this issue without having to\nredesign the data analysis method is to impute the missing\nvalues. This package provides an efficient way to impute the\nmissing values based on modeling the time series with a random\nwalk or an autoregressive (AR) model, convenient to model\nlog-prices and log-volumes in financial data. In the current\nversion, the imputation is univariate-based (so no asset\ncorrelation is used). In addition, outliers can be detected and\nremoved. The package is based on the paper: J. Liu, S. Kumar,\nand D. P. Palomar (2019). Parameter Estimation of Heavy-Tailed\nAR Model With Missing Data Via Stochastic EM. IEEE Trans. on\nSignal Processing, vol. 67, no. 8, pp. 2159-2172.\n<doi:10.1109/TSP.2019.2899816>.",
  "Authors@R": "c(\nperson(c(\"Daniel\", \"P.\"), \"Palomar\", role = c(\"cre\", \"aut\"), email = \"daniel.p.palomar@gmail.com\"),\nperson(\"Junyan\", \"Liu\", role =  \"aut\", email = \"jliubl@connect.ust.hk\"),\nperson(\"Rui\", \"Zhou\", role =  \"aut\", email = \"rui.zhou@connect.ust.hk\")\n)",
  "Maintainer": "Daniel P. Palomar <daniel.p.palomar@gmail.com>",
  "URL": "https://CRAN.R-project.org/package=imputeFin,\nhttps://github.com/dppalomar/imputeFin,\nhttps://www.danielppalomar.com,\nhttps://doi.org/10.1109/TSP.2019.2899816,\nhttps://doi.org/10.1109/TSP.2020.3033378",
  "BugReports": "https://github.com/dppalomar/imputeFin/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr, rmarkdown, R.rsp",
  "Repository": "https://dppalomar.r-universe.dev",
  "Date/Publication": "2021-09-27 06:43:44 UTC",
  "RemoteUrl": "https://github.com/dppalomar/imputefin",
  "RemoteRef": "HEAD",
  "RemoteSha": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 13:47:48 UTC",
    "User": "root"
  },
  "Author": "Daniel P. Palomar [cre, aut],\nJunyan Liu [aut],\nRui Zhou [aut]",
  "_user": "dppalomar",
  "_type": "src",
  "_file": "imputeFin_0.1.2.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/475d3abeebe7d9295571fa243a335bed8b9c6f9a766c596aea3fea5cdd0c74f9",
  "_filesize": 1006617,
  "_sha256": "475d3abeebe7d9295571fa243a335bed8b9c6f9a766c596aea3fea5cdd0c74f9",
  "_expires": "2026-10-12T13:50:52.000Z",
  "_created": "2026-07-04T13:47:48.000Z",
  "_published": "2026-07-04T13:50:54.256Z",
  "_jobs": [
    {
      "job": 85137319891,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8082266557"
    },
    {
      "job": 85137319890,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8082266939"
    },
    {
      "job": 85137319839,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8082263282"
    },
    {
      "job": 85137319847,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8082262701"
    },
    {
      "job": 85137136557,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8082248666"
    },
    {
      "job": 85137319843,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8082261630"
    },
    {
      "job": 85137319859,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8082260890"
    },
    {
      "job": 85137319846,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8082261264"
    },
    {
      "job": 85137319850,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8082260699"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009",
  "_status": "failure",
  "_upstream": "https://github.com/dppalomar/imputefin",
  "_commit": {
    "id": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
    "author": "Daniel P. Palomar <daniel.p.palomar@gmail.com>",
    "committer": "Daniel P. Palomar <daniel.p.palomar@gmail.com>",
    "message": "New function impute_Vol()\n",
    "time": 1632725024
  },
  "_maintainer": {
    "name": "Daniel P. Palomar",
    "email": "daniel.p.palomar@gmail.com",
    "login": "dppalomar",
    "description": "Professor of Optimization, Hong Kong University of Science and Technology (HKUST)",
    "uuid": 22098181
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "prettydoc",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "R.rsp",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "xts",
      "role": "Suggests"
    }
  ],
  "_owner": "dppalomar",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "financial-data",
    "missing-values",
    "outliers",
    "time-series"
  ],
  "_stars": 27,
  "_contributors": [
    {
      "user": "dppalomar",
      "count": 141,
      "uuid": 22098181
    },
    {
      "user": "julialiu2020",
      "count": 45,
      "uuid": 38105215
    },
    {
      "user": "ruihkust",
      "count": 13,
      "uuid": 33095611
    }
  ],
  "_userbio": {
    "uuid": 22098181,
    "type": "user",
    "name": "Daniel P. Palomar",
    "followers": 570,
    "description": "Professor of Optimization, Hong Kong University of Science and Technology (HKUST)"
  },
  "_downloads": {
    "count": 667,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/imputeFin"
  },
  "_devurl": "https://github.com/dppalomar/imputefin",
  "_searchresults": 25,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/imputeFin.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md"
  ],
  "_homeurl": "https://github.com/dppalomar/imputefin",
  "_realowner": "dppalomar",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-12-13"
    },
    {
      "version": "0.1.1",
      "date": "2020-07-11"
    },
    {
      "version": "0.1.2",
      "date": "2021-02-20"
    }
  ],
  "_exports": [
    "fit_AR1_Gaussian",
    "fit_AR1_t",
    "fit_VAR_t",
    "impute_AR1_Gaussian",
    "impute_AR1_t",
    "impute_OHLC",
    "impute_rolling_AR1_Gaussian",
    "impute_Vol",
    "plot_imputed"
  ],
  "_datasets": [
    {
      "name": "ts_AR1_Gaussian",
      "title": "",
      "object": "ts_AR1_Gaussian",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "ts_AR1_t",
      "title": "",
      "object": "ts_AR1_t",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "ts_VAR_t",
      "title": "",
      "object": "ts_VAR_t",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [],
  "_readme": "https://github.com/dppalomar/imputefin/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "magrittr",
    "MASS",
    "mvtnorm",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "ImputeFinancialTimeSeries.html.asis",
      "filename": "ImputeFinancialTimeSeries.html",
      "title": "Imputation of Financial Time Series",
      "engine": "R.rsp::asis",
      "headings": [
        "Imputation of Financial Time Series",
        "Table of Contents",
        "Installation",
        "Quick Start",
        "Usage of the package",
        "Datasets",
        "Fitting a Gaussian AR(1) model",
        "Fitting a Student’s \\(t\\) AR(1) model",
        "Fitting a Student’s \\(t\\) VAR model",
        "Imputation of missing values from Gaussian AR(1) model",
        "Imputation of missing values from Student’s t AR(1) model",
        "Removing outliers",
        "Comparison with other packages",
        "Algorithms",
        "Parameter estimation",
        "Imputation",
        "References"
      ],
      "created": "2019-12-05 01:36:44",
      "modified": "2019-12-05 01:36:44",
      "commits": 1
    }
  ],
  "_score": 5.829303772831024,
  "_indexed": true,
  "_nocasepkg": "imputefin",
  "_universes": [
    "dppalomar"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:49:58.000Z",
      "distro": "resolute",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/26c82419296236970e0ba61fdce7054870f6042ed4a11e33dd3ae8f611d68d10",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:50:00.000Z",
      "distro": "resolute",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/698caea627bd30808b0dca9470627d168f44a98a02d3bf4f60fab266c5d57a6e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:49:33.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/2ecdf3753a9964077287c1be1eeed9c30b83383e24dc22e28d5bcb670fd1b2fc",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:49:28.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/b0ea46e62ef152d6c516f965209f5577f6102d14171b21bc4ad8a78f618eee6d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:49:51.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/94e29df56bf8aed5945b9446d8f023db0d4b5d973dc9bf880bef84ff40a05d62",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:48:56.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/f2afec9d31c9281cca8b88f7d34ef67eb59247c1aff603e0a9f9ba8938ac27d0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:48:59.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/72e4fa2d517d709d17e2936eb34d65f29c85d09dff0d9a59e48aa58e6f6043db",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-04T13:48:56.000Z",
      "commit": "c6b011d33c43e9e3f0d6fa12fe6d641cca3e7368",
      "fileid": "https://r2.ropensci.org/5e5b0927da4cfbee1e53b9e27a941c46d5e11665ca27dd4a29bf175ead9decd1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dppalomar/actions/runs/28708138009"
    }
  ]
}