Asinhx: Difference between revisions
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 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);