{
  "_id": "6a1f34a5b401979e73428449",
  "Package": "BLModel",
  "Title": "Black-Litterman Posterior Distribution",
  "Version": "1.0.2",
  "Authors@R": "c(\nperson(\"Andrzej\", \"Palczewski\", email = \"A.Palczewski@mimuw.edu.pl\", role = c(\"aut\", \"cre\")),\nperson(\"Jan\", \"Palczewski\", email = \"J.Palczewski@leeds.ac.uk\", role = c(\"aut\")),\nperson(\"Alicja\",\"Gosiewska\", email = \"alicjagosiewska@gmail.com\", role = c(\"ctb\")))",
  "Description": "Posterior distribution in the Black-Litterman model is\ncomputed from a prior distribution given in the form of a time\nseries of asset returns and a continuous distribution of views\nprovided by the user as an external function.",
  "License": "GNU General Public License version 3",
  "Encoding": "UTF-8",
  "Author": "Andrzej Palczewski [aut, cre], Jan Palczewski [aut], Alicja\nGosiewska [ctb]",
  "Maintainer": "Andrzej Palczewski <A.Palczewski@mimuw.edu.pl>",
  "RoxygenNote": "6.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:50:33 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-03-29 05:38:36 UTC",
  "RemoteUrl": "https://github.com/cran/BLModel",
  "RemoteRef": "HEAD",
  "RemoteSha": "3b6b8747a4b8218df28e69a794a90be914d25c1f",
  "MD5sum": "64edf5b77f24dc416090a19ac47cbbcb",
  "_user": "cran",
  "_type": "src",
  "_file": "BLModel_1.0.2.tar.gz",
  "_fileid": "ff2f3c0fd25a6b8bff8e7cad981886b55f3a24a2de536f60b02360b99165c0c9",
  "_filesize": 168608,
  "_sha256": "ff2f3c0fd25a6b8bff8e7cad981886b55f3a24a2de536f60b02360b99165c0c9",
  "_created": "2026-05-15T06:50:33.000Z",
  "_published": "2026-06-02T19:53:09.093Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79159168756,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011720694"
    },
    {
      "job": 79159168961,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011722030"
    },
    {
      "job": 79159168443,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011696175"
    },
    {
      "job": 79159168424,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368279406"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25904574625",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/BLModel",
  "_commit": {
    "id": "3b6b8747a4b8218df28e69a794a90be914d25c1f",
    "author": "Andrzej Palczewski <A.Palczewski@mimuw.edu.pl>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2\n",
    "time": 1490765916
  },
  "_maintainer": {
    "name": "Andrzej Palczewski",
    "email": "a.palczewski@mimuw.edu.pl"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_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": 635,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BLModel"
  },
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BLModel.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2017-03-29"
    }
  ],
  "_exports": [
    "BL_post_distr",
    "equilibrium_mean",
    "observ_normal",
    "observ_powerexp",
    "observ_ts"
  ],
  "_help": [
    {
      "page": "BL_post_distr",
      "title": "Computes the Black-Litterman posterior distribution.",
      "topics": [
        "BL_post_distr"
      ]
    },
    {
      "page": "equilibrium_mean",
      "title": "Solves the inverse optimization to mean-risk standard optimization problem to find equilibrium returns. The function is invoked by BL_post_distr and arguments are supplemented by BL_post_distr.",
      "topics": [
        "equilibrium_mean"
      ]
    },
    {
      "page": "observ_normal",
      "title": "Example of distribution of views - normal distribution",
      "topics": [
        "observ_normal"
      ]
    },
    {
      "page": "observ_powerexp",
      "title": "Example of distribution of views - power exponential distribution",
      "topics": [
        "observ_powerexp"
      ]
    },
    {
      "page": "observ_ts",
      "title": "Example of distribution of views - Student t-distribution",
      "topics": [
        "observ_ts"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "blmodel",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-15T06:52:26.000Z",
      "distro": "noble",
      "commit": "3b6b8747a4b8218df28e69a794a90be914d25c1f",
      "fileid": "75950413b8eba3e2bd0202c4b9a2741b5acae26a3b1ac9509f7a0f3a04e25528",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25904574625"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-15T06:52:30.000Z",
      "distro": "noble",
      "commit": "3b6b8747a4b8218df28e69a794a90be914d25c1f",
      "fileid": "f1871cbf533dcf28001963820cacb22b393a22eb90e7428912595176a580ad9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25904574625"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-06-02T19:52:55.000Z",
      "commit": "3b6b8747a4b8218df28e69a794a90be914d25c1f",
      "fileid": "5eda56c8cc2da0898e205125d09dfdb37d05e630028cbc28c460348e924a03c0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25904574625"
    }
  ]
}