English

Linear-Cost Covariance Functions for Gaussian Random Fields

Methodology 2020-11-10 v3 Numerical Analysis Numerical Analysis

Abstract

Gaussian random fields (GRF) are a fundamental stochastic model for spatiotemporal data analysis. An essential ingredient of GRF is the covariance function that characterizes the joint Gaussian distribution of the field. Commonly used covariance functions give rise to fully dense and unstructured covariance matrices, for which required calculations are notoriously expensive to carry out for large data. In this work, we propose a construction of covariance functions that result in matrices with a hierarchical structure. Empowered by matrix algorithms that scale linearly with the matrix dimension, the hierarchical structure is proved to be efficient for a variety of random field computations, including sampling, kriging, and likelihood evaluation. Specifically, with nn scattered sites, sampling and likelihood evaluation has an O(n)O(n) cost and kriging has an O(logn)O(\log n) cost after preprocessing, particularly favorable for the kriging of an extremely large number of sites (e.g., predicting on more sites than observed). We demonstrate comprehensive numerical experiments to show the use of the constructed covariance functions and their appealing computation time. Numerical examples on a laptop include simulated data of size up to one million, as well as a climate data product with over two million observations.

Keywords

Cite

@article{arxiv.1711.05895,
  title  = {Linear-Cost Covariance Functions for Gaussian Random Fields},
  author = {Jie Chen and Michael L. Stein},
  journal= {arXiv preprint arXiv:1711.05895},
  year   = {2020}
}

Comments

Code is available at https://github.com/jiechenjiechen/RLCM

R2 v1 2026-06-22T22:47:41.040Z