aboutsummaryrefslogtreecommitdiff
path: root/src/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics.h')
-rw-r--r--src/statistics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statistics.h b/src/statistics.h
index fe7f57e1..e19d4b29 100644
--- a/src/statistics.h
+++ b/src/statistics.h
@@ -23,4 +23,8 @@ extern double stat_r2(const double *ref1, const unsigned int *c1,
const double *ref2, const unsigned int *c2,
double *scalep);
+extern double stat_rmerge(const double *ref1, const unsigned int *c1,
+ const double *ref2, const unsigned int *c2,
+ double *scalep);
+
#endif /* STATISTICS_H */