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 f7b733e commit fd98954Copy full SHA for fd98954
pymc3/backports.py
@@ -28,12 +28,12 @@ def logp(
28
"""
29
Calculate log-probability of a distribution at specified value.
30
31
- This function is a backported poor-mans version of PyMC >=4.0 like capabilities.
+ This function is a limited functionality backported version of PyMC >=4.0 like capabilities.
32
33
Parameters
34
----------
35
value : numeric
36
- Value(s) for which log-probability is calculated. If the log probabilities for multiple
+ Value(s) for which log-probability is calculated. If the log-probabilities for multiple
37
values are desired the values must be provided in a numpy array or theano tensor
38
39
Returns
0 commit comments