aboutsummaryrefslogtreecommitdiff
path: root/src/statistics.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-20 11:38:58 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:59 +0100
commit4b28c88c0dafcb7acc9c573e84fc90b1c3d9a152 (patch)
tree4ad58868574d93b498adfae952d2942a98aeaf83 /src/statistics.h
parent5a52af6ca00e0310d1d9f5e016b296e96b70243d (diff)
compare_hkl: Clarify FoMs (sort of)
Diffstat (limited to 'src/statistics.h')
-rw-r--r--src/statistics.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/statistics.h b/src/statistics.h
index a1b99ff7..6a8efb50 100644
--- a/src/statistics.h
+++ b/src/statistics.h
@@ -30,7 +30,7 @@ extern double stat_r1_ignore(const double *ref1, const double *ref2,
extern double stat_r2(const double *ref1, const double *ref2,
ReflItemList *items, double *scalep);
-extern double stat_rint(const double *ref1, const double *ref2,
+extern double stat_r1_i(const double *ref1, const double *ref2,
ReflItemList *items, double *scalep);
extern double stat_rdiff_zero(const double *ref1, const double *ref2,
@@ -38,9 +38,6 @@ extern double stat_rdiff_zero(const double *ref1, const double *ref2,
extern double stat_rdiff_ignore(const double *ref1, const double *ref2,
ReflItemList *items, double *scalep);
-extern double stat_riso(const double *ref1, const double *ref2,
- ReflItemList *items, double *scalep);
-
extern double stat_pearson_i(const double *ref1, const double *ref2,
ReflItemList *items);
extern double stat_pearson_f_zero(const double *ref1, const double *ref2,