Kriging: A peek under the hood
Implementing a kriging algorithm for modeling spatial data is not difficult, unless you choose to code every step yourself. Once the data is prepared with correct spatial attributes, the legwork is done by software packages available in all major programming languages (here is an example with Baltimore crime data implemented in R). Sometimes it helps […]