Skip to content

Commit 8d7c157

Browse files
committed
Rel 0.0.3 - Version to 0.0.3 and README updates
1 parent 59ee76a commit 8d7c157

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PSIS"
22
uuid = "fb740163-aa3c-59c1-9c12-c3f890714cde"
33
authors = ["Rob J Goedman <goedman@icloud.com"]
4-
version = "0.0.1"
4+
version = "0.0.3"
55

66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Pareto smoothed importance sampling (PSIS) and PSIS leave-one-out cross-validation.
44

5-
### Introduction
5+
### Purpose
66

7-
These files implement Pareto smoothed importance sampling (PSIS) and
8-
PSIS leave-one-out cross-validation for Julia base on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
7+
This Julia package implements Pareto smoothed importance sampling (PSIS) and
8+
PSIS leave-one-out cross-validation based on the [Matlab package called `PSIS` by Aki Vehtari](https://github.com/avehtari/PSIS.git).
99

1010
### Installation
1111

0 commit comments

Comments
 (0)