|
1 | | -# PSIS.jl: Pareto smoothed importance sampling. |
| 1 | +# ParetoSmoothedImportanceSampling.jl |
2 | 2 |
|
3 | 3 | | **Project Status** | **Build Status** | |
4 | 4 | |:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| |
|
10 | 10 | This package implements model comparison methods as used and explained in StatisticalRethinking (chapter 7). |
11 | 11 |
|
12 | 12 | The most important methods are *Pareto smoothed importance sampling* (PSIS) and |
13 | | -PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git). |
| 13 | +PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git). The Julia translation has been done by @alvaro1101 (on Github). |
14 | 14 |
|
15 | | -The Julia translation has been done by @alvaro1101 (on Github). Updates for Julia v1+, the new Pkg ecosystem and the inclusion of WAIC and pk utilities have been done by Rob J Goedman. |
| 15 | +Updates for Julia v1+, the new Pkg ecosystem and the addition of WAIC and pk utilities have been done by Rob J Goedman. |
16 | 16 |
|
17 | | -The intention is that PSIS.jl will become part of the [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl). |
| 17 | +ParetoSmoothedImportanceSampling.jl will become part of the [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl). |
18 | 18 |
|
19 | 19 | ### Installation |
20 | 20 |
|
21 | | -Once registered, PSIS.jl can be installed with: |
| 21 | +Once registered, ParetoSmoothedImportanceSampling.jl can be installed with: |
22 | 22 | ``` |
23 | | -Pkg.dev("PSIS") |
| 23 | +Pkg.dev("ParetoSmoothedImportanceSampling") |
24 | 24 | ``` |
25 | 25 | Usually I have only a few packages `permanently` installed, e.g.: |
26 | 26 | ``` |
@@ -79,8 +79,8 @@ The corresponding R code can be found in [R package called |
79 | 79 | Technometrics, 51:3, 316-325, DOI: 10.1198/tech.2009.08017 |
80 | 80 |
|
81 | 81 |
|
82 | | -[CI-build]: https://github.com/goedman/PSIS.jl/workflows/CI/badge.svg?branch=master |
| 82 | +[CI-build]: https://github.com/StatisticalRethinkingJulia/ParetoSmoothedImportanceSampling.jl/workflows/CI/badge.svg?branch=master |
83 | 83 |
|
84 | | -[issues-url]: https://github.com/goedman/PSIS.jl/issues |
| 84 | +[issues-url]: https://github.com/StatisticalRethinkingJulia/ParetoSmoothedImportanceSampling.jl/issues |
85 | 85 |
|
86 | 86 | [project-status-img]: https://img.shields.io/badge/lifecycle-wip-orange.svg |
0 commit comments