Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-you authored May 13, 2021
1 parent f678fa8 commit 1541aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ print("Average posterior connectance:", np.mean(samples['rho'], axis=0)))
```

In this snippet, `n_p` and `n_a` are the dimension of the observation matrix `M`.
The observation matrix is thus a `n_p * n_a` numpy array of integers.
The observation matrix `M` is thus a `n_p * n_a` numpy array of integers.

For those unfamiliar with Stan, we have written [a short tutorial](python_example.ipynb), as well as two python modules that abstract away most of the complexity associated with manipulating samples.

Expand Down

0 comments on commit 1541aeb

Please sign in to comment.