Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ConnorDonegan/geostan small edit to…
Browse files Browse the repository at this point in the history
… text of .stan file
  • Loading branch information
ConnorDonegan committed Dec 4, 2024
2 parents 6eaa474 + 24a47ce commit 6424fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/stan/parts/priors.stan
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @param n Length of y
* @param type 1 for spatial error; 2 for spatial lag
*
* @return Log probability density of SAR model up to additive constant
* @return Log probability density of SAR model
*/
real sar_normal_lpdf(vector y,
vector mu,
Expand Down Expand Up @@ -86,7 +86,7 @@
* @param lambda Eigenvalues of W
* @param n Length of y
*
* @return Log probability density of SAR model up to additive constant
* @return Log probability density of SAR model
*/
real spatial_error_lpdf(vector y,
vector mu,
Expand Down Expand Up @@ -120,7 +120,7 @@
* @param lambda Eigenvalues of W
* @param n Length of y
*
* @return Log probability density of SAR model up to additive constant
* @return Log probability density of SAR model
*/
real spatial_lag_lpdf(vector y,
vector mu,
Expand Down

0 comments on commit 6424fb3

Please sign in to comment.