File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77These files implement Pareto smoothed importance sampling (PSIS) and
88PSIS 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
1239psisloo
You can’t perform that action at this time.
0 commit comments