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
We thus conclude that the likelihood ratio process is a key ingredient of the formula {eq}`eq_Bayeslaw103` for
381
-
a Bayesian's posteior probabilty that nature has drawn history $w^t$ as repeated draws from density
382
-
$g$.
410
+
a Bayesian's posterior probabilty that nature has drawn history $w^t$ as repeated draws from density
411
+
$f$.
412
+
413
+
414
+
## Another timing protocol
415
+
416
+
Let's study how the posterior probability $\pi_t = {\rm Prob}(q=f|w^{t}) $ behaves when nature generates the
417
+
history $w^t = w_1, w_2, \ldots, w_t$ under a different timing protocol.
418
+
419
+
Above we assumed that before time $1$ nature somehow chose to draw $w^t$ as an iid sequence from **either** $f$ **or** $g$.
420
+
421
+
Nature's decision about whether to draw from $f$ or $g$ was thus **permanent**.
422
+
423
+
We now assume another timing protocol in which before **each period** $t =1, 2, \ldots$ nature flips an unfair coin and with probability
424
+
$x \in (0,1)$ draws from $f$ in period $t$ and with probability $1 - x $ draws from $g$.
425
+
426
+
Under this timing protocol, it is appropriate to interpret the Bayesian prior $\pi_0$ is the statistician's opinion about nature's $x$.
427
+
428
+
Let's write some Python code to study how $\pi_t$ behaves for various values of nature's mixing probability $x$.
429
+
430
+
**Note to Humphrey**: please write code to do this and give three example simulations. In these simulations, set $x=.5$ and set $\pi_0$ at three values -- .25, .5, and .75. It should be fun to watch $\pi_t$ converge to $x$!
431
+
432
+
433
+
434
+
435
+
436
+
383
437
384
438
385
439
@@ -811,7 +865,7 @@ Notice how the conditional variance approaches $0$ for $\pi_{t-1}$ near either
811
865
812
866
The conditional variance is nearly zero only when the agent is almost sure that $w_t$ is drawn from $F$, or is almost sure it is drawn from $G$.
813
867
814
-
## Sequels
868
+
## Related Lectures
815
869
816
870
This lecture has been devoted to building some useful infrastructure that will help us understand inferences that are the foundations of
817
871
results described in {doc}`this lecture <odu>` and {doc}`this lecture <wald_friedman>` and {doc}`this lecture <navy_captain>`.
0 commit comments