Asinhx: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
(Created page with "===Purpose=== Arcsinh transform. ===Synopsis=== : ax = asinhx(x,c); ===Description=== For input(x) the transformation is given by ax = arcsinh(x); or if optiona...")
 
Line 9: Line 9:
===Description===
===Description===


  For input(x) the transformation is given by
For input(x) the transformation is given by
    ax = arcsinh(x);
::    ax = arcsinh(x);
  or if optional input (c) is included it is
or if optional input (c) is included it is
    ax = arcsinh(x+c);
::    ax = arcsinh(x+c);


===See Also===
===See Also===


[[auto]], [[asinsqrt]], [[pr_entropy]]
[[auto]], [[asinsqrt]], [[pr_entropy]]

Revision as of 11:09, 16 August 2022

Purpose

Arcsinh transform.

Synopsis

ax = asinhx(x,c);

Description

For input(x) the transformation is given by
ax = arcsinh(x);
or if optional input (c) is included it is
ax = arcsinh(x+c);

See Also

auto, asinsqrt, pr_entropy