Skip to content

Commit a38eeea

Browse files
Update README.md
1 parent d374a2d commit a38eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gen_model.visualize_model()
6161
After confirming that the frequency of occurrence of 1 is around `theta=0.7`, we generate a sample and store it to variable `x`.
6262

6363
``` python
64-
x = model.gen_sample(sample_size=20)
64+
x = gen_model.gen_sample(sample_size=20)
6565
```
6666

6767
Next, we create an instance of a model for learning posterior distribution.

0 commit comments

Comments
 (0)