Skip to content

[lecture] Updates #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
61e3d15
Tom's June 23 edits of two Wald lectures and rearranging order of lec…
thomassargent30 Jun 23, 2025
c4e5c3f
updates
HumphreyYang Jun 24, 2025
5b9fbe8
updates
HumphreyYang Jun 24, 2025
9c87b8b
updates
HumphreyYang Jun 24, 2025
b42ccf2
updates
HumphreyYang Jun 24, 2025
4ea6914
updates
HumphreyYang Jun 24, 2025
0d86e73
update code
HumphreyYang Jun 24, 2025
350741f
updates
HumphreyYang Jun 25, 2025
1208707
updates
HumphreyYang Jun 25, 2025
e3c35ce
minor update
HumphreyYang Jun 25, 2025
db6e9af
Tom's June 25 edits of first Wald-Friedman lecture
thomassargent30 Jun 25, 2025
d7cc97c
updates
HumphreyYang Jun 25, 2025
ef3d638
updates
HumphreyYang Jun 25, 2025
d4bc968
update
HumphreyYang Jun 25, 2025
a2ff759
minor updates
HumphreyYang Jun 25, 2025
ca3f8ba
updates
HumphreyYang Jun 26, 2025
edbe2e1
updates
HumphreyYang Jun 26, 2025
b640909
Tom's June 26 first edits of two Wald lectures
thomassargent30 Jun 26, 2025
9e26a71
Tom's June 30 edits of two Wald lectures
thomassargent30 Jun 30, 2025
85183d4
Tom's July 1 edits of two Wald lectures
thomassargent30 Jul 1, 2025
d0d1de3
Update lectures/wald_friedman.md
mmcky Jul 1, 2025
579dadf
Update lectures/wald_friedman.md
mmcky Jul 1, 2025
7b768d1
Update lectures/wald_friedman.md
mmcky Jul 1, 2025
4c4357b
Update lectures/wald_friedman.md
mmcky Jul 1, 2025
3e7ef36
update lecrture
HumphreyYang Jul 1, 2025
be93371
updates
HumphreyYang Jul 1, 2025
49fb80c
update according to John's suggestions
HumphreyYang Jul 2, 2025
0443996
minor update
HumphreyYang Jul 2, 2025
d54b9e0
syntax updates
HumphreyYang Jul 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@
\draw[thick] (0, 0) -- (3, 0) node[below] {};
%curly bracket
\draw [decorate, very thick] (s0) -- (s1)
node [midway, anchor=south, outer sep=10pt]{accept $f_1$};
node [midway, anchor=south, outer sep=10pt]{accept $f_0$};
\draw [decorate, very thick] (s1) -- (s2)
node [midway, anchor=south, outer sep=10pt]{draw again};
\draw [decorate, very thick] (s2) -- (s3)
node [midway, anchor=south, outer sep=10pt]{accept $f_0$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a0){};
\node[below, outer sep=5pt] at (a0){$0$};
node [midway, anchor=south, outer sep=10pt]{accept $f_1$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a1){};
\node[below, outer sep=5pt] at (a1){$\beta$};
\node[below, outer sep=5pt] at (a1){$B$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a2){};
\node[below, outer sep=5pt] at (a2){$\alpha$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a3){};
\node[below, outer sep=5pt] at (a3){$1$};
\node[below, outer sep=25pt] at (1.5, 0){values of $\pi$};
\node[below, outer sep=5pt] at (a2){$A$};
\node[below, outer sep=25pt] at (1.5, 0){value of $L_m$};
\end{tikzpicture}

\end{document}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
\documentclass[convert={density=300,size=1080x800,outext=.png}]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}

%.. tikz::
\begin{tikzpicture}
[scale=5, every node/.style={color=black}, decoration={brace,amplitude=7pt}] \coordinate (a0) at (0, 0.0);
\coordinate (a1) at (1, 0.0);
\coordinate (a2) at (2, 0.0);
\coordinate (a3) at (3, 0.0);
\coordinate (s0) at (0, 0.1);
\coordinate (s1) at (1, 0.1);
\coordinate (s2) at (2, 0.1);
\coordinate (s3) at (3, 0.1);
% axis
\draw[thick] (0, 0) -- (3, 0) node[below] {};
%curly bracket
\draw [decorate, very thick] (s0) -- (s1)
node [midway, anchor=south, outer sep=10pt]{accept $f_0$};
\draw [decorate, very thick] (s1) -- (s2)
node [midway, anchor=south, outer sep=10pt]{draw again};
\draw [decorate, very thick] (s2) -- (s3)
node [midway, anchor=south, outer sep=10pt]{accept $f_1$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a0){};
\node[below, outer sep=5pt] at (a0){$0$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a1){};
\node[below, outer sep=5pt] at (a1){$B$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a2){};
\node[below, outer sep=5pt] at (a2){$A$};
\node[circle, draw, thin, blue, fill=white!10, scale=0.45] at (a3){};
\node[below, outer sep=5pt] at (a3){$1$};
\node[below, outer sep=25pt] at (1.5, 0){values of $\pi$};
\end{tikzpicture}

\end{document}
9 changes: 8 additions & 1 deletion lectures/_static/quant-econ.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2568,4 +2568,11 @@ @article{hall1971dynamic
pages={229--244},
year={1971},
publisher={Wiley-Blackwell}
}
}

@article{fischer2024improving,
title={Improving the (approximate) sequential probability ratio test by avoiding overshoot},
author={Fischer, Lasse and Ramdas, Aaditya},
journal={arXiv preprint arXiv:2410.16076},
year={2024}
}
37 changes: 18 additions & 19 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ parts:
- file: back_prop
- file: rand_resp
- file: util_rand_resp
- caption: Bayes Law
numbered: true
chapters:
- file: bayes_nonconj
- file: ar1_bayes
- file: ar1_turningpts
- caption: Statistics and Information
numbered: true
chapters:
- file: likelihood_ratio_process
- file: imp_sample
- file: wald_friedman
- file: wald_friedman_2
- file: exchangeable
- file: likelihood_bayes
- file: mix_model
- file: navy_captain
- caption: Linear Programming
numbered: true
chapters:
Expand All @@ -49,6 +66,7 @@ parts:
- file: career
- file: jv
- file: mccall_q
- file: odu
- caption: Consumption, Savings and Capital
numbered: true
chapters:
Expand All @@ -64,25 +82,6 @@ parts:
- file: egm_policy_iter
- file: ifp
- file: ifp_advanced

- caption: Bayes Law
numbered: true
chapters:
- file: bayes_nonconj
- file: ar1_bayes
- file: ar1_turningpts

- caption: Information
numbered: true
chapters:
- file: odu
- file: likelihood_ratio_process
- file: imp_sample
- file: wald_friedman
- file: exchangeable
- file: likelihood_bayes
- file: mix_model
- file: navy_captain
- caption: LQ Control
numbered: true
chapters:
Expand Down
1 change: 1 addition & 0 deletions lectures/likelihood_ratio_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ control tests during World War II.
A Navy Captain who had been ordered to perform tests of this kind had doubts about it that he
presented to Milton Friedman, as we describe in {doc}`this lecture <wald_friedman>`.

(rel_entropy)=
## Kullback–Leibler Divergence

Now let’s consider a case in which neither $g$ nor $f$
Expand Down
Loading
Loading