Skip to content

Commit

Permalink
propagating master changes
Browse files Browse the repository at this point in the history
Merge branch 'master' into variable_prec
  • Loading branch information
konkam committed Apr 7, 2020
2 parents 71c3849 + 8c81d10 commit 332e235
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ julia:
- 1
- 1.4
- nightly
matrix:
allow_failures:
- julia: nightly
# matrix:
# allow_failures:
# - julia: nightly
codecov: true
coveralls: true
6 changes: 6 additions & 0 deletions README.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ Press `]` in the Julia interpreter to enter the Pkg mode and input:
pkg> add https://github.com/konkam/GibbsTypePriors
```

Alternatively, you may run:

```julia; eval = false
pkg> using Pkg; Pkg.add("https://github.com/konkam/GibbsTypePriors")
```

# How to use the package

To compute the prior density at clusters of size k=10 for a Normalized Generalised Gamma process of parameters σ=0.8, β = 1.2 and n = 500 data points, use:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ pkg> add https://github.com/konkam/GibbsTypePriors



Alternatively, you may run:

````julia

pkg> using Pkg; Pkg.add("https://github.com/konkam/GibbsTypePriors")
````




# How to use the package

To compute the prior density at clusters of size k=10 for a Normalized Generalised Gamma process of parameters σ=0.8, β = 1.2 and n = 500 data points, use:
Expand Down
Binary file modified cache/README.cache
Binary file not shown.

0 comments on commit 332e235

Please sign in to comment.