Comparison code for the paper at https://arxiv.org/abs/1812.07319
Install gsl.
If building on MAC OS
brew install gsl
If building on Ubuntu
sudo apt-get install gsl
cmake -G Ninja -B build
cmake --build build
Two example Matlab scripts are included
comparison_set_2.m
: Runs set two from the paper and plots the histogramcomparison_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