| bftprimeinv | R Documentation |
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)
y |
input vector |
x0 |
Defult 0, initial value |
tol |
tolerance, stopping criterion for Newton-Raphson |
maxiter |
max iteration of Newton-Raphson |
(B')^{-1}(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.