File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ are $1$ if regions $i$ and $j$ are neighbors and $0$ otherwise.
109109- $D$ is the $n \times n$ diagonal matrix where entries $\{ i,i\} $ are the number of neighbors of region $i$
110110and the off-diagonal entries are $0$.
111111- $D_ {\tau} = \tau\, D$.
112- - $\alpha$ a parameter which controls the amount of spatial correlation, where
113- where $\alpha = 0$ implies spatial independence and where $\alpha = 1$ implies complete spatial correlation.
112+ - $\alpha$ controls the amount of spatial correlation;
113+ $\alpha = 0$ implies spatial independence and $\alpha = 1$ implies complete spatial correlation.
114114- $B$ is the scaled adjacency matrix $D^{-1}W$.
115115- $I$ is an $n \times n$ identity matrix.
116116
@@ -120,8 +120,8 @@ thus the joint distribution $\phi$ is proper.
120120Evaluation of $\phi$ requires computing the determinant of the precision matrix $Q$,
121121which is computationally expensive.
122122See the Stan case study
123- [ Exact sparse CAR models in Stan] ( http://mc-stan.org/documentation/case-studies/mbjoseph-CARStan.html ) ,
124- for discussion of how to speed up computation.
123+ [ Exact sparse CAR models in Stan] ( http://mc-stan.org/documentation/case-studies/mbjoseph-CARStan.html )
124+ for ways to speed up computation.
125125
126126### Intrinsic Conditional Auto-Regressive (ICAR) models
127127
You can’t perform that action at this time.
0 commit comments