Closed quinoba closed 1 year ago
I believe there is a typo in slide 7 lecture 5 in the expression:
$$ \text{where} \quad \begin{aligned} \theta{j,t-1} = & (\theta{1,J},\dots,\theta{j-1,t}, \theta{j+1,t-1},\dots,\theta_{t-1,J}) \end{aligned} $$
I think the right expression should be:
$$ \text{where} \quad \begin{aligned} \theta{-j,t-1} = & (\theta{1,t},\dots,\theta{j-1,t}, \theta{j+1,t-1},\dots,\theta_{J,t-1}) \end{aligned} $$
Or probably I am missing something, but I couldn't make sense of the first expression.
Yes indeed! Do you want to do a PR and fix the typo? Or should I just do it?
This is fixed now. Thanks!
I believe there is a typo in slide 7 lecture 5 in the expression:
$$ \text{where} \quad \begin{aligned} \theta{j,t-1} = & (\theta{1,J},\dots,\theta{j-1,t}, \theta{j+1,t-1},\dots,\theta_{t-1,J}) \end{aligned} $$
I think the right expression should be:
$$ \text{where} \quad \begin{aligned} \theta{-j,t-1} = & (\theta{1,t},\dots,\theta{j-1,t}, \theta{j+1,t-1},\dots,\theta_{J,t-1}) \end{aligned} $$
Or probably I am missing something, but I couldn't make sense of the first expression.