Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Dutta committed Mar 28, 2019
1 parent 7dd9ad1 commit 6d2f480
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ Import the `collections` library.
```
from collections import namedtuple
```
Create two named tuple objects. `opt` corresponds to input parameters of the
sampling technique. `opt.N` is the number of Markov chains, `opt.Neff` is the
chain length, `opt.LB` is the lower bound of the target distribution parameters,
and `opt.UB` is the upper bound.
Create two named tuple objects: `opt` and `samples`.

`opt` corresponds to input parameters of the sampling technique. `opt.N` is the
number of Markov chains, `opt.Neff` is the chain length, `opt.LB` is the lower
bound of the target distribution parameters, and `opt.UB` is the upper bound.

`samples` corresponds to the information of the samples at each intermediate
stage. `samples.allsamples` is the ensemble of samples at final stage, `samples.postval`
Expand Down

0 comments on commit 6d2f480

Please sign in to comment.