Helper functions to be used in downstream packages.
.GH2z(
q,
q0 = (q - A)/B,
A = 0,
B = 1,
g = 0,
h = 0,
interval = c(-15, 15),
tol = .Machine$double.eps^0.25,
maxiter = 1000
).dGH(
x,
A,
B,
g,
h,
log,
interval = c(-50, 50),
tol = .Machine$double.eps^0.25,
maxiter = 1000
)
Returns of the helper functions are not documented, for now.
..
..
..
..
..
..