Thank you for visiting this repo/poster. The code is in the process of reorganization and a little tidying. The poster is in the poster
folder. I will issue a DOI and do a github release when the code is relatively acceptable. Please let me know if you have any questions. Thanks!
Novel Statistical Techniques in Archaeology II (QUANTARCH II) (Sponsored by SAA QUANTARCH Interest Group)
Estimating the Effect of Endogenous Spatial Dependency with a Hierarchical Bayesian ICAR Model on Archaeological Site Location Data
This research presents a method to test the endogenous spatial correlation effect when modeling the landscape sensitivity for archaeological sites. The effects of endogenous spatial correlation are inferred using a Hierarchical Bayesian model with a Intrinsic Conditional Auto-Regressive (ICAR) component to better understand the importance of modeling spatial cultural process. In current practice, effects of endogenous spatial autocorrelation are rarely explicitly incorporated into quantitative archaeological predictive models. This is due in part to the difficulties of measuring how cultural process relate across space and time, as well as accepting the assumption that geographically near sites are implicitly more related than distant sites. Typically these difficulties are side-stepped by including aspects of cultural processes as features and ignoring endogenous spatial correlation by assuming sites are spatially independent phenomena. While there are benefits to this approach, aside from convenience, the validity of either of these assumptions has not previously been tested. The approach developed here leads to better understanding the penalty for assuming spatial independence and the development of methods to model spatial cultural process.
☑️ - read sources below
☑️ - create simulated environments
☑️ - create simulated sites
☑️ - create fishnet grid (octagonal fishnet)
☑️ - calculate target (as count)
☑️ - Framework of probabilistic model
☑️ - gather data from real-world test case
☑️ - simulations
☑️ - Stan model
☑️ - evlaution of simulations
☑️ - test on real data
☑️ - poster text
☑️ - plots
☑️ - layout/design
☑️ - printing
-
Spatial Models in Stan: Intrinsic Auto-Regressive Models for Areal Data
- Stan case study in spatial modeling with CAR and ICAR models, descriptions, and code
-
Exact sparse CAR models in Stan
- Stan code and example for implimenting a sparse (and non-sparse) prior over Phi
-
Fast CAR: Two weird tricks for fast conditional autoregressive models in Stan
- Gelman blog post on sparse CAR model. Comments section has lots of relevant discussion.
-
Using rstan and spdep for Spatial Modelling
- rpubs post on spatial models, CAR, Stan, and Bayes in general. Lots of intro info and code.
-
- brms package version of CAR with both sparse and otherwise models using cor_car() for spatial weight matrix
-
Bayesian analysis of a CAR model
- Bayesian CAR model with homegrown MCMC function, examples, and description of the model.
-
Bayesian analysis of conditional autoregressive models
- Detailed workup on CAR model statistics and inference. Discusses choice of priors.
-
CARBayes: An R Package for Bayesian Spatial Modeling with Conditional Autoregressive Priors
- Article describing R package for CAR, the CAR model, and examples
-
Neighborhood Dependence in Bayesian Spatial Models
- In depth deiscussion of correlation between prior and posterior covariance matricies based on adjacency graph.
-
A close look at the spatial structure implied by the CAR and SAR models
- A paper describing, testing, and somewhat critiquing the spatial structre matrix W in the SAR and CAR model
- Good description of models and stats
-
NOTEBOOK FOR SPATIAL DATA ANALYSIS
- Class notes from Tony Smith at UPenn for spatial regression and touching in CAR