Skip to content

Commit 5e0c969

Browse files
committed
bugfix FIGARCH(1, d, 1) formula in the function description
1 parent 8ff5a5e commit 5e0c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/univariate/volatility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ class FIGARCH(VolatilityProcess, metaclass=AbstractDocStringInheritor):
29622962
29632963
.. math::
29642964
2965-
h_t = \omega + [1-\beta L - \phi L (1-L)^d] \epsilon_t^2 + \beta h_{t-1}
2965+
h_t = \omega + [1-\beta L - (1-\phi L) (1-L)^d] \epsilon_t^2 + \beta h_{t-1}
29662966
29672967
where ``L`` is the lag operator and ``d`` is the fractional differencing
29682968
parameter. The model is estimated using the ARCH(:math:`\infty`)

0 commit comments

Comments
 (0)