Skip to content

Commit e79f431

Browse files
authored
Update timeseries.py
Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality.
1 parent d24ee39 commit e79f431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/timeseries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def get_dists(
419419

420420

421421
class AutoRegressiveRV(SymbolicRandomVariable):
422-
"""A placeholder used to specify a log-likelihood for an AR sub-graph."""
422+
"""A placeholder used to specify a distribution for an AR sub-graph."""
423423

424424
extended_signature = "(o),(),(o),(s),[rng]->[rng],(t)"
425425
ar_order: int
@@ -865,7 +865,7 @@ def garch11_support_point(op, rv, omega, alpha_1, beta_1, initial_vol, init_dist
865865

866866

867867
class EulerMaruyamaRV(SymbolicRandomVariable):
868-
"""A placeholder used to specify a log-likelihood for a EulerMaruyama sub-graph."""
868+
"""A placeholder used to specify a distribution for a EulerMaruyama sub-graph."""
869869

870870
dt: float
871871
sde_fn: Callable

0 commit comments

Comments
 (0)