{
  "_id": "6a1ed972b401979e7340f362",
  "Package": "mvLSWimpute",
  "Type": "Package",
  "Title": "Imputation Methods for Multivariate Locally Stationary Time\nSeries",
  "Version": "0.1.1",
  "Date": "2022-08-15",
  "Author": "Rebecca Wilson [aut], Matt Nunes [aut, cre], Idris Eckley [ctb,\nths], Tim Park [ctb]",
  "Authors@R": "c(person(\"Rebecca\", \"Wilson\", role = \"aut\"), person(\"Matt\", \"Nunes\", role=c(\"aut\",\"cre\"), email=\"nunesrpackages@gmail.com\"), person(\"Idris\", \"Eckley\", role=c(\"ctb\",\"ths\")), person(\"Tim\",\"Park\", role=\"ctb\"))",
  "Maintainer": "Matt Nunes <nunesrpackages@gmail.com>",
  "Description": "Implementation of imputation techniques based on locally\nstationary wavelet time series forecasting methods from Wilson,\nR. E. et al. (2021) <doi:10.1007/s11222-021-09998-2>.",
  "License": "GPL-2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 09:21:10 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-08-16 09:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/mvLSWimpute",
  "RemoteRef": "HEAD",
  "RemoteSha": "f2de33b3c45b6c47ed6645dc419fd28d8e35029e",
  "MD5sum": "caaff3c0e6d38f0d8b8c2d1adfc74e71",
  "_user": "cran",
  "_type": "src",
  "_file": "mvLSWimpute_0.1.1.tar.gz",
  "_fileid": "886a1870f8cd3def3650ab52b29b1815a2341a0472b88bf6d29d412bcd0f2780",
  "_filesize": 140523,
  "_sha256": "886a1870f8cd3def3650ab52b29b1815a2341a0472b88bf6d29d412bcd0f2780",
  "_created": "2026-05-20T09:21:10.000Z",
  "_published": "2026-06-02T13:24:02.145Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79080822008,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106168394"
    },
    {
      "job": 79080821846,
      "time": 148,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106160780"
    },
    {
      "job": 79080821120,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106103236"
    },
    {
      "job": 79080820336,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358916424"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26153293536",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mvLSWimpute",
  "_commit": {
    "id": "f2de33b3c45b6c47ed6645dc419fd28d8e35029e",
    "author": "Matt Nunes <nunesrpackages@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1660641602
  },
  "_maintainer": {
    "name": "Matt Nunes",
    "email": "nunesrpackages@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "wavethresh",
      "role": "Depends"
    },
    {
      "package": "mvLSW",
      "role": "Depends"
    },
    {
      "package": "binhf",
      "role": "Imports"
    },
    {
      "package": "xts",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "imputeTS",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 222,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mvLSWimpute"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mvLSWimpute.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2022-08-16"
    }
  ],
  "_exports": [
    "correct_per",
    "form_lacv_backward",
    "form_lacv_forward",
    "haarWT",
    "mv_impute",
    "pdef",
    "pred_eq_backward",
    "pred_eq_forward",
    "smooth_per",
    "spec_estimation"
  ],
  "_help": [
    {
      "page": "mvLSWimpute-package",
      "title": "Imputation Methods for Multivariate Locally Stationary Time Series",
      "topics": [
        "mvLSWimpute-package",
        "mvLSWimpute"
      ]
    },
    {
      "page": "correct_per",
      "title": "Function to smooth the raw wavelet periodogram",
      "topics": [
        "correct_per"
      ]
    },
    {
      "page": "form_lacv_forward",
      "title": "Function to form the local autocovariance array for the forecasting / backcasting step.",
      "topics": [
        "form_lacv_backward",
        "form_lacv_forward"
      ]
    },
    {
      "page": "haarWT",
      "title": "Function to apply the (univariate) Haar wavelet transform",
      "topics": [
        "haarWT"
      ]
    },
    {
      "page": "mv_impute",
      "title": "Function to apply the mvLSWimpute method and impute missing values in a multivariate locally stationary time series",
      "topics": [
        "mv_impute"
      ]
    },
    {
      "page": "pdef",
      "title": "Function to regularise the LWS matrix.",
      "topics": [
        "pdef"
      ]
    },
    {
      "page": "pred_eq_forward",
      "title": "Function to form the prediction equations for the forecasting / backcasting step.",
      "topics": [
        "pred_eq_backward",
        "pred_eq_forward"
      ]
    },
    {
      "page": "smooth_per",
      "title": "Function to smooth the raw wavelet periodogram using the default 'mvLSW' routine.",
      "topics": [
        "smooth_per"
      ]
    },
    {
      "page": "spec_estimation",
      "title": "Function to estimate the Local Wavelet Spectral matrix for a multivariate locally stationary time series containing missing values",
      "topics": [
        "spec_estimation"
      ]
    }
  ],
  "_rundeps": [
    "adlift",
    "binhf",
    "cli",
    "colorspace",
    "commonmark",
    "cpp11",
    "curl",
    "dotCall64",
    "EbayesThresh",
    "farver",
    "fields",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "ggtext",
    "glue",
    "gridtext",
    "gtable",
    "imputeTS",
    "isoband",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lmtest",
    "magrittr",
    "maps",
    "markdown",
    "MASS",
    "mvLSW",
    "nlme",
    "nnet",
    "png",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "spam",
    "stinepack",
    "stringi",
    "stringr",
    "timeDate",
    "urca",
    "vctrs",
    "viridisLite",
    "wavethresh",
    "withr",
    "xfun",
    "xml2",
    "xts",
    "zoo"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "mvlswimpute",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-20T09:23:31.000Z",
      "distro": "noble",
      "commit": "f2de33b3c45b6c47ed6645dc419fd28d8e35029e",
      "fileid": "feaf9eb3e9f8c7cd876564386aea9494f6ccd8496ac23c0eba6dd2554f7d09fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26153293536"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-20T09:23:24.000Z",
      "distro": "noble",
      "commit": "f2de33b3c45b6c47ed6645dc419fd28d8e35029e",
      "fileid": "b3656604c93ac69e54fcb1655e0e00d9a404a9574da857787e2beb1e9a053d22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26153293536"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-02T13:23:45.000Z",
      "commit": "f2de33b3c45b6c47ed6645dc419fd28d8e35029e",
      "fileid": "adef469338ff158f61ec9e073fdee571be9f93123ba30cad54b6580dd55e8e28",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26153293536"
    }
  ]
}