Skip to content

For evaluating double line integrals of the squared exponential covariance function as presented in the paper at https://arxiv.org/abs/1812.07319

Notifications You must be signed in to change notification settings

kiakahabro/lineIntSquaredExponential

 
 

Repository files navigation

lineIntSquaredExponential

Comparison code for the paper at https://arxiv.org/abs/1812.07319

Dependencies

Install gsl.

If building on MAC OS

brew install gsl

If building on Ubuntu

sudo apt-get install gsl

Installation

cmake -G Ninja -B build
cmake --build build

Usage

Two example Matlab scripts are included

  1. comparison_set_2.m: Runs set two from the paper and plots the histogram
  2. comparison_all_sets.m: Runs all sets from the paper and plots the output. Note, the log10 of the error is being plotted which for set 4 is -inf and so displays as a blank point on the plot

About

For evaluating double line integrals of the squared exponential covariance function as presented in the paper at https://arxiv.org/abs/1812.07319

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 67.1%
  • MATLAB 24.2%
  • C 8.7%