Skip to content

Commit a009367

Browse files
committed
Minor edit in docstring
1 parent a84214d commit a009367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quantecon/markov/ddp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
4141
The *optimal value function* :math:`v^*` is the function such that
4242
:math:`v^*(s) = \max_{\sigma} v_{\sigma}(s)` for all :math:`s \in S`. A
43-
policy function :math:`\sigma^*` is *optimal* if :math:`v_{\sigma}(s) =
44-
v(s)` for all :math:`s \in S`.
43+
policy function :math:`\sigma^*` is *optimal* if :math:`v_{\sigma^*}(s)
44+
= v^*(s)` for all :math:`s \in S`.
4545
4646
The *Bellman equation* is written as
4747

0 commit comments

Comments
 (0)