character scalar, distribution name.
Currently supported are 'GH' for Tukey \(g\)-&-\(h\) distribution,
'sn' for skew-normal distribution and 'st' for skew-\(t\) distribution
FUN
name or character scalar,
(name of) function used to solve the distribution parameters from moments.
Default is paste0('moment2', distname), e.g., moment2GH will be used for distname = 'GH'.
To use one of the educational functions, specify
FUN = moment2GH_g_demo or FUN = 'moment2GH_g_demo'.
...
numeric scalars,
some or all of mean, sd, skewness and kurtosis
(length will be recycled).