For each group \(i\), we assume the data follows: $$ \Pr(Y_i = 1) = \Phi\left( \frac{\mu - c_i}{\sigma} \right) $$ where \(c_i\) is a known threshold, and \(\Phi\) is the standard normal CDF (the probit link). The function reconstructs individual binary outcomes based on observed probabilities, and estimates the parameters using generalized linear modeling with a probit link.
estimate_singleThresh_probit(n_i, c_i, p_i_obs)A list with mu, sigma, method="probit".
numeric vector
numeric vector
numeric vector