Asinhx: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
 
Line 11: Line 11:
:  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 scalar input (c) is included it is
::    ax = arcsinh(x+c);
::    ax = arcsinh(x+c);



Latest revision as of 12:31, 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 scalar input (c) is included it is
ax = arcsinh(x+c);

See Also

auto, asinsqrt, pr_entropy