Learn R Programming

distr6 (version 1.3.1)

kurtosisType: Type of Kurtosis Accessor

Description

Returns the type of kurtosis (in relation to Normal distribution)

Usage

kurtosisType(object)

Arguments

object

Distribution.

Value

If the distribution kurtosis is present in properties, returns one of "platykurtic"/"mesokurtic"/"leptokurtic", otherwise returns NULL.

R6 Usage

$kurtosisType()

See Also

kurtosis, properties and skewnessType