TukeyGH_helper: Helper Functions

.GH2zR Documentation

Helper Functions

Description

Helper functions to be used in downstream packages.

Usage

.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
)

Arguments

q0

..

A, B, g, h

..

interval

..

tol, maxiter

..

x, q

..

log

..

Value

Returns of the helper functions are not documented, for now.


TukeyGH77 documentation built on April 3, 2025, 8:39 p.m.