Skip to content

Commit d3bca59

Browse files
committed
Rel 0.1.0
1 parent 9f424b6 commit d3bca59

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name = "PSIS"
2-
uuid = "fb740163-aa3c-59c1-9c12-c3f890714cde"
1+
name = "ParetoSmoothedImportanceSampling"
32
authors = ["@alvaro1101, Rob J Goedman <goedman@icloud.com"]
4-
version = "0.0.3"
3+
version = "0.1.0"
54

65
[deps]
76
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

src/ParetoSmoothedImportanceSampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Aki Vehtari and Andrew Gelman (2015). Pareto smoothed importance sampling.
3030
arXiv preprint arXiv:1507.02646.
3131
"""
3232

33-
module PSIS
33+
module ParetoSmoothedImportanceSampling
3434

3535
using StatsFuns
3636

0 commit comments

Comments
 (0)