File tree Expand file tree Collapse file tree 4 files changed +40
-34
lines changed
Expand file tree Collapse file tree 4 files changed +40
-34
lines changed Original file line number Diff line number Diff line change @@ -4,33 +4,36 @@ author: John Stachurski
44# logo: logo.png
55
66sphinx :
7- config :
8- myst_override_mathjax : false
9- mathjax_config :
10- TeX :
11- Macros :
12- " Exp" : ["\\operatorname{Exp}"]
13- " Binomial" : ["\\operatorname{Binomial}"]
14- " Poisson" : ["\\operatorname{Poisson}"]
15- " BB" : ["\\mathbb{B}"]
16- " EE" : ["\\mathbb{E}"]
17- " PP" : ["\\mathbb{P}"]
18- " RR" : ["\\mathbb{R}"]
19- " NN" : ["\\mathbb{N}"]
20- " ZZ" : ["\\mathbb{Z}"]
21- " dD" : ["\\mathcal{D}"]
22- " fF" : ["\\mathcal{F}"]
23- " lL" : ["\\mathcal{L}"]
24- " linop" : ["\\mathcal{L}(\\mathbb{B})"]
25- " linopell" : ["\\mathcal{L}(\\ell_1)"]
7+ config :
8+ bibtex_reference_style : author_year
9+ mathjax_config :
10+ TeX :
11+ Macros :
12+ " Exp" : ["\\operatorname{Exp}"]
13+ " Binomial" : ["\\operatorname{Binomial}"]
14+ " Poisson" : ["\\operatorname{Poisson}"]
15+ " BB" : ["\\mathbb{B}"]
16+ " EE" : ["\\mathbb{E}"]
17+ " PP" : ["\\mathbb{P}"]
18+ " RR" : ["\\mathbb{R}"]
19+ " NN" : ["\\mathbb{N}"]
20+ " ZZ" : ["\\mathbb{Z}"]
21+ " dD" : ["\\mathcal{D}"]
22+ " fF" : ["\\mathcal{F}"]
23+ " lL" : ["\\mathcal{L}"]
24+ " linop" : ["\\mathcal{L}(\\mathbb{B})"]
25+ " linopell" : ["\\mathcal{L}(\\ell_1)"]
2626
27- extra_extensions :
28- - sphinx_proof
27+ extra_extensions :
28+ - sphinx_proof
2929
3030execute :
31- execute_notebooks : cache
31+ execute_notebooks : cache
3232
3333latex :
34- latex_engine : " xelatex"
35- latex_documents :
36- targetname : book.tex
34+ latex_engine : " xelatex"
35+ latex_documents :
36+ targetname : book.tex
37+
38+ bibtex_bibfiles :
39+ - references.bib
Original file line number Diff line number Diff line change 1- - file : intro
1+ format : jb-book
2+ root : intro
3+ chapters :
24- file : memoryless
35- file : poisson
46- file : markov_prop
Original file line number Diff line number Diff line change @@ -4,15 +4,16 @@ Continuous Time Markov Chains
44** Authors** : [ Thomas J. Sargent] ( http://www.tomsargent.com/ ) and [ John
55Stachurski] ( https://johnstachurski.net/ )
66
7- This lecture series provides a short introduction to the
8- fascinating field of continuous time Markov chains. It will, in time, be
9- integrated into our [ QuantEcon lectures ] ( https://quantecon.org/python-lectures/ ) .
10- Focus is shared between theory, applications and computation. Mathematical
11- ideas are combined with computer code to help clarify and build intuition, as
12- well as to bridge the gap between theory and applications.
7+ This lecture series provides a short introduction to the field of continuous
8+ time Markov chains. Focus is shared between theory, applications and
9+ computation. Mathematical ideas are combined with computer code to help
10+ clarify and build intuition, as well as to bridge the gap between theory and
11+ applications.
12+
1313The presentation is relatively rigorous but the aim is towards applications
1414rather than mathematical curiosities (which are plentiful, if one starts to
15- look). Applications are mainly drawn from economics and operations research.
15+ look). Applications are drawn from economics, finance and operations
16+ research.
1617
1718
1819``` {admonition} Solved exercises
Original file line number Diff line number Diff line change 33
44## References
55
6- ``` {bibliography} references.bib
6+ ``` {bibliography}
77```
You can’t perform that action at this time.
0 commit comments