SmartEDA (version 0.3.2)

ExpKurtosis: Measures of Shape - Kurtosis

Description

Measures of shape to give a detailed evaluation of data. Explains the amount and direction of skew. Kurotsis explains how tall and sharp the central peak is. Skewness has no units: but a number, like a z score

Usage

ExpKurtosis(x,type)

Arguments

x

A numeric object or data.frame

type

a character which specifies the method of computation. Options are "moment" or "excess"

Value

ExpKurtosis returns Kurtosis values

Examples

Run this code
# NOT RUN {
ExpKurtosis(mtcars$hp,type="excess")
ExpKurtosis(mtcars$carb,type="moment")
ExpKurtosis(mtcars,type="excess")
# }

Run the code above in your browser using DataLab