dskewness | R Documentation |
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)
distribution |
a valid distribution. |
skew |
skew parameter. |
shape |
shape parameter. |
lambda |
additional shape parameter for the Generalized Hyperbolic distribution. |
A numeric value for the skewness and excess kurtosis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.