https://github.com/cran/gstat
Raw File
Tip revision: 4cacf4bf71107e1bcf2ca721cc80b8522ce24161 authored by Edzer J. Pebesma on 20 February 2009, 00:00:00 UTC
version 0.9-60
Tip revision: 4cacf4b
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