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 4aeedca commit c739c39Copy full SHA for c739c39
pymc/distributions/timeseries.py
@@ -281,7 +281,7 @@ def dist(
281
# return moment
282
283
def logp(
284
- value,
+ value: Union[at.TensorVariable, at.TensorConstant],
285
mu: Union[at.TensorVariable, at.TensorConstant],
286
sigma: Union[at.TensorVariable, at.TensorConstant],
287
init: Union[at.TensorVariable, at.TensorConstant],
0 commit comments