Skip to content

Commit 88e1e70

Browse files
committed
DOC: Fix small doc error in EGARCH
Remove absolute values
1 parent aaa8b3a commit 88e1e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/univariate/volatility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ class EGARCH(VolatilityProcess):
17051705
\ln\sigma_{t}^{2}=\omega
17061706
+\sum_{i=1}^{p}\alpha_{i}
17071707
\left(\left|e_{t-i}\right|-\sqrt{2/\pi}\right)
1708-
+\sum_{j=1}^{o}\gamma_{j}\left|e_{t-j}\right|
1708+
+\sum_{j=1}^{o}\gamma_{j} e_{t-j}
17091709
+\sum_{k=1}^{q}\beta_{k}\ln\sigma_{t-k}^{2}
17101710
17111711
where :math:`e_{t}=\epsilon_{t}/\sigma_{t}`.

0 commit comments

Comments
 (0)