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 9bf75f0 commit 74081b2Copy full SHA for 74081b2
pymc/distributions/timeseries.py
@@ -281,10 +281,10 @@ def dist(
281
# return moment
282
283
def logp(
284
- 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],
+ value: at.Variable,
+ mu: at.Variable,
+ sigma: at.Variable,
+ init: at.Variable,
288
) -> at.TensorVariable:
289
"""
290
Calculate log-probability of Gaussian Random Walk distribution at specified value.
0 commit comments