Questions tagged [geostatistics]

Statistical modeling and analysis of georeferenced data, often modeling spatial covariance. An example is kriging.

Wikipedia has articles https://en.wikipedia.org/wiki/Geostatistics and https://en.wikipedia.org/wiki/Kriging with further references.

101 questions
18
votes
3 answers

Data partitioning for spatial data

I am constructing different configurations of a Random Forest in order to investigate the influence of well-design variables and location, on the first-year production volumes of shale oil wells, within a given area in the US. In the different model…
11
votes
1 answer

What is the proper way of calculating the kernel density estimate from geographical coordinates?

I have to calculate the 2d kernel density estimate (kde) from a list of latitude and longitude coordinates. But one degree in latitude is not the same distance as one degree in longitude, this means that the individual kernels would be oval,…
8
votes
1 answer

Stationarity - assumptions and examination

I am examining rodent captures on six permanent rodent trapping grids measuring 150 x 150 meters and consisting of 121 trap stations evenly spaced 15 meters apart. There are six such trapping grids on the study site that is < 1000 hectares in size.…
7
votes
2 answers

What is the nugget effect?

I don't understand exactly what is meant by the term "nugget effect" in geostatistics. When looking at empirical variograms plotting the variogram $\gamma(h)$ vs. the lag $h$, the nugget is defined as the discontinuity from the origin when the lag…
MachineEpsilon
  • 2,686
  • 1
  • 17
  • 29
7
votes
1 answer

How, in practice, are spatial covariances determined?

How, in practice, are spatial covariances determined? If one has a single realisation of some observed field, how can the spatial covariance ever be determined? Unless one has access to the many other realisations associated with that particular…
7
votes
4 answers

Any easy way to cluster GPS trajectories?

Can anyone recommend an easy way to cluster hundreds of GPS trajectories to find out their common paths? The GPS data is coming from different vehicles that have traveled thousands of miles.
thewaywewere
  • 173
  • 2
  • 8
5
votes
0 answers

CAR spatial models in JAGS

WinBUGS comes with the GeoBUGS add-on, which contains a number of predefined model structures that are suitable for modelling spatial data structures e.g. geostatical structures (spatial.exp), conditional auto-regressive, CAR, structures…
Mark Payne
  • 151
  • 2
5
votes
1 answer

How to make adjustment for correlation coefficient?

Suppose that there are two two-dimensional maps. For simplification, let's say one map is the temperatures in the 48 continental U. S. states, and the other map is the corresponding humidities. The data of temperature and humidity are collected at…
bluepole
  • 2,376
  • 3
  • 25
  • 34
5
votes
0 answers

How to impose spatial continuity constraint onto clustering?

Statistics version: I have a few measurements of a function that takes three inputs and produces a few 2D fields of outputs: $f(a,b,c;x,y)$, with $f$ being a vector of several quantities. I would like to cluster the points in $(x,y)$-space into…
5
votes
1 answer

What is the difference between (universal) kriging and spatial autoregressive models?

As part of a course on missing observations in social/survey statistics I am trying to explore existing methods of predicting either point pattern or polygon data. I got quite confused by all the different terms and formalisations used in…
4
votes
1 answer

Kriging without covariance?

I am trying to krige monthly snowfall totals using data from weather stations and elevation. When I use a linear variogram model (set using a GUI and appears to be a good fit), the resulting layer seems overly smoothed to me. The variance layer for…
John
  • 425
  • 1
  • 4
  • 8
4
votes
2 answers

How to analyse several types of geo data together?

I have some data gathered from a survey conducted within my city. All responses include an approximate geo location of where they were gathered (accurate to probably a couple of hundred yards which is relatively small), and things like the…
Pietra
  • 43
  • 2
4
votes
0 answers

cokriging and generalised linear spatial models

The answer to this question gave me an interesting idea. The part that interested me was a brief description of kriging concluded by The way, kriging as usually practiced is not quite the same as least squares estimation, because Σ is estimated…
pyCthon
  • 203
  • 1
  • 12
4
votes
1 answer

Is it okay to convert PCA scores to absolute value?

I am calculating PCA using a numpy/python approach. The principal components are in the form of GIS grids (rasters), created in a manner very similar to the GRASS GIS approach described here: http://grass.fbk.eu/gdp/html_grass62/r.covar.html Every…
vulture
  • 213
  • 1
  • 2
  • 4
4
votes
1 answer

Stationarity assumption for a point process

as I understand stationarity of a point process implies that it is invariant under translation. Imagine one has numerous realizations of the same point process. Due to the nature of this process, it can be observed only in a bounded region (i.e.…
MD91
  • 41
  • 1
1
2 3 4 5 6 7