-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get docs for stats and plots to link to ArviZ (#3927)
* get docs for stats and plots to link to ArviZ * update release notes
- Loading branch information
1 parent
9e8a20d
commit 1522492
Showing
4 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
***** | ||
Stats | ||
***** | ||
Statistics and diagnostics are delegated to the | ||
`ArviZ <https://arviz-devs.github.io/arviz/index.html>`_. | ||
library, a general purpose library for | ||
"exploratory analysis of Bayesian models." | ||
For statistics and diagnostics, ``pymc3.<function>`` are now aliases | ||
for ArviZ functions. Thus, the links below will redirect you to | ||
ArviZ docs: | ||
|
||
.. currentmodule:: pymc3.stats | ||
|
||
.. automodule:: pymc3.stats | ||
:members: | ||
|
||
- :func:`pymc3.bfmi <arviz:arviz.bfmi>` | ||
- :func:`pymc3.compare <arviz:arviz.compare>` | ||
- :func:`pymc3.ess <arviz:arviz.ess>` | ||
- :data:`pymc3.geweke <arviz:arviz.geweke>` | ||
- :func:`pymc3.hpd <arviz:arviz.hpd>` | ||
- :func:`pymc3.loo <arviz:arviz.loo>` | ||
- :func:`pymc3.mcse <arviz:arviz.mcse>` | ||
- :func:`pymc3.r2_score <arviz:arviz.r2_score>` | ||
- :func:`pymc3.rhat <arviz:arviz.rhat>` | ||
- :func:`pymc3.summary <arviz:arviz.summary>` | ||
- :func:`pymc3.waic <arviz:arviz.waic>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters