Function moment2GH()
solves the
location \(A\), scale \(B\), skewness \(g\)
and elongation \(h\) parameters of Tukey \(g\)-&-\(h\) distribution,
from user-specified mean \(\mu\) (default 0), standard deviation \(\sigma\) (default 1),
skewness and kurtosis.
An educational and demonstration function moment2GH_h_demo()
solves
\((B, h)\) parameters of Tukey \(h\)-distribution,
from user-specified \(\sigma\) and kurtosis.
This is a non-skewed distribution, thus
the location parameter \(A=\mu=0\), and the skewness parameter \(g=0\).
An educational and demonstration function moment2GH_g_demo()
solves
\((A, B, g)\) parameters of Tukey \(g\)-distribution,
from user-specified \(\mu\), \(\sigma\) and skewness.
For this distribution, the elongation parameter \(h=0\).