/* * statistics.h * * Structure-factor statistics * * (c) 2007-2009 Thomas White * * integr_sim - Test relrod integration * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef STATISTICS_H #define STATISTICS_H double stat_r2(double *obs, double *calc, unsigned int *c, int size, double *scalep); #endif /* STATISTICS_H */