Skip to content

Commit 35f5c4c

Browse files
committed
Rel 0.0.1 - Update to compare.svg
1 parent 36efd71 commit 35f5c4c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Example/demo_wells.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,7 @@ for cvi in 1:10
109109
end
110110

111111
# compare PSIS-LOO and k-fold-CV
112-
scatter(loos[1,:], kfcvs[1,:], xlab = "PSIS-LOO", ylab = "10-fold-CV", leg=false)
112+
plot([-3.5, 0], [-3.5, 0], color=:red)
113+
scatter!(loos[1,:], kfcvs[1,:], xlab = "PSIS-LOO", ylab = "10-fold-CV",
114+
leg=false, color=:darkblue)
113115
savefig(joinpath(ProjDir, "compare.png"))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PSIS
22

3-
## Pareto smoothed importance sampling (PSIS) and PSIS leave-one-out cross-validation reference code
3+
## Pareto smoothed importance sampling (PSIS) and PSIS leave-one-out cross-validation reference code.
44

55
### Introduction
66

@@ -26,7 +26,7 @@ logsumexp
2626

2727
### Acknowledgements
2828

29-
The Julia translation has been done by ... ( @alvaro1101 on Github ),
29+
The Julia translation has been done by ... ( @alvaro1101 on Github ).
3030

3131
### Corresponding R code
3232

0 commit comments

Comments
 (0)