Skip to content

Commit 075197a

Browse files
committed
update the alias
1 parent 8d06985 commit 075197a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def logp(value):
450450
451451
Parameters
452452
----------
453-
value: numeric
453+
value : tensor_like of float
454454
Value(s) for which log-probability is calculated. If the log probabilities for multiple
455455
values are desired the values must be provided in a numpy array or Aesara tensor
456456
@@ -467,7 +467,7 @@ def logcdf(value):
467467
468468
Parameters
469469
----------
470-
value: numeric or np.ndarray or aesara.tensor
470+
value : tensor_like of float
471471
Value(s) for which log CDF is calculated. If the log CDF for multiple
472472
values are desired the values must be provided in a numpy array or Aesara tensor.
473473

0 commit comments

Comments
 (0)