https://github.com/cran/gstat
Raw File
Tip revision: 1a04ffea2b01708292ee596b3cf636162b62bd5b authored by Edzer J. Pebesma on 30 October 2008, 02:28:29 UTC
version 0.9-53
Tip revision: 1a04ffe
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