Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 54afba4

Browse files
committed
fix to garch returns
1 parent a38af4c commit 54afba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/rst/kesten_processes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Returns on a given asset are then modeled as
140140
.. math::
141141
:label: garch11r
142142
143-
r_t = \sigma_t \zeta_{t+1}
143+
r_t = \sigma_t \zeta_t
144144
145145
where :math:`\{\zeta_t\}` is again IID and independent of :math:`\{\xi_t\}`.
146146

0 commit comments

Comments
 (0)