Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use RandomVariables in PyMC models #4440

Closed
wants to merge 8 commits into from
Closed
1 change: 1 addition & 0 deletions .github/workflows/arviz_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [ubuntu-18.04]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [windows-latest]
Expand Down
6 changes: 0 additions & 6 deletions docs/source/api/distributions/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Distribution utility classes and functions
DensityDist
TensorType

draw_values
generate_samples


.. autoclass:: Distribution
.. autoclass:: Discrete
Expand All @@ -23,6 +20,3 @@ Distribution utility classes and functions
.. autoclass:: DensityDist
:members:
.. autofunction:: TensorType

.. autofunction:: draw_values
.. autofunction:: generate_samples
17 changes: 0 additions & 17 deletions docs/source/api/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,5 @@ Random Variables
The normal PyMC3 programmer will typically not need to interact with these classes, except possibly when debugging. Otherwise they are primarily of interest to developers.


.. autoclass:: PyMC3Variable
:members:


.. autoclass:: ValueGradFunction
:members:


.. autoclass:: FreeRV
:members:

.. autoclass:: ObservedRV
:members:

.. autoclass:: MultiObservedRV
:members:

.. autoclass:: TransformedRV
:members:
Loading