Skip to content

Commit b412d47

Browse files
committed
Rel 0.0.5 - README update.
1 parent c1a6379 commit b412d47

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
### Purpose of this package
99

10-
This Julia package implements *Pareto smoothed importance sampling* (PSIS) and
10+
This package implements model comparison methods as used and explained in StatisticalRethinking (chapter 7).
11+
12+
The most important methods are *Pareto smoothed importance sampling* (PSIS) and
1113
PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
1214

13-
The Julia translation has been done by @alvaro1101 (on Github). Updates for Julia v1+ and the new Pkg ecosystem have been done by Rob J Goedman.
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.
1416

1517
The intention is that PSIS.jl will become part of the [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl).
1618

@@ -32,6 +34,7 @@ To use the demonstration Pluto notebooks, you can add:
3234
[c3e4b0f8] Pluto v0.12.18
3335
[7f904dfe] PlutoUI v0.6.11
3436
```
37+
The cars WAIC example requires RDatasets.jl to be installed and functioning.
3538

3639
### Included functions
3740

0 commit comments

Comments
 (0)