An Introduction to Spatial Autocorrelation and Kriging

Total Page:16

File Type:pdf, Size:1020Kb

An Introduction to Spatial Autocorrelation and Kriging An Introduction to Spatial Autocorrelation and Kriging Matt Robinson and Sebastian Dietrich RenR 690 – Spring 2016 Tobler and Spatial Relationships • Tobler’s 1st Law of Geography: “Everything is related to everything else, but near things are more related than distant things.”1 • Simple but powerful concept • Patterns exist across space • Forms basic foundation for concepts related to spatial dependency Waldo R. Tobler (1) Tobler W., (1970) "A computer movie simulating urban growth in the Detroit region". Economic Geography, 46(2): 234-240. Spatial Autocorrelation (SAC) – What is it? • Autocorrelation: A variable is correlated with itself (literally!) • Spatial Autocorrelation: Values of a random variable, at paired points, are more or less similar as a function of the distance between them 2 Closer Points more similar = Positive Autocorrelation Closer Points less similar = Negative Autocorrelation (2) Legendre P. Spatial Autocorrelation: Trouble or New Paradigm? Ecology. 1993 Sep;74(6):1659–1673. What causes Spatial Autocorrelation? (1) Artifact of Experimental Design (sample sites not random) Parent Plant (2) Interaction of variables across space (see below) Univariate case – response variable is correlated with itself Eg. Plant abundance higher (clustered) close to other plants (seeds fall and germinate close to parent). Multivariate case – interactions of response and predictor variables due to inherent properties of the variables Eg. Location of seed germination function of wind and preferred soil conditions Mechanisms underlying patterns will depend on study system!! Why is it important? Presence of SAC can be good or bad (depends on your objectives) Good: If SAC exists, it may allow reliable estimation at nearby, non-sampled sites (interpolation). Bad: If SAC exists, observations are not independent (violates assumption of many statistical tests) Failure to recognize/account for SAC can lead to erroneous statistical results and conclusions Structure Functions Spatial structure = spatial patterns in your data Structure Functions - mathematical functions that describe spatial autocorrelation and spatial structure 3 Include terms that account for distance between sites Most common structure functions based on variance (variogram) and covariance (correlogram) (3) Legendre P, Fortin MJ. 1989. Spatial pattern and ecological analysis. Vegetation. 80(2):107–138. Tests for SAC: Moran’s I Moran’s I (Moran’s Index): Measures degree of correlation between sample/observation points based on both variable values and distance between points 4 Determines whether spatial pattern in data is random, clustered, or dispersed. (4) How Spatial Autocorrelation (Global Moran’s I) works - (ArcGIS Desktop Help). Available from: http://help.arcgis.com/En/Arcgisdesktop/10.0/Help/index.html#//005p0000000t000000 Moran’s I - Explained Extension of Pearson’s Correlation Coefficient, r Pearson’s (r): Measures association between 2 different variables Moran’s I: Measures degree of association of single variable with itself at different points in space as a function of distance between points (called a spatial lag)5 Range: -1.0 (negative SAC) and 1.0 (positive SAC) Value close to zero indicates no/little SAC (5) Fortin, M.J., Dale, M.R. and Ver Hoef, J.M. 2002. Spatial analysis in ecology. Encyclopedia of environment. Math Behind Moran’s I (1) Calculate Matrix of Inverse Distance Weights - defines spatial relationship between all sample Distance weight Variable x at (from matrix) points i and j point pairs within a specified area. Observed I S0 = Sum of all weights (2) Calculate Observed and Expected Moran I Expected I (Under H0 of No SAC) (3) Compare to Observed to Expected Moran’s I (expected under H0 of no SAC) Moran’s I: In R (using package “ape”) (1) Input dataframe Response variable x and y coordinates (specify location of Example Dataframe sample points to be tested) Station Av8top Lat Lon 1 60 7.225806 34.13583 -117.9236 2 69 5.899194 34.17611 -118.3153 3 72 4.052885 33.82361 -118.1875 (3) Run Moran’s I Function 4 74 7.181452 34.19944 -118.5347 5 …….. Moran.I(ozone$Av8top, ozone.dists.inv) (2) Calculate Inverse Distance Matrix zone.dists <- as.matrix(dist(cbind(ozone$Lon, ozone$Lat))) ozone.dists.inv <- 1/ozone.dists diag(ozone.dists.inv) <- 0 ozone.dists.inv[1:5, 1:5] Source: http://www.ats.ucla.edu/stat/r/faq/morans_i.htm Moran’s I: Output and Interpretation In R Moran’s I is an Inferential Statistic - Must examine in Context of Null Hypothesis (No Spatial Autocorrelation) Observed > Expected: values cluster spatially (1) Look at p-value ( + autocorrelation) Significant p-value: reject H0 (Autocorrelation exists). Observed < Expected values disperse spatially (2) Examine Observed and Expected Moran’s I (- autocorrelation) Observed = Moran’s I calculated from the data Expected = Moran’s I expected under H0 Output in R (no spatial autocorrelation) sd = standard deviation of Moran’s I under H0 p.value = p-value of the test of H0 against HA Source: http://www.ats.ucla.edu/stat/r/faq/morans_i.htm Source: http://www.inside-r.org/packages/cran/ape/docs/Moran.I Other Autocorrelation Indices • Geary’s C – (similar to Moran’s) - more sensitive to differences in small spatial neighborhoods • Moran’s I – global measurement; sensitive to extreme Geary’s C values Result in similar conclusions, but Moran’s generally preferred (more powerful)5,6 For more information see: http://geog.ucsb.edu/~chris/readings/Spatial.Analysis.in.Ecology.Encyclopedia.E nvironmetrics.pdf (5) Cliff, AD and Ord, JK (1975). The choice of a test for spatial autocorrelation. In J. C. Davies and M. J. McCullagh (eds) Display and Analysis of Spatial Data, John Wiley and Sons, London, 54-77 (6) Cliff, A. D. and Ord, J. K. 1981 Spatial processes - models and applications. (London: Pion). The Variogram Georges François Paul Marie Matheron December 2, 1930 – August 7, 2000 French mathematician and geologist, known as the founder of geostatistics Georges Matheron Principles of geostatistics Economic Geology 1963 58:1246-1266 Source: http://faculty.washington.edu/edford/Variogram.pdf Variogram continued All credit to / Source: http://faculty.washington.edu/edford/Variogram.pdf The variogram in a more ecologic context: The experimental variogram allows the description of the overall spatial pattern and the estimation of spatial autocorrelation parameters: (a) the spatial range, a, where the variable is spatially influenced by the same underlying process; (b) the nugget effect, which is the estimate of the error inherent in the measurements (sampling design and sampling unit size) and environmental variability; and (c) the sill that quantifies the spatial pattern intensity Secondly we derive a theoretical variogram which can be used for prediction of values (kriging) All credit to / Source (good read!): Spatial analysis in ecology Marie-Josee Fortin, Mark R.T. Dale & Jay ver Hoef ´ Volume 4, pp 2051–2058 in Encyclopedia of Environmetrics http://geog.ucsb.edu/~chris/readings/Spatial.Analysis.in.Ecology.Encyclopedia.Environmetrics.pdf Suggested read Variogram: Variogram or Semivariogram? Variance or Semivariance? Allan Variance or Introducing a New Term? Martin Bachmaier , Matthias Backes Mathematical Geosciences August 2011, Volume 43, Issue 6, pp 735-740 First online: 01 July 2011 The history of Kriging Some history: Method developed by Professor Daniel Gerhardus Krige The concept of Support is very basic to geostatistics and was first covered by Ross (1950) and further developed by Krige (1951), including Krige’s variance- size of area relationship. 37 Spatial Structure and Variograms The corresponding correlograms or covariograms were used on a Simple Kriging basis for block evaluations Initially Professor Krige’s regressed estimates were then still called ‘weighted moving averages’ until Matheron’s insistence in the mid- 1960’s on the term Kriging in recognition of Professor Krige’s pioneering work. Matheron, also then proposed the use of the variogram to define the spatial structure. This model is an extension and refinement of the concept covered by De Wijs (1951/3); (Source:https://www.goldfields.com/pdf/presentations/2015/summary_prof_danie_krige_m emorial_lecture.pdf) The theoretical basis for the method was developed by the French mathematician Georges Matheron based on the Master's thesis of Danie G. Krige, the pioneering plotter of distance-weighted average gold grades at the Witwatersrand reef complex in South Africa. (Source: https://en.wikipedia.org/wiki/Kriging) Kriging – what it does • also known as BLUP (best linear unbiased prediction) • returning the observed values at sampling locations • interpolates values using the intensity and shape of the experimental and modeled variogram • using a neighborhood and/or distance search radius • provides the standard errors of the interpolated values All credit to / Source (good read!): Spatial analysis in ecology Marie-Josee Fortin, Mark R.T. Dale & Jay ver Hoef ´ Volume 4, pp 2051–2058 in Encyclopedia of Environmetrics http://geog.ucsb.edu/~chris/readings/Spatial.Analysis.in.Ecology.Encyclopedia.Environmetrics.pdf Kriging – how it works Description: Kriging algorithm explained: To estimate the value of Cell 1 (C1) no data points are found within the range (note, the value of C2 has not been estimated yet). The range is governed by the variogram and indicates the point at which data shows no correlation (or where the semi-variance vs distance plot starts to flatten). Because no data exists whithin the range the average of
Recommended publications
  • Spatial Diversification, Dividend Policy, and Credit Scoring in Real
    Louisiana State University LSU Digital Commons LSU Doctoral Dissertations Graduate School 2006 Spatial diversification, dividend policy, and credit scoring in real estate Darren Keith Hayunga Louisiana State University and Agricultural and Mechanical College, [email protected] Follow this and additional works at: https://digitalcommons.lsu.edu/gradschool_dissertations Part of the Finance and Financial Management Commons Recommended Citation Hayunga, Darren Keith, "Spatial diversification, dividend policy, and credit scoring in real estate" (2006). LSU Doctoral Dissertations. 2954. https://digitalcommons.lsu.edu/gradschool_dissertations/2954 This Dissertation is brought to you for free and open access by the Graduate School at LSU Digital Commons. It has been accepted for inclusion in LSU Doctoral Dissertations by an authorized graduate school editor of LSU Digital Commons. For more information, please [email protected]. SPATIAL DIVERSIFICATION, DIVIDEND POLICY, AND CREDIT SCORING IN REAL ESTATE A Dissertation Submitted to the Graduate Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements for the degree of Doctor of Philosophy in The Interdepartmental Program in Business Administration (Finance) by Darren K. Hayunga B.S., Western Illinois University, 1988 M.B.A., The College of William and Mary, 1997 August 2006 Table of Contents ABSTRACT....................................................................................................................................iv
    [Show full text]
  • Getting Started with Geostatistics
    FedGIS Conference February 24–25, 2016 | Washington, DC Getting Started with Geostatistics Brett Rose Objectives • Using geography as an integrating factor. • Introduce a variety of core tools available in GIS. • Demonstrate the utility of spatial & Geo statistics for a range of applications. • Modeling relationships and driving decisions Outline • Spatial Statistics vs Geostatistics • Geostatistical Workflow • Exploratory Spatial Data Analysis • Interpolation methods • Deterministic vs Geostatistical •Geostatistical Analyst in ArcGIS • Demos • Class Exercise In ArcGIS Geostatistical Analyst • interactive ESDA • interactive modeling including variography • many Kriging models (6 + cokriging) • pre-processing of data - Decluster, detrend, transformation • model diagnostics and comparison Spatial Analyst • rich set of tools to perform cell-based (raster) analysis • kriging (2 models), IDW, nearest neighbor … Spatial Statistics • ESDA GP tools • analyzing the distribution of geographic features • identifying spatial patterns What are spatial statistics in a GIS environment? • Software-based tools, methods, and techniques developed specifically for use with geographic data. • Spatial statistics: – Describe and spatial distributions, spatial patterns, spatial processes model , and spatial relationships. – Incorporate space (area, length, proximity, orientation, and/or spatial relationships) directly into their mathematics. In many ways spatial statistics extenD what the eyes anD minD Do intuitively to assess spatial patterns, trenDs anD relationships.
    [Show full text]
  • Spatial Autocorrelation: Covariance and Semivariance Semivariance
    Spatial Autocorrelation: Covariance and Semivariancence Lily Housese ­P eters GEOG 593 November 10, 2009 Quantitative Terrain Descriptorsrs Covariance and Semivariogram areare numericc methods used to describe the character of the terrain (ex. Terrain roughness, irregularity) Terrain character has important implications for: 1. the type of sampling strategy chosen 2. estimating DTM accuracy (after sampling and reconstruction) Spatial Autocorrelationon The First Law of Geography ““ Everything is related to everything else, but near things are moo re related than distant things.” (Waldo Tobler) The value of a variable at one point in space is related to the value of that same variable in a nearby location Ex. Moranan ’s I, Gearyary ’s C, LISA Positive Spatial Autocorrelation (Neighbors are similar) Negative Spatial Autocorrelation (Neighbors are dissimilar) R(d) = correlation coefficient of all the points with horizontal interval (d) Covariance The degree of similarity between pairs of surface points The value of similarity is an indicator of the complexity of the terrain surface Smaller the similarity = more complex the terrain surface V = Variance calculated from all N points Cov (d) = Covariance of all points with horizontal interval d Z i = Height of point i M = average height of all points Z i+d = elevation of the point with an interval of d from i Semivariancee Expresses the degree of relationship between points on a surface Equal to half the variance of the differences between all possible points spaced a constant distance apart
    [Show full text]
  • Statistical Analysis of NSI Data Chapter 2
    Statistical and geostatistical analysis of the National Soil Inventory SP0124 CONTENTS Chapter 2 Statistical Methods........................................................................................2 2.1 Statistical Notation and Summary.......................................................................2 2.1.1 Variables .......................................................................................................2 2.1.2 Notation........................................................................................................2 2.2 Descriptive statistics ............................................................................................2 2.3 Transformations ...................................................................................................3 2.3.1 Logarithmic transformation. .........................................................................3 2.3.2 Square root transform...................................................................................3 2.4 Exploratory data analysis and display.................................................................3 2.4.1 Histograms....................................................................................................3 2.4.2 Box-plots.......................................................................................................3 2.4.3 Spatial aspects...............................................................................................4 2.5 Ordination............................................................................................................4
    [Show full text]
  • Master of Science in Geospatial Technologies Geostatistics
    Instituto Superior de Estatística e Gestão de Informação Universidade Nova de Lisboa MasterMaster ofof ScienceScience inin GeospatialGeospatial TechnologiesTechnologies GeostatisticsGeostatistics PredictionsPredictions withwith GeostatisticsGeostatistics CarlosCarlos AlbertoAlberto FelgueirasFelgueiras [email protected]@isegi.unl.pt 1 Master of Science in Geoespatial Technologies PredictionsPredictions withwith GeostatisticsGeostatistics Contents Stochastic Predictions Introduction Deterministic x Stochastic Methods Regionalized Variables Stationary Hypothesis Kriging Prediction – Simple, Ordinary and with Trend Kriging Prediction - Example Cokriging CrossValidation and Validation Problems with Geostatistic Estimators Advantages on using geostatistics 2 Master of Science in Geoespatial Technologies PredictionsPredictions withwith GeostatisticsGeostatistics o sample locations Deterministic x Stochastic Methods z*(u) = K + estimation locations • Deterministic •The z *(u) value is estimated as a Deterministic Variable. An unique value is associated to its spatial location. • No uncertainties are associated to the z*(u)? estimations + • Stochastic •The z *(u) value is considered a Random Variable that has a probability distribution function associated to its possible values • Uncertainties can be associated to the estimations • Important: Samples are realizations of cdf Random Variables 3 Master of Science in Geoespatial Technologies PredictionsPredictions withwith GeostatisticsGeostatistics • Random Variables and Random
    [Show full text]
  • Conditional Simulation
    Basics in Geostatistics 3 Geostatistical Monte-Carlo methods: Conditional simulation Hans Wackernagel MINES ParisTech NERSC • April 2013 http://hans.wackernagel.free.fr Basic concepts Geostatistics Hans Wackernagel (MINES ParisTech) Basics in Geostatistics 3 NERSC • April 2013 2 / 34 Concepts Geostatistical model The experimental variogram serves to analyze the spatial structure of a regionalized variable z(x). It is fitted with a variogram model which is the structure function of a random function. The regionalized variable (reality) is viewed as one realization of the random function Z(x). Kriging: Best Linear Unbiased Estimation of point values (or spatial averages) at any location of a region. Conditional simulation: generate an ensemble of realizations of the random function, conditional upon data. Statistics not linearly related to data can be computed from this ensemble. Concepts Geostatistical model The experimental variogram serves to analyze the spatial structure of a regionalized variable z(x). It is fitted with a variogram model which is the structure function of a random function. The regionalized variable (reality) is viewed as one realization of the random function Z(x). Kriging: Best Linear Unbiased Estimation of point values (or spatial averages) at any location of a region. Conditional simulation: generate an ensemble of realizations of the random function, conditional upon data. Statistics not linearly related to data can be computed from this ensemble. Concepts Geostatistical model The experimental variogram serves to analyze the spatial structure of a regionalized variable z(x). It is fitted with a variogram model which is the structure function of a random function. The regionalized variable (reality) is viewed as one realization of the random function Z(x).
    [Show full text]
  • An Introduction to Model-Based Geostatistics
    An Introduction to Model-based Geostatistics Peter J Diggle School of Health and Medicine, Lancaster University and Department of Biostatistics, Johns Hopkins University September 2009 Outline • What is geostatistics? • What is model-based geostatistics? • Two examples – constructing an elevation surface from sparse data – tropical disease prevalence mapping Example: data surface elevation Z 6 65 70 75 80 85 90 95100 5 4 Y 3 2 1 0 1 2 3 X 4 5 6 Geostatistics • traditionally, a self-contained methodology for spatial prediction, developed at Ecole´ des Mines, Fontainebleau, France • nowadays, that part of spatial statistics which is concerned with data obtained by spatially discrete sampling of a spatially continuous process Kriging: find the linear combination of the data that best predicts the value of the surface at an arbitrary location x Model-based Geostatistics • the application of general principles of statistical modelling and inference to geostatistical problems – formulate a statistical model for the data – fit the model using likelihood-based methods – use the fitted model to make predictions Kriging: minimum mean square error prediction under Gaussian modelling assumptions Gaussian geostatistics (simplest case) Model 2 • Stationary Gaussian process S(x): x ∈ IR E[S(x)] = µ Cov{S(x), S(x′)} = σ2ρ(kx − x′k) 2 • Mutually independent Yi|S(·) ∼ N(S(x),τ ) Point predictor: Sˆ(x) = E[S(x)|Y ] • linear in Y = (Y1, ..., Yn); • interpolates Y if τ 2 = 0 • called simple kriging in classical geostatistics Predictive distribution • choose the
    [Show full text]
  • Efficient Geostatistical Simulation for Spatial Uncertainty Propagation
    Efficient geostatistical simulation for spatial uncertainty propagation Stelios Liodakis Phaedon Kyriakidis Petros Gaganis University of the Aegean Cyprus University of Technology University of the Aegean University Hill 2-8 Saripolou Str., 3036 University Hill, 81100 Mytilene, Greece Lemesos, Cyprus Mytilene, Greece [email protected] [email protected] [email protected] Abstract Spatial uncertainty and error propagation have received significant attention in GIScience over the last two decades. Uncertainty propagation via Monte Carlo simulation using simple random sampling constitutes the method of choice in GIScience and environmental modeling in general. In this spatial context, geostatistical simulation is often employed for generating simulated realizations of attribute values in space, which are then used as model inputs for uncertainty propagation purposes. In the case of complex models with spatially distributed parameters, however, Monte Carlo simulation could become computationally expensive due to the need for repeated model evaluations; e.g., models involving detailed analytical solutions over large (often three dimensional) discretization grids. A novel simulation method is proposed for generating representative spatial attribute realizations from a geostatistical model, in that these realizations span in a better way (being more dissimilar than what is dictated by change) the range of possible values corresponding to that geostatistical model. It is demonstrated via a synthetic case study, that the simulations produced by the proposed method exhibit much smaller sampling variability, hence better reproduce the statistics of the geostatistical model. In terms of uncertainty propagation, such a closer reproduction of target statistics is shown to yield a better reproduction of model output statistics with respect to simple random sampling using the same number of realizations.
    [Show full text]
  • Augmenting Geostatistics with Matrix Factorization: a Case Study for House Price Estimation
    International Journal of Geo-Information Article Augmenting Geostatistics with Matrix Factorization: A Case Study for House Price Estimation Aisha Sikder ∗ and Andreas Züfle Department of Geography and Geoinformation Science, George Mason University, Fairfax, VA 22030, USA; azufl[email protected] * Correspondence: [email protected] Received: 14 January 2020; Accepted: 22 April 2020; Published: 28 April 2020 Abstract: Singular value decomposition (SVD) is ubiquitously used in recommendation systems to estimate and predict values based on latent features obtained through matrix factorization. But, oblivious of location information, SVD has limitations in predicting variables that have strong spatial autocorrelation, such as housing prices which strongly depend on spatial properties such as the neighborhood and school districts. In this work, we build an algorithm that integrates the latent feature learning capabilities of truncated SVD with kriging, which is called SVD-Regression Kriging (SVD-RK). In doing so, we address the problem of modeling and predicting spatially autocorrelated data for recommender engines using real estate housing prices by integrating spatial statistics. We also show that SVD-RK outperforms purely latent features based solutions as well as purely spatial approaches like Geographically Weighted Regression (GWR). Our proposed algorithm, SVD-RK, integrates the results of truncated SVD as an independent variable into a regression kriging approach. We show experimentally, that latent house price patterns learned using SVD are able to improve house price predictions of ordinary kriging in areas where house prices fluctuate locally. For areas where house prices are strongly spatially autocorrelated, evident by a house pricing variogram showing that the data can be mostly explained by spatial information only, we propose to feed the results of SVD into a geographically weighted regression model to outperform the orginary kriging approach.
    [Show full text]
  • ON the USE of NON-EUCLIDEAN ISOTROPY in GEOSTATISTICS Frank C
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Collection Of Biostatistics Research Archive Johns Hopkins University, Dept. of Biostatistics Working Papers 12-5-2005 ON THE USE OF NON-EUCLIDEAN ISOTROPY IN GEOSTATISTICS Frank C. Curriero Department of Environmental Health Sciences and Biostatistics, Johns Hopkins Bloomberg School of Public Health, [email protected] Suggested Citation Curriero, Frank C., "ON THE USE OF NON-EUCLIDEAN ISOTROPY IN GEOSTATISTICS" (December 2005). Johns Hopkins University, Dept. of Biostatistics Working Papers. Working Paper 94. http://biostats.bepress.com/jhubiostat/paper94 This working paper is hosted by The Berkeley Electronic Press (bepress) and may not be commercially reproduced without the permission of the copyright holder. Copyright © 2011 by the authors On the Use of Non-Euclidean Isotropy in Geostatistics Frank C. Curriero Department of Environmental Health Sciences and Department of Biostatistics The Johns Hopkins University Bloomberg School of Public Health 615 N. Wolfe Street Baltimore, MD 21205 [email protected] Summary. This paper investigates the use of non-Euclidean distances to characterize isotropic spatial dependence for geostatistical related applications. A simple example is provided to demonstrate there are no guarantees that existing covariogram and variogram functions remain valid (i.e. positive de¯nite or conditionally negative de¯nite) when used with a non-Euclidean distance measure. Furthermore, satisfying the conditions of a metric is not su±cient to ensure the distance measure can be used with existing functions. Current literature is not clear on these topics. There are certain distance measures that when used with existing covariogram and variogram functions remain valid, an issue that is explored.
    [Show full text]
  • Geostatistical Approach for Spatial Interpolation of Meteorological Data
    Anais da Academia Brasileira de Ciências (2016) 88(4): 2121-2136 (Annals of the Brazilian Academy of Sciences) Printed version ISSN 0001-3765 / Online version ISSN 1678-2690 http://dx.doi.org/10.1590/0001-3765201620150103 www.scielo.br/aabc Geostatistical Approach for Spatial Interpolation of Meteorological Data DERYA OZTURK1 and FATMAGUL KILIC2 1Department of Geomatics Engineering, Ondokuz Mayis University, Kurupelit Campus, 55139, Samsun, Turkey 2Department of Geomatics Engineering, Yildiz Technical University, Davutpasa Campus, 34220, Istanbul, Turkey Manuscript received on February 2, 2015; accepted for publication on March 1, 2016 ABSTRACT Meteorological data are used in many studies, especially in planning, disaster management, water resources management, hydrology, agriculture and environment. Analyzing changes in meteorological variables is very important to understand a climate system and minimize the adverse effects of the climate changes. One of the main issues in meteorological analysis is the interpolation of spatial data. In recent years, with the developments in Geographical Information System (GIS) technology, the statistical methods have been integrated with GIS and geostatistical methods have constituted a strong alternative to deterministic methods in the interpolation and analysis of the spatial data. In this study; spatial distribution of precipitation and temperature of the Aegean Region in Turkey for years 1975, 1980, 1985, 1990, 1995, 2000, 2005 and 2010 were obtained by the Ordinary Kriging method which is one of the geostatistical interpolation methods, the changes realized in 5-year periods were determined and the results were statistically examined using cell and multivariate statistics. The results of this study show that it is necessary to pay attention to climate change in the precipitation regime of the Aegean Region.
    [Show full text]
  • Kriging Models for Linear Networks and Non‐Euclidean Distances
    Received: 13 November 2017 | Accepted: 30 December 2017 DOI: 10.1111/2041-210X.12979 RESEARCH ARTICLE Kriging models for linear networks and non-Euclidean distances: Cautions and solutions Jay M. Ver Hoef Marine Mammal Laboratory, NOAA Fisheries Alaska Fisheries Science Center, Abstract Seattle, WA, USA 1. There are now many examples where ecological researchers used non-Euclidean Correspondence distance metrics in geostatistical models that were designed for Euclidean dis- Jay M. Ver Hoef tance, such as those used for kriging. This can lead to problems where predictions Email: [email protected] have negative variance estimates. Technically, this occurs because the spatial co- Handling Editor: Robert B. O’Hara variance matrix, which depends on the geostatistical models, is not guaranteed to be positive definite when non-Euclidean distance metrics are used. These are not permissible models, and should be avoided. 2. I give a quick review of kriging and illustrate the problem with several simulated examples, including locations on a circle, locations on a linear dichotomous net- work (such as might be used for streams), and locations on a linear trail or road network. I re-examine the linear network distance models from Ladle, Avgar, Wheatley, and Boyce (2017b, Methods in Ecology and Evolution, 8, 329) and show that they are not guaranteed to have a positive definite covariance matrix. 3. I introduce the reduced-rank method, also called a predictive-process model, for creating valid spatial covariance matrices with non-Euclidean distance metrics. It has an additional advantage of fast computation for large datasets. 4. I re-analysed the data of Ladle et al.
    [Show full text]