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 6857729 commit 8d06985Copy full SHA for 8d06985
pymc/distributions/continuous.py
@@ -382,7 +382,7 @@ def logp(value):
382
383
Parameters
384
----------
385
- value: numeric
+ value : tensor_like of float
386
Value(s) for which log-probability is calculated. If the log probabilities for multiple
387
values are desired the values must be provided in a numpy array or Aesara tensor
388
@@ -399,7 +399,7 @@ def logcdf(value):
399
400
401
402
- value: numeric or np.ndarray or aesara.tensor
403
Value(s) for which log CDF is calculated. If the log CDF for multiple
404
values are desired the values must be provided in a numpy array or Aesara tensor.
405
0 commit comments