Skip to content

Commit 14658ad

Browse files
Update pymc/distributions/timeseries.py
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
1 parent 84a6144 commit 14658ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def ar_moment(op, rv, rhos, sigma, init_dist, steps, noise_rng):
616616

617617

618618
class GARCH11RV(SymbolicRandomVariable):
619-
"""A placeholder used to specify a log-likelihood for an AR sub-graph."""
619+
"""A placeholder used to specify a GARCH11 graph."""
620620

621621
default_output = 1
622622
_print_name = ("GARCH11", "\\operatorname{GARCH11}")

0 commit comments

Comments
 (0)