Skip to contents

The function estimates the kurtosis of a distribution.

Usage

estimate_kurtosis(x, na_rm = TRUE)

Arguments

x

Numeric vector.

na_rm

Logical value. If TRUE, missing values are dropped.

Value

Numeric value.