Empirical Bayesian Kriging and EBK Regression Prediction – Robust Kriging as Geoprocessing Tools Eric Krause.

Slides:



Advertisements
Similar presentations
Modeling of Data. Basic Bayes theorem Bayes theorem relates the conditional probabilities of two events A, and B: A might be a hypothesis and B might.
Advertisements

Introduction to Smoothing and Spatial Regression
Linear regression models
Curve fit metrics When we fit a curve to data we ask: –What is the error metric for the best fit? –What is more accurate, the data or the fit? This lecture.
Chapter 4: Linear Models for Classification
Basic geostatistics Austin Troy.
Spatial Interpolation
Steve Kopp and Steve Lynch
Raster Data. The Raster Data Model The Raster Data Model is used to model spatial phenomena that vary continuously over a surface and that do not have.
Introduction to ArcGIS Geostatistical Analyst & Fragstats Represent the Data Explore the Data Fit the Model Perform Diagnostics Compare Models Classify.
Copyright (c) Bani K. Mallick1 STAT 651 Lecture #18.
Deterministic Solutions Geostatistical Solutions
REGRESSION What is Regression? What is the Regression Equation? What is the Least-Squares Solution? How is Regression Based on Correlation? What are the.
Spatial Analysis Longley et al., Ch 14,15. Transformations Buffering (Point, Line, Area) Point-in-polygon Polygon Overlay Spatial Interpolation –Theissen.
Spatial Interpolation
Concept Course on Spatial Dr. A.K.M. Saiful Islam Developing ground water level map for Dinajpur district, Bangladesh using geo-statistical analyst.
Spatial Analysis, Geoprocessing,
Esri UC 2014 | Technical Workshop | Creating Surfaces Steve Kopp Steve Lynch.
Ordinary Kriging Process in ArcGIS
Geostatistics Mike Goodchild. Spatial interpolation n A field –variable is interval/ratio –z = f(x,y) –sampled at a set of points n How to estimate/guess.
REGRESSION Predict future scores on Y based on measured scores on X Predictions are based on a correlation from a sample where both X and Y were measured.
Curve fit noise=randn(1,30); x=1:1:30; y=x+noise ………………………………… [p,s]=polyfit(x,y,1);
Introduction to ArcGIS for Environmental Scientists Module 2 – GIS Fundamentals Lecture 5 – Coordinate Systems and Map Projections.
Objectives of Multiple Regression
Gaussian process modelling
Spatial Analyst Toolbox Lecture 17. Spatial Analyst Tool Sets  Conditional  Density  Distance  Generalization  Ground Water  Interpolation  Conditional.
Spatial Interpolation of monthly precipitation by Kriging method
Using ESRI ArcGIS 9.3 Spatial Analyst
Interpolation.
Edoardo PIZZOLI, Chiara PICCINI NTTS New Techniques and Technologies for Statistics SPATIAL DATA REPRESENTATION: AN IMPROVEMENT OF STATISTICAL DISSEMINATION.
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
Geog. 579: GIS and Spatial Analysis - Lecture 21 Overheads 1 Point Estimation: 3. Methods: 3.6 Ordinary Kriging Topics: Lecture 23: Spatial Interpolation.
Geographic Information Science
Curve-Fitting Regression
GEOSTATISICAL ANALYSIS Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257.
1 Multiple Regression A single numerical response variable, Y. Multiple numerical explanatory variables, X 1, X 2,…, X k.
Spatially Assessing Model Error Using Geographically Weighted Regression Shawn Laffan Geography Dept ANU.
Concepts and Applications of Kriging
Esri UC 2014 | Technical Workshop | Concepts and Applications of Kriging Eric Krause Konstantin Krivoruchko.
Lecture 6: Point Interpolation
Linear Prediction Correlation can be used to make predictions – Values on X can be used to predict values on Y – Stronger relationships between X and Y.
Ran TAO Missing Spatial Data. Examples Places cannot be reached E.g. Mountainous area Sample points E.g. Air pollution Damage of data E.g.
Interpolation and evaluation of probable Maximum Precipitation (PMP) patterns using different methods by: tarun gill.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Concepts and Applications.
Uncertainty “God does not play dice” –Einstein “the end of certainty” –Prigogine, 1977 Nobel Prize What remains is: –Quantifiable probability with uncertainty.
Geostatistics GLY 560: GIS for Earth Scientists. 2/22/2016UB Geology GLY560: GIS Introduction Premise: One cannot obtain error-free estimates of unknowns.
Geo479/579: Geostatistics Ch12. Ordinary Kriging (2)
CWR 6536 Stochastic Subsurface Hydrology
Introduction to emulators Tony O’Hagan University of Sheffield.
Regression Analysis AGEC 784.
Creating Surfaces Steve Kopp Steve Lynch.
Surface Interpolation in ArcGIS
Spatial Analysis Longley et al..
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Linear Regression/Correlation
Interpolation - applications
Regression Models - Introduction
Interpolation & Contour Maps
Regression in the 21st Century
Concepts and Applications of Kriging
Curve fit metrics When we fit a curve to data we ask:
Curve fit metrics When we fit a curve to data we ask:
Correlation and Regression
Linear Regression and Correlation
Spatial Data Entry via Digitizing
Interpolating Surfaces
Linear Regression and Correlation
Concepts and Applications of Kriging
Geostatistical Simulations – Preparing for Worst-Case Scenarios
Road Ahead – Analysis Capabilities (ArcGIS 10.1)
Presentation transcript:

Empirical Bayesian Kriging and EBK Regression Prediction – Robust Kriging as Geoprocessing Tools Eric Krause

What is interpolation? Predict values at unknown locations using values at measured locations Many interpolation methods: kriging, IDW, LPI, etc

Semivariogram Modeling

Empirical Bayesian Kriging Advantages Requires minimal interactive modeling, spatial relationships are modeled automatically Usually more accurate, especially for small or nonstationary datasets Uses local models to capture small scale effects Doesn’t assume one model fits the entire data Standard errors of prediction are more accurate than other kriging methods Disadvantages Processing is slower than other kriging methods Limited customization

How does EBK work? Divide the data into subsets of a given size Controlled by “Subset Size” parameter Subsets can overlap, controlled by “Overlap Factor” For each subset, estimate the semivariogram Simulate data at input point locations and estimate new semivariogram from the simulated data Repeat step 3 many times. This results in a distribution of semivariograms Controlled by “Number of Simulations” Mix the local surfaces together to get the final surface.

EBK Regression Prediction New tool available in ArcGIS Pro 1.2 Allows you to use explanatory variable rasters to improve predictions Automatically extracts useful information from explanatory variables Uses Principle Components to handle multicollinearity

Transformations Two available transformations Empirical – Fits a smooth distribution to the data, then transforms to normal distribution. Useful for data that is not bell-shaped Log Empirical – Takes logarithm of data before performing Empirical transformation. Useful for data that cannot be negative (eg, rainfall)

Data in Geographic Coordinate Systems Euclidean distance for geographic coordinates is very inaccurate, particularly far from the equator In ArcGIS 10.3, EBK uses chordal distances Chordal distance is the 3D straight-line distance between points on a spheroid Accurate approximation to geodesic distance up to 30 degrees

Empirical Bayesian Kriging and EBK Regression Prediction Demo Empirical Bayesian Kriging and EBK Regression Prediction Eric Krause Eric Krause