Learn R Programming

bin2norm (version 0.1.0)

estimate_singleThresh_WOLS: Weighted OLS (Initial value in Single Threshold per Study MLE)

Description

Implements the formula \( c_i = \mu + \sigma * \Phi^{-1}(1 - p_i^{obs}) \) in a weighted least-squares sense, with weights = \(n_i\).

Usage

estimate_singleThresh_WOLS(n_i, c_i, p_i_obs)

Value

A list with mu, sigma.

Arguments

n_i

numeric vector

c_i

numeric vector

p_i_obs

numeric vector