findroot {SSPA} | R Documentation |
bisection method for finding ustar
findroot(g, h, umax, verbose = FALSE, plot = FALSE)
g |
left-hand-side |
h |
right-hand side |
umax |
between [0, 1] usually alpha. |
verbose |
TRUE/FALSE |
plot |
TRUE/FALSE |
solve G(u) = u pi0 (1-alpha)/(aplha(1-pi0)), more details follow.
ustar
Maarten van Iterson