Asinhx: Difference between revisions
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 | |||
:: ax = arcsinh(x); | |||
: or if optional input (c) is included it is | |||
:: 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);