You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@
7
7
8
8
### Purpose of this package
9
9
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
11
13
PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
12
14
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.
14
16
15
17
The intention is that PSIS.jl will become part of the [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl).
16
18
@@ -32,6 +34,7 @@ To use the demonstration Pluto notebooks, you can add:
32
34
[c3e4b0f8] Pluto v0.12.18
33
35
[7f904dfe] PlutoUI v0.6.11
34
36
```
37
+
The cars WAIC example requires RDatasets.jl to be installed and functioning.
0 commit comments