{
  "_id": "6a1f21b3b401979e73420706",
  "Package": "kalmanfilter",
  "Type": "Package",
  "Title": "Kalman Filter",
  "Version": "2.2.0",
  "Date": "2025-10-01",
  "Authors@R": "c(person(given = \"Alex\",\nfamily = \"Hubbard\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hubbard.alex@gmail.com\"))",
  "Description": "'Rcpp' implementation of the multivariate Kalman filter\nfor state space models that can handle missing values and\nexogenous data in the observation and state equations. There is\nalso a function to handle time varying parameters. Kim,\nChang-Jin and Charles R. Nelson (1999) \"State-Space Models with\nRegime Switching: Classical and Gibbs-Sampling Approaches with\nApplications\"\n<doi:10.7551/mitpress/6444.001.0001><http://econ.korea.ac.kr/~cjkim/>.",
  "License": "GPL (>= 2)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-16 07:27:44 UTC",
    "User": "root"
  },
  "Author": "Alex Hubbard [aut, cre]",
  "Maintainer": "Alex Hubbard <hubbard.alex@gmail.com>",
  "Repository": "https://hubbardalex.r-universe.dev",
  "Date/Publication": "2025-10-18 06:41:34 UTC",
  "RemoteUrl": "https://github.com/cran/kalmanfilter",
  "RemoteRef": "HEAD",
  "RemoteSha": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
  "MD5sum": "264d214139e2b6f0bb0f8ebfe84ddf52",
  "_user": "hubbardalex",
  "_type": "src",
  "_file": "kalmanfilter_2.2.0.tar.gz",
  "_fileid": "3fca7a5cf263f11c2963dd0015ffe29dfe655c7530bc19c1ee87617bc9d93ea5",
  "_filesize": 147984,
  "_sha256": "3fca7a5cf263f11c2963dd0015ffe29dfe655c7530bc19c1ee87617bc9d93ea5",
  "_created": "2026-05-16T07:27:44.000Z",
  "_published": "2026-06-02T18:32:19.635Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79144046311,
      "time": 133,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031592511"
    },
    {
      "job": 79144046147,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031592756"
    },
    {
      "job": 79144046425,
      "time": 142,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031593451"
    },
    {
      "job": 79144046331,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031593150"
    },
    {
      "job": 79144046577,
      "time": 123,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031591337"
    },
    {
      "job": 79144046608,
      "time": 236,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031603325"
    },
    {
      "job": 79144046109,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031586830"
    },
    {
      "job": 79144046056,
      "time": 178,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031597370"
    },
    {
      "job": 79144045883,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031578534"
    },
    {
      "job": 79144045339,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366541496"
    },
    {
      "job": 79144045986,
      "time": 171,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031596417"
    },
    {
      "job": 79144046315,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031589444"
    },
    {
      "job": 79144046049,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031590049"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/kalmanfilter",
  "_commit": {
    "id": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
    "author": "Alex Hubbard <hubbard.alex@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.2.0\n",
    "time": 1760769694
  },
  "_maintainer": {
    "name": "Alex Hubbard",
    "email": "hubbard.alex@gmail.com",
    "login": "hubbardalex",
    "uuid": 40621441
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.9",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.14.2",
      "role": "Suggests"
    },
    {
      "package": "maxLik",
      "version": ">= 1.5-2",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.3.6",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "version": ">= 2.3",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "2.2.0",
      "date": "2025-10-18"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hubbardalex",
      "count": 7,
      "uuid": 40621441
    }
  ],
  "_userbio": {
    "uuid": 40621441,
    "type": "user",
    "name": "hubbardalex"
  },
  "_downloads": {
    "count": 359,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kalmanfilter"
  },
  "_searchresults": 10,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kalmanfilter.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "hubbardalex",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-09-02"
    },
    {
      "version": "2.0.0",
      "date": "2022-09-21"
    },
    {
      "version": "2.0.1",
      "date": "2023-02-22"
    },
    {
      "version": "2.0.2",
      "date": "2023-09-26"
    },
    {
      "version": "2.1.0",
      "date": "2024-02-14"
    },
    {
      "version": "2.1.1",
      "date": "2024-03-08"
    },
    {
      "version": "2.2.0",
      "date": "2025-10-18"
    }
  ],
  "_exports": [
    "kalman_filter"
  ],
  "_datasets": [
    {
      "name": "sw_dcf",
      "title": "Stock and Watson Dynamic Common Factor Data Set",
      "object": "sw_dcf",
      "file": "sw_dcf.RData",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "date",
        "ip",
        "gmyxpq",
        "mtq",
        "lpnag",
        "dcoinc"
      ],
      "rows": 433,
      "table": true,
      "tojson": true
    },
    {
      "name": "treasuries",
      "title": "Treasuries",
      "object": "treasuries",
      "file": "treasuries.RData",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "date",
        "variable",
        "value",
        "maturity"
      ],
      "rows": 975,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "kalman_filter",
      "title": "Kalman Filter",
      "topics": [
        "kalman_filter"
      ]
    },
    {
      "page": "sw_dcf",
      "title": "Stock and Watson Dynamic Common Factor Data Set",
      "topics": [
        "sw_dcf"
      ]
    },
    {
      "page": "treasuries",
      "title": "Treasuries",
      "topics": [
        "treasuries"
      ]
    }
  ],
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "kalmanfilter_vignette.Rmd",
      "filename": "kalmanfilter_vignette.html",
      "title": "Kalman Filter for State Space Models",
      "author": "Alex Hubbard",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The State Space Model",
        "The Kalman Filter",
        "Prediction Stage",
        "Updating Stage",
        "Kalman Smoothing",
        "Estimation",
        "Implementation",
        "Example: Nelson-Siegel Dynamic Factor Yield Curve Model",
        "With Time-Varying Parameters",
        "Stock and Watson Dynamic Common Factor Model"
      ],
      "created": "2022-09-02 07:10:09",
      "modified": "2025-10-18 06:41:34",
      "commits": 4
    }
  ],
  "_score": 2.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "kalmanfilter",
  "_universes": [
    "hubbardalex"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2.0",
      "date": "2026-05-16T07:30:02.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "bb472efcc5964e4f573c19e1282590420cc18567f583597f24ca9bc26cc80f09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2.0",
      "date": "2026-05-16T07:30:04.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "badcf2b128f60526a168beb4c5f5a56fcd439447864794fed4147c1098b3730b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2.0",
      "date": "2026-05-16T07:30:14.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "4ea01ea59107f04aca2c328f8bc11fe66ceec71391209e4f4cd8dbd0fea86fd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2.0",
      "date": "2026-05-16T07:30:08.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "ac0a4651f3e5d73e6370ab9f1441e5e6c532d6bcc50f474527cf74e3beaf434e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2.0",
      "date": "2026-05-16T07:29:53.000Z",
      "arch": "aarch64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "9d2f407b13ef84ddbfe2bea8c75c81ac9a1bdd626a437487593a2a6ffd7e059a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2.0",
      "date": "2026-05-16T07:31:21.000Z",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "f69bc3d685de570023ca3ec150a2a848d345078fa242e2fa232e6a02cc8f4b91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2.0",
      "date": "2026-05-16T07:29:18.000Z",
      "arch": "aarch64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "920316b2ecefc8ba6528e51f3eccd28237a7bf32566be83bebe1e003f68a2cc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2.0",
      "date": "2026-05-16T07:30:36.000Z",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "ee071bb0d7e006e9413a3ebafad953f57406856eb0cc601d0cd01cfa55bf675b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2.0",
      "date": "2026-05-16T07:29:59.000Z",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "484c9cdfeff1e690de1ebe19efb31aba8a497ab43fc01a41930da47cf02fb20c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2.0",
      "date": "2026-05-16T07:29:09.000Z",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "465069fe71eeedcad6ae7449d4b4a1ad2415e895ac4334bd5550d986ebfd3462",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.2.0",
      "date": "2026-05-16T07:29:15.000Z",
      "arch": "x86_64",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "e56d74eda33f78cba9cf203672af967f8637b852a9c49d750b355c28791a2bf6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2.0",
      "date": "2026-06-02T18:31:52.000Z",
      "arch": "emscripten",
      "commit": "1b8c046548e803abcee9fc92495c6f13d5334a4c",
      "fileid": "d2ddefead046c7b27ca49c34829b971614d39cbe7016b10a7508d2cef9f0ad50",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hubbardalex/actions/runs/25956088698"
    }
  ]
}