diff options
author | Thomas White <taw@physics.org> | 2010-08-11 17:14:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | 395da55d2e5f8a5a0a358e3c2ee49d366a6e1a41 (patch) | |
tree | 7d716c8a72e73c3738dd5d1429f4919e1ddef0fc /src/statistics.h | |
parent | 08eb56662c980d570e8a0f88aff25d3a3f4a288f (diff) |
compare_hkl: Rename FoMs
Diffstat (limited to 'src/statistics.h')
-rw-r--r-- | src/statistics.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/statistics.h b/src/statistics.h index c6c2f09c..4a795090 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -22,12 +22,18 @@ extern double stat_scale_intensity(const double *ref1, const double *ref2, ReflItemList *items); -extern double stat_rmerge(const double *ref1, const double *ref2, - ReflItemList *items, double *scalep); +extern double stat_r1(const double *ref1, const double *ref2, + ReflItemList *items, double *scalep); extern double stat_r2(const double *ref1, const double *ref2, ReflItemList *items, double *scalep); +extern double stat_rdiff(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(const double *ref1, const double *ref2, ReflItemList *items); |