You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/finite_markov.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,7 +603,7 @@ We'll come back to this a bit later.
603
603
604
604
### Aperiodicity
605
605
606
-
Loosely speaking, a Markov chain is called periodic if it cycles in a predictible way, and aperiodic otherwise.
606
+
Loosely speaking, a Markov chain is called periodic if it cycles in a predictable way, and aperiodic otherwise.
607
607
608
608
Here's a trivial example with three states
609
609
@@ -771,7 +771,7 @@ with the unit eigenvalue $\lambda = 1$.
771
771
772
772
A more stable and sophisticated algorithm is implemented in [QuantEcon.py](http://quantecon.org/quantecon-py).
773
773
774
-
This is the one we recommend you use:
774
+
This is the one we recommend you to use:
775
775
776
776
```{code-cell} python3
777
777
P = [[0.4, 0.6],
@@ -1023,7 +1023,7 @@ A topic of interest for economics and many other disciplines is *ranking*.
1023
1023
Let's now consider one of the most practical and important ranking problems
1024
1024
--- the rank assigned to web pages by search engines.
1025
1025
1026
-
(Although the problem is motivated from outside of economics, there is in fact a deep connection between search ranking systems and prices in certain competitive equilibria --- see {cite}`DLP2013`)
1026
+
(Although the problem is motivated from outside of economics, there is in fact a deep connection between search ranking systems and prices in certain competitive equilibria --- see {cite}`DLP2013`.)
1027
1027
1028
1028
To understand the issue, consider the set of results returned by a query to a web search engine.
0 commit comments