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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,13 @@
7
7
8
8
### Purpose of this package
9
9
10
-
This Julia package implements Pareto smoothed importance sampling (PSIS) and
10
+
This Julia package implements *Pareto smoothed importance sampling* (PSIS) and
11
11
PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
12
12
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.
14
+
15
+
The intention is that PSIS.jl will become part of the [StatisticalRethinking.jl](https://github.com/StatisticalRethinkingJulia/StatisticalRethinking.jl).
16
+
13
17
### Installation
14
18
15
19
Once registered, PSIS.jl can be installed with:
@@ -31,25 +35,21 @@ To use the demonstration Pluto notebooks, you can add:
0 commit comments