We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374a2d commit a38eeeaCopy full SHA for a38eeea
README.md
@@ -61,7 +61,7 @@ gen_model.visualize_model()
61
After confirming that the frequency of occurrence of 1 is around `theta=0.7`, we generate a sample and store it to variable `x`.
62
63
``` python
64
-x = model.gen_sample(sample_size=20)
+x = gen_model.gen_sample(sample_size=20)
65
```
66
67
Next, we create an instance of a model for learning posterior distribution.
0 commit comments