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 8d06985 commit 075197aCopy full SHA for 075197a
pymc/distributions/continuous.py
@@ -450,7 +450,7 @@ def logp(value):
450
451
Parameters
452
----------
453
- value: numeric
+ value : tensor_like of float
454
Value(s) for which log-probability is calculated. If the log probabilities for multiple
455
values are desired the values must be provided in a numpy array or Aesara tensor
456
@@ -467,7 +467,7 @@ def logcdf(value):
467
468
469
470
- value: numeric or np.ndarray or aesara.tensor
471
Value(s) for which log CDF is calculated. If the log CDF for multiple
472
values are desired the values must be provided in a numpy array or Aesara tensor.
473
0 commit comments