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
This lecture. uses Bayesian methods offered by [pymc](https://www.pymc.io/projects/docs/en/stable/) and [numpyro](https://num.pyro.ai/en/stable/) to make statistical inferences about two parameters of a univariate first-order autoregression.
46
+
This lecture uses Bayesian methods offered by [pymc](https://www.pymc.io/projects/docs/en/stable/) and [numpyro](https://num.pyro.ai/en/stable/) to make statistical inferences about two parameters of a univariate first-order autoregression.
47
47
48
48
49
49
The model is a good laboratory for illustrating
50
50
consequences of alternative ways of modeling the distribution of the initial $y_0$:
51
51
52
-
- As a fixed number.
52
+
- As a fixed number
53
53
54
54
- As a random variable drawn from the stationary distribution of the $\{y_t\}$ stochastic process
55
55
@@ -65,8 +65,6 @@ $\{\epsilon_{t+1}\}$ is a sequence of i.i.d. normal random variables with mean $
65
65
66
66
The second component of the statistical model is
67
67
68
-
and
69
-
70
68
$$
71
69
y_0 \sim {\cal N}(\mu_0, \sigma_0^2)
72
70
$$ (eq:themodel_2)
@@ -172,7 +170,7 @@ Now we shall use Bayes' law to construct a posterior distribution, conditioning
It has moved far from the true values of the parameters used to generate the data because of how Bayes Law (i.e., conditional probability)
406
-
is telling `numpyro` to explain what it interprets as "explosive" observations early in the sample
399
+
It has moved far from the true values of the parameters used to generate the data because of how Bayes' Law (i.e., conditional probability)
400
+
is telling `numpyro` to explain what it interprets as "explosive" observations early in the sample.
407
401
408
-
Bayes Law is able to generates a plausible likelihood for the first observation is by driving $\rho \rightarrow 1$ and $\sigma \uparrow$ in order to raise the variance of the stationary distribution.
402
+
Bayes' Law is able to generate a plausible likelihood for the first observation by driving $\rho \rightarrow 1$ and $\sigma \uparrow$ in order to raise the variance of the stationary distribution.
409
403
410
-
Our example illustrates the importance of what you assume about the distribution of initial conditions.
404
+
Our example illustrates the importance of what you assume about the distribution of initial conditions.
0 commit comments