From 1637b9fc877c6abb931143d5e00af231ede552c0 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 14 Jun 2019 12:21:58 -0500 Subject: add a function to compute the most likely number of PE given an observed charge Also, call this function when computing the psi parameter in nll_best(). --- src/sno_charge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sno_charge.h') diff --git a/src/sno_charge.h b/src/sno_charge.h index 141ad28..549ca2c 100644 --- a/src/sno_charge.h +++ b/src/sno_charge.h @@ -17,6 +17,7 @@ #ifndef SNO_CHARGE_H #define SNO_CHARGE_H +double get_most_likely_mean_pe(double q); void init_charge(void); double get_log_pq(double q, int n); double get_pq(double q, int n); -- cgit