Calculates the skewness and excess kurtosis of the distribution given a set of parameters.
dskewness(distribution = "norm", skew = 1, shape = 5, lambda = -0.5)dkurtosis(distribution = "norm", skew = 1, shape = 5, lambda = -0.5)
A numeric value for the skewness and excess kurtosis.
a valid distribution.
skew parameter.
shape parameter.
additional shape parameter for the Generalized Hyperbolic distribution.