https://github.com/cran/gstat
Raw File
Tip revision: 994b97e81374d3638fccaca53347cc61fe907f18 authored by Edzer Pebesma on 19 June 2015, 11:54:38 UTC
version 1.0-24
Tip revision: 994b97e
report.h
/* report.c */
void report_xvalid(double *xdata, double *xest, double *xdiff, 
		double *xstd, double *xzscore, int ndata, int var);

void write_points(const char *fname, DATA *d, DPOINT *where, double *est,
	int n_outfl);
back to top