Skip to content

Commit 56e8dfe

Browse files
committed
Rel 0.0.2 - Added croaches example and updated README.
1 parent 9f273b4 commit 56e8dfe

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@
77
These files implement Pareto smoothed importance sampling (PSIS) and
88
PSIS leave-one-out cross-validation for Julia base on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
99

10+
### Installation
11+
12+
Once registered, PSIS.jl can be installed with:
13+
```
14+
Pkg.dev("PSIS")
15+
```
16+
17+
A possible setup is to have only a few packages installed, e.g.:
18+
```
19+
(@v1.6) pkg> st
20+
Status `~/.julia/environments/v1.6/Project.toml`
21+
[634d3b9d] DrWatson v1.16.6
22+
[44cfe95a] Pkg
23+
```
24+
25+
To use the demonstration Pluto notebooks, you can add:
26+
```
27+
[c3e4b0f8] Pluto v0.12.18
28+
[7f904dfe] PlutoUI v0.6.11
29+
```
30+
31+
and for occasional access to R datasets:
32+
```
33+
[6f49c342] RCall v0.13.10
34+
[ce6b1742] RDatasets v0.7.3
35+
```
36+
1037
### Included functions
1138

1239
psisloo

0 commit comments

Comments
 (0)