.GH2z | R Documentation |
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
)
q0 |
.. |
A , B , g , h |
.. |
interval |
.. |
tol , maxiter |
.. |
x , q |
.. |
log |
.. |
Returns of the helper functions are not documented, for now.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.