dskewness: Distribution skewness and kurtosis

View source: R/moments.R

dskewnessR Documentation

Distribution skewness and kurtosis

Description

Calculates the skewness and excess kurtosis of the distribution given a set of parameters.

Usage

dskewness(distribution = "norm", skew = 1, shape = 5, lambda = -0.5)

dkurtosis(distribution = "norm", skew = 1, shape = 5, lambda = -0.5)

Arguments

distribution

a valid distribution.

skew

skew parameter.

shape

shape parameter.

lambda

additional shape parameter for the Generalized Hyperbolic distribution.

Value

A numeric value for the skewness and excess kurtosis.


tsdistributions documentation built on June 8, 2025, 11:20 a.m.