22
13

Fitting Matérn Smoothness Parameters Using Automatic Differentiation

Abstract

The Mat\érn covariance function is ubiquitous in the application of Gaussian processes to spatial statistics and beyond. Perhaps the most important reason for this is that the smoothness parameter ν\nu gives complete control over the mean-square differentiability of the process, which has significant implications for the behavior of estimated quantities such as interpolants and forecasts. Unfortunately, derivatives of the Mat\érn covariance function with respect to ν\nu require derivatives of the modified second-kind Bessel function Kν\mathcal{K}_\nu with respect to ν\nu. While closed form expressions of these derivatives do exist, they are prohibitively difficult and expensive to compute. For this reason, many software packages require fixing ν\nu as opposed to estimating it, and all existing software packages that attempt to offer the functionality of estimating ν\nu use finite difference estimates for νKν\partial_\nu \mathcal{K}_\nu. In this work, we introduce a new implementation of Kν\mathcal{K}_\nu that has been designed to provide derivatives via automatic differentiation (AD), and whose resulting derivatives are significantly faster and more accurate than those computed using finite differences. We provide comprehensive testing for both speed and accuracy and show that our AD solution can be used to build accurate Hessian matrices for second-order maximum likelihood estimation in settings where Hessians built with finite difference approximations completely fail.

View on arXiv
Comments on this paper