Calculates \((B')^{-1}(y)\) using numerical inversion (Newton-Raphson), where \(B'(x) = 1/(1-\exp(-x))-1/x\). This is the cobit link function g, the canonical link function of cobin.
bftprimeinv(y, x0 = 0, tol = 1e-08, maxiter = 100)cobitlink(y, x0 = 0, tol = 1e-08, maxiter = 100)
\((B')^{-1}(y)\)
input vector
Defult 0, initial value
tolerance, stopping criterion for Newton-Raphson
max iteration of Newton-Raphson