Skip to content

Commit 6f584d2

Browse files
Simplify docstring
1 parent 10b8699 commit 6f584d2

File tree

1 file changed

+0
-5
lines changed
  • pymc_experimental/statespace/models

1 file changed

+0
-5
lines changed

pymc_experimental/statespace/models/ETS.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ def __init__(
152152
order: tuple of string, Optional
153153
The exponential smoothing "order". This is a tuple of three strings, each of which should be one of 'A', 'Ad',
154154
or 'N'.
155-
156-
- The first element indicates the type of errors to use. Only 'A' is allowed.
157-
- The second element indicates the type of trend to use. 'A', Ad' or 'N' are allowed.
158-
- The third element indicates the type of seasonal component to use. 'A' or 'N' are allowed.
159-
160155
If provided, the model will be initialized from the given order, and the `trend`, `damped_trend`, and `seasonal`
161156
arguments will be ignored.
162157
endog_names: str or list of str, Optional

0 commit comments

Comments
 (0)