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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
===Description=== | ===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=== | ===See Also=== | ||
[[auto]], [[asinsqrt]], [[pr_entropy]] | [[auto]], [[asinsqrt]], [[pr_entropy]] |
Latest revision as of 11: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);