Treats the count of "above threshold" in study \(i\) as binomial with probability
\(1 - \Phi((c_i - \mu)/\sigma)\). This uses numerical optimization (optim)
to maximize the binomial likelihood. Optionally uses Weighted OLS estimates as starting
values to improve convergence.
estimate_singleThresh_MLE(n_i, c_i, p_i_obs, use_wols_init = TRUE)A list with mu, sigma, method="MLE".
numeric vector of sample sizes
numeric vector of thresholds
numeric vector of observed proportions above threshold
logical; if TRUE, uses Weighted OLS estimates
(estimate_singleThresh_WOLS) as initial values in optim.