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