#include #include #include "genlib.h" /*exponential covariance function*/ double exponential(double h) { return (exp(-3.*(double)h)); }