https://github.com/cran/gstat
Raw File
Tip revision: aef1256692cc08c32321926ae138f5419c01a348 authored by Edzer J. Pebesma on 11 March 2003, 16:39:05 UTC
version 0.9-5
Tip revision: aef1256
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