{
  "_id": "6a2bb26b5783985943197281",
  "Package": "wired",
  "Type": "Package",
  "Title": "Weighted Adaptive Prediction with Structured Dependence",
  "Version": "1.0.1",
  "Authors@R": "c(person(\"Giancarlo\", \"Vercellino\", role = c(\"aut\", \"cre\", \"cph\"), email = \"giancarlo.vercellino@gmail.com\"))",
  "Maintainer": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
  "Description": "Builds a joint probabilistic forecast across series and\nhorizons using adaptive copulas (Gaussian/t) with\nshrinkage-repaired correlations. At the low level it calls a\nprobabilistic mixer per series and horizon, which backtests\nseveral simple predictors, predicts next-window Continuous\nRanked Probability Score (CRPS), and converts those scores into\nsoftmax weights to form a calibrated mixture (r/q/p/dfun). The\nmixer blends eight simple predictors: a naive predictor that\nwraps the last move in a PERT distribution; an arima predictor\nusing auto.arima for one-step forecasts; an Exponentially\nWeighted Moving Average (EWMA) gaussian predictor with\nmean/variance under a Gaussian; a historical bootstrap\npredictor that resamples past horizon-aligned moves; a drift\nresidual bootstrap predictor combining linear trend with\nbootstrapped residuals; a volatility-scaled naive predictor\ncentering on the last move and scaling by recent volatility; a\nrobust median mad predictor using median/MAD with Laplace or\nNormal shape; and a shrunk quantile predictor that fits a few\nquantile regressions over time and interpolates to a full\npredictive. The function then couples the per-series mixtures\non a common transform\n(additive/multiplicative/log-multiplicative), simulates\ncoherent draws, and returns both transformed- and level-scale\nsamplers and summaries.",
  "License": "GPL-3",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "URL": "https://rpubs.com/giancarlo_vercellino/wired",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-12 07:10:51 UTC",
    "User": "root"
  },
  "Author": "Giancarlo Vercellino [aut, cre, cph]",
  "Config/pak/sysreqs": "cmake make libicu-dev libjpeg-dev libpng-dev\nlibxml2-dev libssl-dev",
  "Repository": "https://pigian.r-universe.dev",
  "Date/Publication": "2026-04-13 09:15:23 UTC",
  "RemoteUrl": "https://github.com/cran/wired",
  "RemoteRef": "HEAD",
  "RemoteSha": "45b7db605e69154edef90022bb1a8e806938a672",
  "MD5sum": "b097a4d136bbbed4fde9f604304eb00c",
  "_user": "pigian",
  "_type": "src",
  "_file": "wired_1.0.1.tar.gz",
  "_fileid": "c6da248d99d74b034802686e8f92ca0552ba623f8ef1bc273454af185870ad21",
  "_filesize": 123087,
  "_sha256": "c6da248d99d74b034802686e8f92ca0552ba623f8ef1bc273454af185870ad21",
  "_created": "2026-06-12T07:10:51.000Z",
  "_published": "2026-06-12T07:16:59.050Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80977647109,
      "time": 287,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585383529"
    },
    {
      "job": 80977647026,
      "time": 331,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585395500"
    },
    {
      "job": 80977647025,
      "time": 216,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585362753"
    },
    {
      "job": 80977647034,
      "time": 207,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585359992"
    },
    {
      "job": 80977120423,
      "time": 226,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585301419"
    },
    {
      "job": 80977647043,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585337765"
    },
    {
      "job": 80977647021,
      "time": 198,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585357744"
    },
    {
      "job": 80977647049,
      "time": 267,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585377348"
    },
    {
      "job": 80977647037,
      "time": 240,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585372238"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/wired",
  "_commit": {
    "id": "45b7db605e69154edef90022bb1a8e806938a672",
    "author": "Giancarlo Vercellino <giancarlo.vercellino@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1776071723
  },
  "_maintainer": {
    "name": "Giancarlo Vercellino",
    "email": "giancarlo.vercellino@gmail.com",
    "login": "pigian",
    "description": "",
    "uuid": 182648476
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "mc2d",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "forecast",
      "version": ">= 8.24.0",
      "role": "Imports"
    },
    {
      "package": "quantreg",
      "version": ">= 6.1",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "version": ">= 7.3-65",
      "role": "Imports"
    },
    {
      "package": "imputeTS",
      "version": ">= 3.4",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.0",
      "date": "2026-02-06"
    },
    {
      "name": "1.0.1",
      "date": "2026-04-13"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pigian",
      "count": 2,
      "uuid": 182648476
    }
  ],
  "_userbio": {
    "uuid": 182648476,
    "type": "user",
    "name": "pigian"
  },
  "_downloads": {
    "count": 444,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/wired"
  },
  "_searchresults": 29,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/wired.html",
    "manual.pdf"
  ],
  "_realowner": "pigian",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2026-02-06"
    },
    {
      "version": "1.0.1",
      "date": "2026-04-13"
    }
  ],
  "_exports": [
    "wired"
  ],
  "_help": [
    {
      "page": "wired",
      "title": "wired: Weighted Adaptive Prediction with Structured Dependence",
      "topics": [
        "wired-package",
        "wired"
      ]
    }
  ],
  "_rundeps": [
    "abind",
    "backports",
    "boot",
    "broom",
    "car",
    "carData",
    "cli",
    "colorspace",
    "commonmark",
    "corrplot",
    "cowplot",
    "cpp11",
    "curl",
    "Deriv",
    "doBy",
    "dplyr",
    "farver",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "ggtext",
    "glue",
    "gridExtra",
    "gridtext",
    "gtable",
    "imputeTS",
    "isoband",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lme4",
    "lmtest",
    "magrittr",
    "markdown",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mc2d",
    "mgcv",
    "microbenchmark",
    "minqa",
    "modelr",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "png",
    "polynom",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "rstatix",
    "S7",
    "scales",
    "SparseM",
    "stinepack",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "zoo"
  ],
  "_score": 1.7634279935629373,
  "_indexed": true,
  "_nocasepkg": "wired",
  "_universes": [
    "pigian"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-12T07:13:20.000Z",
      "distro": "noble",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "cdc782dd05b8c52b996ff3b71007feb78cf1f9ba51fa6ae94fb425fd2da15005",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-12T07:14:06.000Z",
      "distro": "noble",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "c2baa796172b4f9898976be2e336c7fb8ae4e18d74fd626364bf255241db9500",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-12T07:12:51.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "089578faccf0a9707d06c56624d4ebe5b41dcd642b4566924e2d67bf926a8422",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-12T07:12:53.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "5179ae39f4f3c694eec91065ae1608fb1d9ae530c13ee1b004bcf1e8c5ada3a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-12T07:13:20.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "f6b29af5200ddd956c0e1357ab18461f0fddc5fb409eeabd501650a9c0c2156e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-12T07:12:19.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "4dedea3e9f3e1e9e62c73211edd44cca61ea15dfbc7cbf0dbd2bdb1a2f8f5e3f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-12T07:12:25.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "2e7d3f534806d1ec340eeff02377b6f3d425396ac43df1333b8d05617a0aa8b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-12T07:12:35.000Z",
      "commit": "45b7db605e69154edef90022bb1a8e806938a672",
      "fileid": "2c0eb103ac4a1fc54e800a79d876c283785ad841fb4e849c143b94e12c12db8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pigian/actions/runs/27400448958"
    }
  ]
}