Description Usage Arguments Details Value Note See Also Examples
This is just a wrapper for the functions J1
, J2
,
and u -> √ 3 * (2u - 1) which implement the admissible
transformations for the three cases for c. For mathematical
details see eq. (15.16) and (15.17) in Eichner (2017) and/or Eichner &
Stute (2013).
1 | J_admissible(u, cc = sqrt(5))
|
u |
Numeric vector. |
cc |
Numeric constant, defaults to √ 5. |
Basically, for cc
in [√(5/3), √ 5]:
J_admissible(u, cc)
= J1(u, cc)
if cc
< √ 3,
J_admissible(u, cc)
= J2(u, cc)
if cc
> √ 3,
and
J_admissible(u, cc)
= sqrt(3) * (2*u - 1)
if cc
= √ 3.
Vector of same length and mode as u
.
The admissible rank transformations require c to
be in [√(5/3), √ 5]. If cc
does
not satisfy this requirement a warning (only) is issued.
The default cc = sqrt(5)
, i.e., c = √ 5,
yields the optimal rank transformation.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.