Skip to content

Commit ed47a46

Browse files
committed
Rel 0.0.3 - README updates
1 parent 4c78e64 commit ed47a46

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77

88
### Purpose of this package
99

10-
This Julia package implements Pareto smoothed importance sampling (PSIS) and
10+
This Julia package implements *Pareto smoothed importance sampling* (PSIS) and
1111
PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
1212

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+
1317
### Installation
1418

1519
Once registered, PSIS.jl can be installed with:
@@ -31,25 +35,21 @@ To use the demonstration Pluto notebooks, you can add:
3135

3236
### Included functions
3337

34-
psisloo
38+
`psisloo()` -
3539
Pareto smoothed importance sampling leave-one-out log predictive densities.
3640

37-
psislw
41+
`psislw()` -
3842
Pareto smoothed importance sampling.
3943

40-
gpdfitnew
44+
`gpdfitnew()` -
4145
Estimate the paramaters for the Generalized Pareto Distribution (GPD).
4246

43-
gpinv
47+
`gpinv()` -
4448
Inverse Generalised Pareto distribution function.
4549

46-
logsumexp
50+
`logsumexp()` -
4751
Sum of a vector where numbers are represented by their logarithms.
4852

49-
### Acknowledgements
50-
51-
The Julia translation has been done by ... ( @alvaro1101 on Github ).
52-
5353
### Corresponding R code
5454

5555
The corresponding R code can be found in [R package called

0 commit comments

Comments
 (0)