Skip to content
Snippets Groups Projects
Commit 3dbd8078 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

rate_estimation.c: edit a comment

parent a7b36727
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,7 @@ static void condition(double *f_over_b, int n)
* compute the log probability density of the foreground and background
* rates given by equation (21) in Farr et al., "Counting and Confusion:
* Bayesian Rate Estimation With Multiple Populations", arXiv:1302.5341.
* The default prior is that specified in the paper but it can be
* overridden with the lnpriorfunc keyword argument (giving a function that
* returns the natural log of the prior given Rf, Rb).
* the prior is that specified in the paper.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment