File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ but for their API documentation please refer to the :ref:`ArviZ documentation <a
34
34
but for their API documentation please refer to the :ref: `ArviZ documentation <arviz:stats_api >`.
35
35
36
36
ArviZ is a dependency of PyMC and so, in addition to the locations described above,
37
- importing arviz and using ``arviz.<function> `` will also work without any extra installation.
37
+ importing ArviZ and using ``arviz.<function> `` will also work without any extra installation.
38
38
39
39
Generalized Linear Models (GLMs)
40
40
--------------------------------
41
41
42
42
Generalized Linear Models are delegated to the
43
43
`Bambi <https://bambinos.github.io/bambi >`_.
44
44
library, a high-level Bayesian model-building
45
- interface built on top of the PyMC.
45
+ interface built on top of PyMC.
46
46
47
47
Bambi is not a dependency of PyMC and should be installed in addition to PyMC
48
48
to use it to generate PyMC models via formula syntax.
You can’t perform that action at this time.
0 commit comments